We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8063568 commit 5526028Copy full SHA for 5526028
layers/targets/meta-raspberrypi/conf/layer.conf
@@ -20,3 +20,10 @@ IMAGE_BOOT_FILES_remove = "uImage"
20
# Configuration for the rootfs overlay.
21
INITRAMFS_IMAGE_NAME = "rootfs-overlay-initramfs-${MACHINE}"
22
INITRAMFS_TASK = "rootfs-overlay-initramfs:do_image_complete"
23
+
24
+# This config option is not set for the raspberrypi machine:
25
+# https://github.com/agherzan/meta-raspberrypi/blob/329b50f252ed9abda98841266d126f77f3cc56a0/conf/machine/raspberrypi.conf
26
+#
27
+# Without, the following warning is raised when generating the -update images:
28
+# do_swuimage: BitBake variable SDIMG_KERNELIMAGE not set
29
+SDIMG_KERNELIMAGE_raspberrypi ?= "kernel.img"
0 commit comments