mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
classes: Fix do_rootfs references
After the separation of do_rootfs, some rootfs references need changing to image_complete. (From OE-Core rev: 59a5f596ca29b1eb8283706e3c60fbb39f9c2c23) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,6 @@ inherit testimage
|
||||
python do_testimage_auto() {
|
||||
testimage_main(d)
|
||||
}
|
||||
addtask testimage_auto before do_build after do_rootfs
|
||||
addtask testimage_auto before do_build after do_image_complete
|
||||
do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}"
|
||||
do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}"
|
||||
|
||||
Reference in New Issue
Block a user