From: Ed Bartosh Date: Mon, 10 Oct 2016 14:43:50 +0000 (+0300) Subject: genericx86-common.inc: add dependency do_image_wic -> do_bootimg X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=377a87d390ec3a3f19499f850b7f6b6dfb624389;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86-common.inc: add dependency do_image_wic -> do_bootimg do_image_wic depends on do_bootimg on genericx86 machines as it copies files from hddimg/EFI/BOOT directory to boot partition. Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 7d3b93f6c48..2e59a95b593 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc @@ -23,3 +23,4 @@ EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" IMAGE_FSTYPES += "wic" WKS_FILE ?= "mkefidisk.wks" do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" +do_image_wic[recrdeptask] += "do_bootimg"