diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-12-07 15:47:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:40 +0000 |
commit | bb650798ab84dbf2f2819bb1c67aeb0ce2054361 (patch) | |
tree | b18f365cfd14b2863d5699fa2ca5e3d45f27d3f3 /meta-yocto-bsp/conf/machine | |
parent | 252898f56e0c4eed9e22e4795d8403ab69dac266 (diff) | |
download | poky-bb650798ab84dbf2f2819bb1c67aeb0ce2054361.tar.gz |
genericx86-common: enable generation of wic.bmap
Enabled generation of block map(bmap) files for wic images
built for genericx86 and genericx86-64 machines. This should
simplify flashing images with bmaptool.
[YOCTO #10621]
(From meta-yocto rev: 1178a9b2ef56af55cc022aec506dce19f38a5633)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 2e59a95b59..f6f0fdb711 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -20,7 +20,7 @@ GLIBC_ADDONS = "nptl" | |||
20 | 20 | ||
21 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | 21 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
22 | 22 | ||
23 | IMAGE_FSTYPES += "wic" | 23 | IMAGE_FSTYPES += "wic wic.bmap" |
24 | WKS_FILE ?= "mkefidisk.wks" | 24 | WKS_FILE ?= "mkefidisk.wks" |
25 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" | 25 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" |
26 | do_image_wic[recrdeptask] += "do_bootimg" | 26 | do_image_wic[recrdeptask] += "do_bootimg" |