summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/rpi-base.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 71bb071..f29db29 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -83,9 +83,9 @@ def make_dtb_boot_files(d):
83 83
84IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* \ 84IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* \
85 ${@make_dtb_boot_files(d)} \ 85 ${@make_dtb_boot_files(d)} \
86 ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', '${KERNEL_IMAGETYPE}', '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ 86 ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', \
87 ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'u-boot.bin;${SDIMG_KERNELIMAGE}', '', d)} \ 87 '${KERNEL_IMAGETYPE} u-boot.bin;${SDIMG_KERNELIMAGE} boot.scr', \
88 ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'boot.scr;boot.scr', '', d)} \ 88 '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \
89 " 89 "
90 90
91# 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