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, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 937a8b1..ae71818 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -104,6 +104,8 @@ do_image_wic[depends] += " \
104 ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ 104 ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \
105 " 105 "
106 106
107do_image_wic[recrdeps] = "do_build"
108
107# The kernel image is installed into the FAT32 boot partition and does not need 109# The kernel image is installed into the FAT32 boot partition and does not need
108# to also be installed into the rootfs. 110# to also be installed into the rootfs.
109RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" 111RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""