mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user