diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-03-05 15:59:28 +0000 |
---|---|---|
committer | Gherzan Code Review <gerrit2@gherzan.ro> | 2014-03-05 15:59:28 +0000 |
commit | fbc0947e96e8989d46b1570619554cb916e24049 (patch) | |
tree | abbdf6010787585a40c6c3f09544501a4b25f269 | |
parent | edce18f691b3f12f7fe2b01733893bd184e14f6b (diff) | |
parent | f638f7cf3886b3da74c9b7042e5237a4e66b9b83 (diff) | |
download | meta-raspberrypi-fbc0947e96e8989d46b1570619554cb916e24049.tar.gz |
Merge "sdcard_image-rpi: make rpi-sdimg image dependent on rootfs type"
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 1b055bd..71b6477 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -22,8 +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 | 25 | # This image depends on the rootfs image |
26 | IMAGE_TYPEDEP_rpi-sdimg = "ext3" | 26 | IMAGE_TYPEDEP_rpi-sdimg = "${SDIMG_ROOTFS_TYPE}" |
27 | 27 | ||
28 | # Set kernel and boot loader | 28 | # Set kernel and boot loader |
29 | IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" | 29 | IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" |