diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-25 17:47:07 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-25 17:47:07 +0200 |
commit | a760ea5fa293a958ebcf1e5af0e6aa4518de4639 (patch) | |
tree | d58d628f2e1b040b1b0a49aee8dc4004d7976919 | |
parent | bdb6b72284e1560725098db11cdf745c54ee6139 (diff) | |
download | meta-raspberrypi-a760ea5fa293a958ebcf1e5af0e6aa4518de4639.tar.gz |
sdcard_image-rpi: Make rpi-sdimg image dependent on ext3
Change-Id: Ib48c8fd941be5ceb8fe2bcc087f53fb4ef1c0eb5
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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" |