mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
testsdk.bbclass: Clean up comments, clarify image choices.
Make it clear that SDK testing can use any valid image. (From OE-Core rev: d190c69347921a626665a53469dcf99b3c86994b) (From OE-Core rev: 7c16202e8c532f4d6ae78ac4bd324f7d975e8a76) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ac8981c01d
commit
849863fdaf
|
|
@ -4,13 +4,15 @@
|
|||
|
||||
# testsdk.bbclass enables testing for SDK and Extensible SDK
|
||||
#
|
||||
# For run SDK tests you need to do,
|
||||
# - bitbake core-image-sato -c populate_sdk
|
||||
# - bitbake core-image-sato -c testsdk
|
||||
# To run SDK tests, run the commands:
|
||||
# $ bitbake <image-name> -c populate_sdk
|
||||
# $ bitbake <image-name> -c testsdk
|
||||
#
|
||||
# For run eSDK tests you need to do,
|
||||
# - bitbake core-image-sato -c populate_sdk_ext
|
||||
# - bitbake core-image-sato -c testsdkext
|
||||
# To run eSDK tests, run the commands:
|
||||
# $ bitbake <image-name> -c populate_sdk_ext
|
||||
# $ bitbake <image-name> -c testsdkext
|
||||
#
|
||||
# where "<image-name>" is an image like core-image-sato.
|
||||
|
||||
TEST_LOG_DIR ?= "${WORKDIR}/testimage"
|
||||
TESTSDKLOCK = "${TMPDIR}/testsdk.lock"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user