mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
image: Always run do_rootfs_wicenv
The wic command can be used externally but for this to work, the wic environment file needs to be present. Therefore write this out universally, it runs in parallel with other image construction so any performance implications are negligible. (From OE-Core rev: b2576f2eab10e4c5dd86449312b417a269cc578e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -277,7 +277,7 @@ python do_rootfs_wicenv () {
|
||||
if value:
|
||||
envf.write('%s="%s"\n' % (var, value.strip()))
|
||||
}
|
||||
addtask do_rootfs_wicenv after do_rootfs before do_image_wic
|
||||
addtask do_rootfs_wicenv after do_rootfs before do_image_wic do_image_complete
|
||||
do_rootfs_wicenv[vardeps] += "${WICVARS}"
|
||||
do_rootfs_wicenv[prefuncs] = 'set_image_size'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user