diff options
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/edgerouter.conf | 6 |
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" | |||
18 | 18 | ||
19 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | 19 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" |
20 | 20 | ||
21 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | 21 | IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic" |
22 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_ERASEBLOCK = "0x10000" |
23 | |||
24 | WKS_FILE ?= "sdimage-bootpart.wks" | ||
25 | IMAGE_BOOT_FILES ?= "vmlinux;vmlinux.64" | ||
26 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||