summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-base.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/rpi-base.inc')
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index d4a25a4..18368c6 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -123,7 +123,7 @@ IMAGE_BOOT_FILES ?= "${BOOTFILES_DIR_NAME}/* \
123 '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \ 123 '${KERNEL_IMAGETYPE};${SDIMG_KERNELIMAGE}', d)} \
124 " 124 "
125do_image_wic[depends] += " \ 125do_image_wic[depends] += " \
126 bootfiles:do_deploy \ 126 rpi-bootfiles:do_deploy \
127 ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ 127 ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \
128 " 128 "
129 129