[oe-commits] [openembedded-core] 07/23: wic: Update after task ordering changes

git at git.openembedded.org git at git.openembedded.org
Mon Mar 28 14:56:32 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 15e10957a0c9f65eaa119f8cb4f817c2fe3d580f
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Mar 28 15:51:18 2016 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/wic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py
index b3f9f1e..3829de2 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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list