mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Revert "kernel-fitimage: reduce dependency to the cpio"
This reverts commit ef0d0734866505c1c6e0528a0423e7248afb3ff8. We can't do this since the initramfs needs to use DEPLOY_DIR_IMAGE which isnt ready until do_image_complete. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -38,7 +38,7 @@ python __anonymous () {
|
|||||||
|
|
||||||
image = d.getVar('INITRAMFS_IMAGE')
|
image = d.getVar('INITRAMFS_IMAGE')
|
||||||
if image:
|
if image:
|
||||||
d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_cpio')
|
d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete')
|
||||||
|
|
||||||
ubootenv = d.getVar('UBOOT_ENV')
|
ubootenv = d.getVar('UBOOT_ENV')
|
||||||
if ubootenv:
|
if ubootenv:
|
||||||
|
|||||||
Reference in New Issue
Block a user