summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-10-14 11:04:43 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-15 09:57:41 +0100
commit7abb3ec529bd7754fc15ecf30e078d90d8014569 (patch)
tree23444e6b333c9ab92628305ee30c1573d0ef55b7
parent4c9792bbc8ac09417787838609aa5d466e3d0c77 (diff)
downloadopenembedded-core-contrib-7abb3ec529bd7754fc15ecf30e078d90d8014569.tar.gz
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 <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/conf/machine/edgerouter.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
index cf521e91d5..720a947082 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"