From 791391e25706cbd0f52a9de809d396f98f702c9e Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 2 Feb 2017 23:46:55 +0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/classes/image_types_wic.bbclass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass index 3e98959ed1..ec6c14d4e6 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 -- cgit 1.2.3-korg