diff options
-rw-r--r-- | conf/machine/include/rpi-base.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 970f4d8..688227c 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -97,6 +97,10 @@ IMAGE_BOOT_FILES ?= "bcm2835-bootfiles/* \ | |||
97 | '${KERNEL_IMAGETYPE} u-boot.bin;${SDIMG_KERNELIMAGE} boot.scr', \ | 97 | '${KERNEL_IMAGETYPE} u-boot.bin;${SDIMG_KERNELIMAGE} boot.scr', \ |
98 | '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ | 98 | '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ |
99 | " | 99 | " |
100 | do_image_wic[depends] += " \ | ||
101 | bcm2835-bootfiles:do_deploy \ | ||
102 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ | ||
103 | " | ||
100 | 104 | ||
101 | # The kernel image is installed into the FAT32 boot partition and does not need | 105 | # The kernel image is installed into the FAT32 boot partition and does not need |
102 | # to also be installed into the rootfs. | 106 | # to also be installed into the rootfs. |