summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/sdcard_image-rpi.bbclass2
-rw-r--r--conf/machine/include/rpi-base.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
index 2dd9326..3cb6baa 100644
--- a/classes/sdcard_image-rpi.bbclass
+++ b/classes/sdcard_image-rpi.bbclass
@@ -58,6 +58,8 @@ do_image_rpi_sdimg[depends] = " \
58 ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ 58 ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \
59 " 59 "
60 60
61do_image_rpi_sdimg[recrdeps] = "do_build"
62
61# SD card image name 63# SD card image name
62SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg" 64SDIMG = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.rpi-sdimg"
63 65
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 = ""