diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-05-18 15:34:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 09:05:19 +0100 |
commit | b5804498d6010b75b41b49633948ee5babf48876 (patch) | |
tree | 092a57999b712d59eba098a23593c3f4b843872f /scripts/lib/wic/plugins | |
parent | a49d279b509294c374e4e9ed7765a74735ae31d3 (diff) | |
download | poky-b5804498d6010b75b41b49633948ee5babf48876.tar.gz |
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>
Diffstat (limited to 'scripts/lib/wic/plugins')
-rw-r--r-- | scripts/lib/wic/plugins/imager/direct_plugin.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/wic/plugins/imager/direct_plugin.py b/scripts/lib/wic/plugins/imager/direct_plugin.py index 6d3f46cc61..8fe3930804 100644 --- a/scripts/lib/wic/plugins/imager/direct_plugin.py +++ b/scripts/lib/wic/plugins/imager/direct_plugin.py | |||
@@ -86,7 +86,8 @@ class DirectPlugin(ImagerPlugin): | |||
86 | kernel_dir, | 86 | kernel_dir, |
87 | native_sysroot, | 87 | native_sysroot, |
88 | compressor, | 88 | compressor, |
89 | creatoropts) | 89 | creatoropts, |
90 | opts.bmap) | ||
90 | 91 | ||
91 | try: | 92 | try: |
92 | creator.create() | 93 | creator.create() |