From: Aníbal Limón Date: Mon, 1 Feb 2016 16:07:48 +0000 (-0600) Subject: classes/testsdk: Add help information on how to run tests. X-Git-Tag: 2016-4~1028 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fcf0dc253f914418e15e2c6afc6f649b9270824a;p=openembedded-core.git classes/testsdk: Add help information on how to run tests. Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index 453ce4056d..487f40cea4 100644 --- a/meta/classes/testsdk.bbclass +++ b/meta/classes/testsdk.bbclass @@ -2,6 +2,16 @@ # # Released under the MIT license (see COPYING.MIT) +# 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 +# +# For run eSDK tests you need to do, +# - bitbake core-image-sato -c populate_sdk_ext +# - bitbake core-image-sato -c testsdkext + TEST_LOG_DIR ?= "${WORKDIR}/testimage" TESTSDKLOCK = "${TMPDIR}/testsdk.lock"