Skip to content

Commit 5526028

Browse files
committed
Fix missing SDIMG_KERNELIMAGE variable for raspberrypi target.
1 parent 8063568 commit 5526028

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

layers/targets/meta-raspberrypi/conf/layer.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ IMAGE_BOOT_FILES_remove = "uImage"
2020
# Configuration for the rootfs overlay.
2121
INITRAMFS_IMAGE_NAME = "rootfs-overlay-initramfs-${MACHINE}"
2222
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

Comments
 (0)