diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-10-22 13:07:49 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:37:57 +0000 |
commit | 849863fdaf72a7eb0cda9e1406f3b2c08d27ca79 (patch) | |
tree | 4ff0c3a88679ebda2c42e148073a7059361ec67c /meta/classes | |
parent | ac8981c01d0f77fe06980662d809d37f711001d6 (diff) | |
download | poky-849863fdaf72a7eb0cda9e1406f3b2c08d27ca79.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/testsdk.bbclass | 14 |
1 files changed, 8 insertions, 6 deletions
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 @@ | |||
4 | 4 | ||
5 | # testsdk.bbclass enables testing for SDK and Extensible SDK | 5 | # testsdk.bbclass enables testing for SDK and Extensible SDK |
6 | # | 6 | # |
7 | # For run SDK tests you need to do, | 7 | # To run SDK tests, run the commands: |
8 | # - bitbake core-image-sato -c populate_sdk | 8 | # $ bitbake <image-name> -c populate_sdk |
9 | # - bitbake core-image-sato -c testsdk | 9 | # $ bitbake <image-name> -c testsdk |
10 | # | 10 | # |
11 | # For run eSDK tests you need to do, | 11 | # To run eSDK tests, run the commands: |
12 | # - bitbake core-image-sato -c populate_sdk_ext | 12 | # $ bitbake <image-name> -c populate_sdk_ext |
13 | # - bitbake core-image-sato -c testsdkext | 13 | # $ bitbake <image-name> -c testsdkext |
14 | # | ||
15 | # where "<image-name>" is an image like core-image-sato. | ||
14 | 16 | ||
15 | TEST_LOG_DIR ?= "${WORKDIR}/testimage" | 17 | TEST_LOG_DIR ?= "${WORKDIR}/testimage" |
16 | TESTSDKLOCK = "${TMPDIR}/testsdk.lock" | 18 | TESTSDKLOCK = "${TMPDIR}/testsdk.lock" |