[oe-commits] [openembedded-core] 47/84: testsdk.bbclass: Clean up comments, clarify image choices.

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 10:29:04 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c6230bba0cf355c17d4bc6c00e5573a492066c4e
Author: Robert P. J. Day <rpjday at crashcourse.ca>
AuthorDate: Sat Oct 22 13:07:49 2016 -0400

    testsdk.bbclass: Clean up comments, clarify image choices.
    
    Make it clear that SDK testing can use any valid image.
    
    Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/testsdk.bbclass | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass
index 77c9203..43342b1 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 <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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list