From: Ed Bartosh Date: Wed, 18 Jan 2017 17:13:39 +0000 (+0200) Subject: selftest: build wic-tools in the Wic.setUp X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ce14d5ea667ffd319fdb3e147b6eb29505cf8e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git selftest: build wic-tools in the Wic.setUp Built wic-tools recipe instead of set of tools recipes to ensure that all tools are available from one recipe sysroot. Signed-off-by: Ed Bartosh --- diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 49bbfe3bce7..e45594fdc8b 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py @@ -51,8 +51,7 @@ class Wic(oeSelfTest): # clean up which can result in the native tools built earlier in # setUpClass being unavailable. if not Wic.image_is_ready: - bitbake('syslinux syslinux-native parted-native gptfdisk-native ' - 'dosfstools-native mtools-native bmap-tools-native') + bitbake('wic-tools') bitbake('core-image-minimal') Wic.image_is_ready = True