From: Robert Yang Date: Tue, 12 Jul 2016 12:04:02 +0000 (-0700) Subject: testimage.bbclass: INHERIT -> IMAGE_CLASSES X-Git-Tag: uninative-1.3~313 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7be8f1a9dad4512c3a979ad744e223edb38fccc6;p=openembedded-core.git testimage.bbclass: INHERIT -> IMAGE_CLASSES Use IMAGE_CLASSES which is only seen by image recipe. Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- 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