diff options
-rw-r--r-- | conf/machine/include/rpi-base.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 4a0ea2a..71bb071 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -83,7 +83,9 @@ def make_dtb_boot_files(d): | |||
83 | 83 | ||
84 | IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* \ | 84 | IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* \ |
85 | ${@make_dtb_boot_files(d)} \ | 85 | ${@make_dtb_boot_files(d)} \ |
86 | ${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE} \ | 86 | ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', '${KERNEL_IMAGETYPE}', '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ |
87 | ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'u-boot.bin;${SDIMG_KERNELIMAGE}', '', d)} \ | ||
88 | ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'boot.scr;boot.scr', '', d)} \ | ||
87 | " | 89 | " |
88 | 90 | ||
89 | # The kernel image is installed into the FAT32 boot partition and does not need | 91 | # The kernel image is installed into the FAT32 boot partition and does not need |