mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-04 14:09:51 +00:00
Merge "sdcard_image-rpi: make rpi-sdimg image dependent on rootfs type"
This commit is contained in:
@@ -22,8 +22,8 @@ inherit image_types
|
||||
# | | | |
|
||||
# 0 4MiB 4MiB + 20MiB 4MiB + 20Mib + SDIMG_ROOTFS
|
||||
|
||||
# This image depends on ext3 image
|
||||
IMAGE_TYPEDEP_rpi-sdimg = "ext3"
|
||||
# This image depends on the rootfs image
|
||||
IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}"
|
||||
|
||||
# Set kernel and boot loader
|
||||
IMAGE_BOOTLOADER ?= "bcm2835-bootfiles"
|
||||
|
||||
Reference in New Issue
Block a user