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"