diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-12 05:04:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:47 +0100 |
commit | 7eaf3056c8fe3f7fc9420a1ca2bdfe315e4f48db (patch) | |
tree | 9effd22cfdb8c937e27c2c43f3096ec3b370d7fc /meta | |
parent | 45743114c8a541cf64745cdd4f9a05169a468a4c (diff) | |
download | poky-7eaf3056c8fe3f7fc9420a1ca2bdfe315e4f48db.tar.gz |
testimage.bbclass: INHERIT -> IMAGE_CLASSES
Use IMAGE_CLASSES which is only seen by image recipe.
(From OE-Core rev: 7be8f1a9dad4512c3a979ad744e223edb38fccc6)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index e766fa71c1..0b6c779dbc 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -8,7 +8,7 @@ | |||
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 IMAGE_CLASSES += "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 |