[oe-commits] Paul Eggleton : classes/testimage: remove odd characters in comments

git at git.openembedded.org git at git.openembedded.org
Fri Sep 20 11:16:22 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 5d46c3df578f44597d8ce70add423e0c15982705
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5d46c3df578f44597d8ce70add423e0c15982705

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Sep 19 11:08:45 2013 +0100

classes/testimage: remove odd characters in comments

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/classes/testimage.bbclass |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index c83906d..9ecef68 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -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.



More information about the Openembedded-commits mailing list