diff options
| -rw-r--r-- | meta/recipes-core/images/kernel-initramfs.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/kernel-initramfs.bb b/meta/recipes-core/images/kernel-initramfs.bb index cce46ab..2a3a1cd 100644 --- a/meta/recipes-core/images/kernel-initramfs.bb +++ b/meta/recipes-core/images/kernel-initramfs.bb  | |||
| @@ -26,7 +26,7 @@ BUNDLE = "${@'1' if d.getVar('INITRAMFS_IMAGE', True) and \ | |||
| 26 | python() { | 26 | python() { | 
| 27 | image = d.getVar('INITRAMFS_IMAGE', True) | 27 | image = d.getVar('INITRAMFS_IMAGE', True) | 
| 28 | if image: | 28 | if image: | 
| 29 | d.appendVarFlag('do_install', 'depends', ' ${INITRAMFS_IMAGE}:do_rootfs') | 29 | d.appendVarFlag('do_install', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete') | 
| 30 | } | 30 | } | 
| 31 | 31 | ||
| 32 | do_unpack[depends] += "virtual/kernel:do_deploy" | 32 | do_unpack[depends] += "virtual/kernel:do_deploy" | 
