diff options
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | recipes/kexecboot/initramfs-kexecboot-image.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb index 01f9871c55..da69f1be33 100644 --- a/recipes/kexecboot/initramfs-kexecboot-image.bb +++ b/recipes/kexecboot/initramfs-kexecboot-image.bb @@ -10,10 +10,8 @@ IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt" export IMAGE_BASENAME = "initramfs-kexecboot-image" -KEXECBOOT_IMAGEDEPENDS ?= "" - # avoid circular dependencies -EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}" +EXTRA_IMAGEDEPENDS = "" IMAGE_INSTALL = "kexecboot" |