mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
wic: implement --bmap option
This option enables generation of <image>.bmap file for the result image using native bmaptool. [YOCTO #9413] (From OE-Core rev: d64c7b37c40b052510419b4d6629b83319c833e4) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a49d279b50
commit
b5804498d6
@@ -69,6 +69,7 @@ class Creator():
|
||||
optparser.add_option('', '--tmpfs', action='store_true', dest='enabletmpfs',
|
||||
help='Setup tmpdir as tmpfs to accelerate, experimental'
|
||||
' feature, use it if you have more than 4G memory')
|
||||
optparser.add_option('', '--bmap', action='store_true', help='generate .bmap')
|
||||
return optparser
|
||||
|
||||
def postoptparse(self, options):
|
||||
|
||||
Reference in New Issue
Block a user