mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 13:17:02 +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:
parent
b03fd83fcb
commit
46fd76aa07
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user