From: Ed Bartosh Date: Fri, 9 Dec 2016 13:12:50 +0000 (+0200) Subject: beaglebone.conf: enable generation of wic.bmap X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=503516e37e09f9f1b693e3741687661a56b905b0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git beaglebone.conf: enable generation of wic.bmap Enabled generation of block map(bmap) files for wic images built for beaglebone machine. This should simplify flashing images with bmaptool. [YOCTO #10621] Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf index 7a19d1f8bec..fc6a5277b27 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf @@ -14,7 +14,7 @@ EXTRA_IMAGEDEPENDS += "u-boot" DEFAULTTUNE ?= "cortexa8hf-neon" include conf/machine/include/tune-cortexa8.inc -IMAGE_FSTYPES += "tar.bz2 jffs2 wic" +IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" EXTRA_IMAGECMD_jffs2 = "-lnp " WKS_FILE = "sdimage-bootpart.wks" IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage"