mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
sdcard_image-rpi.bbclass: Fix IMAGE_TYPEDEP override to use new syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
86015f0957
commit
c7f4c739a3
|
@ -23,7 +23,7 @@ inherit image_types
|
|||
# 0 4MiB 4MiB + 48MiB 4MiB + 48Mib + SDIMG_ROOTFS
|
||||
|
||||
# This image depends on the rootfs image
|
||||
IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
|
||||
IMAGE_TYPEDEP:rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
|
||||
|
||||
# Kernel image name
|
||||
SDIMG_KERNELIMAGE:raspberrypi ?= "kernel.img"
|
||||
|
|
Loading…
Reference in New Issue
Block a user