From: Ed Bartosh Date: Fri, 14 Oct 2016 08:04:43 +0000 (+0300) Subject: edgerouter.conf: produce wic images for Edgerouter X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7abb3ec529bd7754fc15ecf30e078d90d8014569;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git edgerouter.conf: produce wic images for Edgerouter Added wic images to the list of default image types for Edgerouter machine. Added required wic dependencies. [YOCTO #8719] Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf index cf521e91d5f..720a9470820 100644 --- a/meta-yocto-bsp/conf/machine/edgerouter.conf +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf @@ -18,5 +18,9 @@ USE_VT ?= "0" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -IMAGE_FSTYPES ?= "jffs2 tar.bz2" +IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic" JFFS2_ERASEBLOCK = "0x10000" + +WKS_FILE ?= "sdimage-bootpart.wks" +IMAGE_BOOT_FILES ?= "vmlinux;vmlinux.64" +do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"