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:
@@ -9,8 +9,8 @@ LABELS_append = " ${SYSLINUX_LABELS} "
|
||||
|
||||
ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.ext4"
|
||||
|
||||
do_bootimg[depends] += "${INITRD_IMAGE}:do_rootfs"
|
||||
do_bootimg[depends] += "${PN}:do_rootfs"
|
||||
do_bootimg[depends] += "${INITRD_IMAGE}:do_image_complete"
|
||||
do_bootimg[depends] += "${PN}:do_image_complete"
|
||||
|
||||
inherit bootimg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user