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:24:51 +0100 |
commit | 7be8f1a9dad4512c3a979ad744e223edb38fccc6 (patch) | |
tree | 2a27e9969ee40e8ca714286e2685d2c14cb3f98d | |
parent | 5e063a4c6bb0e0623a4d25bb2bf6eecd9ad6b9f1 (diff) | |
download | openembedded-core-7be8f1a9dad4512c3a979ad744e223edb38fccc6.tar.gz openembedded-core-7be8f1a9dad4512c3a979ad744e223edb38fccc6.tar.bz2 openembedded-core-7be8f1a9dad4512c3a979ad744e223edb38fccc6.zip |
testimage.bbclass: INHERIT -> IMAGE_CLASSES
Use IMAGE_CLASSES which is only seen by image recipe.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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 @@ # 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 +# - add IMAGE_CLASSES += "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 |