]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
edgerouter.conf: produce wic images for Edgerouter
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 14 Oct 2016 08:04:43 +0000 (11:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Oct 2016 09:01:44 +0000 (10:01 +0100)
Added wic images to the list of default image types for Edgerouter
machine. Added required wic dependencies.

[YOCTO #8719]

(From meta-yocto rev: 7abb3ec529bd7754fc15ecf30e078d90d8014569)

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>
meta-yocto-bsp/conf/machine/edgerouter.conf

index cf521e91d5f5283d9bfd0ee8923311e1dd0ae7af..720a9470820f03e512058ce8c4b72d67e6986525 100644 (file)
@@ -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"