diff options
Diffstat (limited to 'classes/sdcard_image.bbclass')
-rw-r--r-- | classes/sdcard_image.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass index 45dc54d5..e3edf615 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
@@ -12,9 +12,8 @@ LOOPDEV ?= "/dev/loop1" | |||
12 | LOOPDEV_BOOT ?= "/dev/loop2" | 12 | LOOPDEV_BOOT ?= "/dev/loop2" |
13 | LOOPDEV_FS ?= "/dev/loop3" | 13 | LOOPDEV_FS ?= "/dev/loop3" |
14 | 14 | ||
15 | # Default to 4GiB images, but use 2GiB images for beaglebone | 15 | # Default to 4GiB images |
16 | SDIMG_SIZE ?= "444" | 16 | SDIMG_SIZE ?= "444" |
17 | SDIMG_SIZE_beaglebone = "222" | ||
18 | 17 | ||
19 | BOOTPARTNAME_beaglebone = "BEAGLE_BONE" | 18 | BOOTPARTNAME_beaglebone = "BEAGLE_BONE" |
20 | BOOTPARTNAME ?= "${MACHINE}" | 19 | BOOTPARTNAME ?= "${MACHINE}" |