[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1393/8267] testimage.bbclass: INHERIT -> IMAGE_CLASSES



commit 7eaf3056c8fe3f7fc9420a1ca2bdfe315e4f48db
Author: Robert Yang <liezhi yang windriver com>
Date:   Tue Jul 12 05:04:02 2016 -0700

    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>

 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 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]