]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
qemuboot: Correct task dependency tree
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Aug 2026 21:27:31 +0000 (22:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Aug 2026 13:38:55 +0000 (14:38 +0100)
If we're writing to IMGDEPLOYDIR we need to do it between do_image
and do_image_complete.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/qemuboot.bbclass

index d1794c7899d1155a8b953c9a7d34a5664a2b0d6f..72cad65adbcb5f4eac1c8664c05c30406832adfb 100644 (file)
@@ -127,7 +127,7 @@ QB_DRIVE_TYPE ?= "/dev/sd"
 inherit image-artifact-names
 
 # Create qemuboot.conf
-addtask do_write_qemuboot_conf after do_rootfs before do_image
+addtask do_write_qemuboot_conf after do_image before do_image_complete
 do_write_qemuboot_conf[depends] += "${@ '' if bb.utils.to_boolean(d.getVar('INITRAMFS_IMAGE_BUNDLE')) else (d.getVar('KERNEL_DEPLOY_DEPEND') or '')}"
 
 def qemuboot_vars(d):