From: Ed Bartosh Date: Fri, 15 Jul 2016 06:53:47 +0000 (+0300) Subject: wic: oe-selftest: build bmap-tools-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24986 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd11ab551f9bf1d8761d0430f19510a9caa53a12;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic: oe-selftest: build bmap-tools-native bmap-tools-native is required to generate .bmap file. Without it wic fails with this error when run with --bmap option: Error: A native program bmaptool required to build the image was not found Added bmap-tools-native to the list of requirements to build in Wic.setUpLocal method. Signed-off-by: Ed Bartosh Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 895c6d6d017..e550785fcf4 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py @@ -49,7 +49,7 @@ class Wic(oeSelfTest): # setUpClass being unavailable. if not Wic.image_is_ready: bitbake('syslinux syslinux-native parted-native gptfdisk-native ' - 'dosfstools-native mtools-native') + 'dosfstools-native mtools-native bmap-tools-native') bitbake('core-image-minimal') Wic.image_is_ready = True