mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
sdcard_image-rpi.bbclass: Move SDIMG_KERNELIMAGE definitions to their machines
This unifies the configuration of SDIMG_KERNELIMAGE across machines. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
4b9c0dd543
commit
1440ac8589
@@ -25,11 +25,6 @@ inherit image_types
|
||||
# This image depends on the rootfs image
|
||||
IMAGE_TYPEDEP:rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
|
||||
|
||||
# Kernel image name
|
||||
SDIMG_KERNELIMAGE:raspberrypi ?= "kernel.img"
|
||||
SDIMG_KERNELIMAGE:raspberrypi2 ?= "kernel7.img"
|
||||
SDIMG_KERNELIMAGE:raspberrypi3-64 ?= "kernel8.img"
|
||||
|
||||
# Boot partition volume id
|
||||
# Shorten raspberrypi to just rpi to keep it under 11 characters
|
||||
# now enforced by mkfs.vfat from dosfstools-4.2
|
||||
|
||||
Reference in New Issue
Block a user