diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-19 11:08:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:34 +0100 |
commit | eba2428060d0144482689e0a33e23d77b47826f6 (patch) | |
tree | e00e7c44cacdf202d6117b6e1b87a64e768fa4e5 | |
parent | ed81641386ab83a5e780a64a5176d3000a70ae78 (diff) | |
download | poky-eba2428060d0144482689e0a33e23d77b47826f6.tar.gz |
classes/testimage: remove odd characters in comments
(From OE-Core rev: 5d46c3df578f44597d8ce70add423e0c15982705)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 c83906d0f8..9ecef68418 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -7,9 +7,9 @@ | |||
7 | # Most of the tests are commands run on target image over ssh. | 7 | # Most of the tests are commands run on target image over ssh. |
8 | # To use it add testimage to global inherit and call your target image with -c testimage | 8 | # To use it add testimage to global inherit and call your target image with -c testimage |
9 | # You can try it out like this: | 9 | # You can try it out like this: |
10 | # - first build a qemu core-image-sato | 10 | # - first build a qemu core-image-sato |
11 | # - add INHERIT += "testimage" in local.conf | 11 | # - add INHERIT += "testimage" in local.conf |
12 | # - then bitbake core-image-sato -c testimage. That will run a standard suite of tests. | 12 | # - then bitbake core-image-sato -c testimage. That will run a standard suite of tests. |
13 | 13 | ||
14 | # You can set (or append to) TEST_SUITES in local.conf to select the tests | 14 | # You can set (or append to) TEST_SUITES in local.conf to select the tests |
15 | # which you want to run for your target. | 15 | # which you want to run for your target. |