diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:51:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:55:49 +0100 |
commit | 92b2bc5d2755160e007b651d984038693fe43bbb (patch) | |
tree | 45d639a4e385fb8fa62a7c54d13614630cf9cbf6 /meta | |
parent | d6cb46cafdb9023556f5fbce32f0f8640cd5c7ce (diff) | |
download | poky-92b2bc5d2755160e007b651d984038693fe43bbb.tar.gz |
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.
(From OE-Core rev: 15e10957a0c9f65eaa119f8cb4f817c2fe3d580f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/wic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index b3f9f1ef5e..3829de2f1c 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/meta/lib/oeqa/selftest/wic.py | |||
@@ -50,7 +50,7 @@ class Wic(oeSelfTest): | |||
50 | if not Wic.image_is_ready: | 50 | if not Wic.image_is_ready: |
51 | bitbake('syslinux syslinux-native parted-native gptfdisk-native ' | 51 | bitbake('syslinux syslinux-native parted-native gptfdisk-native ' |
52 | 'dosfstools-native mtools-native') | 52 | 'dosfstools-native mtools-native') |
53 | bitbake('core-image-minimal') | 53 | bitbake('core-image-minimal -c do_rootfs_wicenv') |
54 | Wic.image_is_ready = True | 54 | Wic.image_is_ready = True |
55 | 55 | ||
56 | rmtree(self.resultdir, ignore_errors=True) | 56 | rmtree(self.resultdir, ignore_errors=True) |