From: Robert P. J. Day Date: Sat, 22 Oct 2016 17:07:49 +0000 (-0400) Subject: testsdk.bbclass: Clean up comments, clarify image choices. X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7c16202e8c532f4d6ae78ac4bd324f7d975e8a76;p=openembedded-core.git testsdk.bbclass: Clean up comments, clarify image choices. Make it clear that SDK testing can use any valid image. (From OE-Core rev: d190c69347921a626665a53469dcf99b3c86994b) Signed-off-by: Robert P. J. Day Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index 77c9203cf9..43342b1f25 100644 --- a/meta/classes/testsdk.bbclass +++ b/meta/classes/testsdk.bbclass @@ -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 -c populate_sdk +# $ bitbake -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 -c populate_sdk_ext +# $ bitbake -c testsdkext +# +# where "" is an image like core-image-sato. TEST_LOG_DIR ?= "${WORKDIR}/testimage" TESTSDKLOCK = "${TMPDIR}/testsdk.lock"