[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2949/8267] genericx86-common.inc: produce EFI wic image



commit 68c64572f6567d925b59c81158320441436270d7
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Mon Oct 10 11:02:06 2016 +0300

    genericx86-common.inc: produce EFI wic image
    
    Used mkefidisk.wks as a default kickstart file for genericx86* machines.
    Added dependency do_image_wic -> gptfdisk-native as wic uses sgdisk tool
    from this package to set partition UUIDS.
    
    (From meta-yocto rev: a867b07634b49f75d3e7591b9bc83536eeecb3ad)
    
    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     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc 
b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index 7f6feb6..7d3b93f 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -21,5 +21,5 @@ GLIBC_ADDONS = "nptl"
 EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
 
 IMAGE_FSTYPES += "wic"
-WKS_FILE = "directdisk.wks"
-do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot 
syslinux-native:do_populate_sysroot syslinux:do_build"
+WKS_FILE ?= "mkefidisk.wks"
+do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"


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