[oe-commits] [openembedded-core] 46/118: testimage.bbclass: INHERIT -> IMAGE_CLASSES

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 09:30:20 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7be8f1a9dad4512c3a979ad744e223edb38fccc6
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Jul 12 05:04:02 2016 -0700

    testimage.bbclass: INHERIT -> IMAGE_CLASSES
    
    Use IMAGE_CLASSES which is only seen by image recipe.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/testimage.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index e766fa7..0b6c779 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list