From: Paul Eggleton Date: Thu, 19 Sep 2013 10:08:45 +0000 (+0100) Subject: classes/testimage: remove odd characters in comments X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eba2428060d0144482689e0a33e23d77b47826f6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git classes/testimage: remove odd characters in comments (From OE-Core rev: 5d46c3df578f44597d8ce70add423e0c15982705) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index c83906d0f8b..9ecef684188 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.