[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4514/8267] image_types_wic: remove dependency to do_bootimg



commit 791391e25706cbd0f52a9de809d396f98f702c9e
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Thu Feb 2 23:46:55 2017 +0200

    image_types_wic: remove dependency to do_bootimg
    
    Removing task dependency do_wic -> do_bootimg as wic
    doesn't depend on hddimg/booimg anymore.
    
    (From OE-Core rev: af52d878940babb88bc8a2650e8c0115b6ccaf9f)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/image_types_wic.bbclass |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass
index 3e98959..ec6c14d 100644
--- a/meta/classes/image_types_wic.bbclass
+++ b/meta/classes/image_types_wic.bbclass
@@ -41,11 +41,6 @@ WKS_FILE_CHECKSUM = "${@'${WKS_FULL_PATH}:%s' % os.path.exists('${WKS_FULL_PATH}
 do_image_wic[file-checksums] += "${WKS_FILE_CHECKSUM}"
 do_image_wic[depends] += "wic-tools:do_build"
 
-python () {
-    if d.getVar('USING_WIC') and 'do_bootimg' in d:
-        bb.build.addtask('do_image_wic', '', 'do_bootimg', d)
-}
-
 python do_write_wks_template () {
     """Write out expanded template contents to WKS_FULL_PATH."""
     import re


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