[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2951/8267] genericx86-common.inc: add dependency do_image_wic -> do_bootimg



commit b8f4804a3f1cda7a014932e2fa020cc6527aa12b
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Mon Oct 10 17:43:50 2016 +0300

    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.
    
    (From meta-yocto rev: 377a87d390ec3a3f19499f850b7f6b6dfb624389)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../conf/machine/include/genericx86-common.inc     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc 
b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index 7d3b93f..2e59a95 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"


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