]> code.ossystems Code Review - openembedded-core.git/commitdiff
testimage.bbclass: INHERIT -> IMAGE_CLASSES
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 12 Jul 2016 12:04:02 +0000 (05:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:51 +0000 (10:24 +0100)
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>
meta/classes/testimage.bbclass

index e766fa71c11c9d0cd249216c9efdfc7e5e75442d..0b6c779dbca74fd1276c501a03588bcdc95aa6c8 100644 (file)
@@ -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