diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-13 23:49:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-13 23:49:48 +0000 |
commit | 46fd76aa07bd431f0ba73bdafeb7bf5aa31cef25 (patch) | |
tree | fca011b3314bc62f3b0c894aedef6df15add92c0 | |
parent | b03fd83fcbcade02b0fbfe28fc5818552e5daa5d (diff) | |
download | poky-46fd76aa07bd431f0ba73bdafeb7bf5aa31cef25.tar.gz |
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>
-rw-r--r-- | meta/classes-recipe/kernel-fitimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel-fitimage.bbclass b/meta/classes-recipe/kernel-fitimage.bbclass index ccc132482e..7980910aa8 100644 --- a/meta/classes-recipe/kernel-fitimage.bbclass +++ b/meta/classes-recipe/kernel-fitimage.bbclass | |||
@@ -38,7 +38,7 @@ python __anonymous () { | |||
38 | 38 | ||
39 | image = d.getVar('INITRAMFS_IMAGE') | 39 | image = d.getVar('INITRAMFS_IMAGE') |
40 | if image: | 40 | if image: |
41 | d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_cpio') | 41 | d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete') |
42 | 42 | ||
43 | ubootenv = d.getVar('UBOOT_ENV') | 43 | ubootenv = d.getVar('UBOOT_ENV') |
44 | if ubootenv: | 44 | if ubootenv: |