]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: Update after task ordering changes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Mar 2016 14:51:18 +0000 (15:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Mar 2016 14:54:51 +0000 (15:54 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/wic.py

index b3f9f1ef5e99527be6d7edaa133785c33621ef82..3829de2f1c63c5f254658cdf439c23f3589fb7bc 100644 (file)
@@ -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)