diff options
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index c7cfa7c..1b055bd 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -22,6 +22,8 @@ inherit image_types | |||
22 | # | | | | | 22 | # | | | | |
23 | # 0 4MiB 4MiB + 20MiB 4MiB + 20Mib + SDIMG_ROOTFS | 23 | # 0 4MiB 4MiB + 20MiB 4MiB + 20Mib + SDIMG_ROOTFS |
24 | 24 | ||
25 | # This image depends on ext3 image | ||
26 | IMAGE_TYPEDEP_rpi-sdimg = "ext3" | ||
25 | 27 | ||
26 | # Set kernel and boot loader | 28 | # Set kernel and boot loader |
27 | IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" | 29 | IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" |