summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-02-25 17:47:07 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-02-25 17:47:07 +0200
commita760ea5fa293a958ebcf1e5af0e6aa4518de4639 (patch)
treed58d628f2e1b040b1b0a49aee8dc4004d7976919 /classes
parentbdb6b72284e1560725098db11cdf745c54ee6139 (diff)
downloadmeta-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>
Diffstat (limited to 'classes')
-rw-r--r--classes/sdcard_image-rpi.bbclass2
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
26IMAGE_TYPEDEP_rpi-sdimg = "ext3"
25 27
26# Set kernel and boot loader 28# Set kernel and boot loader
27IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" 29IMAGE_BOOTLOADER ?= "bcm2835-bootfiles"