[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2566/8267] genericx86-common.inc: produce wic images



commit 1fe840a4a0fbb16fb207183959a2cc93ec802763
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Tue Sep 20 12:15:59 2016 +0300

    genericx86-common.inc: produce wic images
    
    Added wic images to the list of default image types for genericx86
    and genericx86-64 machines. This is a first step of using wic as a
    recommended way of creating images for reference BSPs.
    
    [YOCTO #8719]
    
    (From meta-yocto rev: 384fa3a21d515c53c177ac66f74999276933b214)
    
    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, 4 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 6c4af7e..7f6feb6 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -19,3 +19,7 @@ MACHINE_EXTRA_RRECOMMENDS += "linux-firmware eee-acpi-scripts"
 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"


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