]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/testimage: remove odd characters in comments
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Sep 2013 10:08:45 +0000 (11:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Sep 2013 11:14:32 +0000 (12:14 +0100)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/testimage.bbclass

index c83906d0f8ba03823b6dff56f090fa5c5b766706..9ecef68418834d32b8d0f1f04e0e358b57a7dc17 100644 (file)
@@ -7,9 +7,9 @@
 # Most of the tests are commands run on target image over ssh.
 # To use it add testimage to global inherit and call your target image with -c testimage
 # You can try it out like this:
-# - first build a qemu core-image-sato
-# - add INHERIT += "testimage" in local.conf
-# - then bitbake core-image-sato -c testimage. That will run a standard suite of tests.
+# - first build a qemu core-image-sato
+# - add INHERIT += "testimage" in local.conf
+# - then bitbake core-image-sato -c testimage. That will run a standard suite of tests.
 
 # You can set (or append to) TEST_SUITES in local.conf to select the tests
 # which you want to run for your target.