All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] edgerouter.conf: enable generation of wic.bmap
@ 2016-12-09 17:46 Ed Bartosh
  2016-12-10 18:40 ` Christopher Larson
  0 siblings, 1 reply; 6+ messages in thread
From: Ed Bartosh @ 2016-12-09 17:46 UTC (permalink / raw)
  To: openembedded-core

Enabled generation of block map(bmap) files for wic images
built for edgerouter machine. This should simplify flashing
images with bmaptool.

[YOCTO #10621]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
---
 meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
index 720a947..c6193d9 100644
--- a/meta-yocto-bsp/conf/machine/edgerouter.conf
+++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
@@ -18,7 +18,7 @@ USE_VT ?= "0"
 
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 
-IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic"
+IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap"
 JFFS2_ERASEBLOCK = "0x10000"
 
 WKS_FILE ?= "sdimage-bootpart.wks"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-12 15:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-09 17:46 [PATCH] edgerouter.conf: enable generation of wic.bmap Ed Bartosh
2016-12-10 18:40 ` Christopher Larson
2016-12-10 20:57   ` Khem Raj
2016-12-11  0:40     ` Christopher Larson
2016-12-12 10:58   ` Ed Bartosh
2016-12-12 15:11     ` Christopher Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.