sdcard_image-rpi: Make rpi-sdimg image dependent on ext3

Change-Id: Ib48c8fd941be5ceb8fe2bcc087f53fb4ef1c0eb5
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2014-02-25 17:47:07 +02:00
parent bdb6b72284
commit a760ea5fa2

View File

@ -22,6 +22,8 @@ inherit image_types
# | | | |
# 0 4MiB 4MiB + 20MiB 4MiB + 20Mib + SDIMG_ROOTFS
# This image depends on ext3 image
IMAGE_TYPEDEP_rpi-sdimg = "ext3"
# Set kernel and boot loader
IMAGE_BOOTLOADER ?= "bcm2835-bootfiles"