From: Richard Purdie Date: Mon, 28 Mar 2016 14:51:18 +0000 (+0100) Subject: wic: Update after task ordering changes X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e10957a0c9f65eaa119f8cb4f817c2fe3d580f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git wic: Update after task ordering changes We need the wic env files to be available and this no longer happens automatically so ensure we have them by specifying a specific task dependency. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index b3f9f1ef5e9..3829de2f1c6 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py @@ -50,7 +50,7 @@ class Wic(oeSelfTest): if not Wic.image_is_ready: bitbake('syslinux syslinux-native parted-native gptfdisk-native ' 'dosfstools-native mtools-native') - bitbake('core-image-minimal') + bitbake('core-image-minimal -c do_rootfs_wicenv') Wic.image_is_ready = True rmtree(self.resultdir, ignore_errors=True)