summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorJason Kridner <jdk@ti.com>2011-11-03 17:34:44 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-04 08:16:36 +0100
commit7aff70deab10a52f73dde1bc0dc67205d110e5e3 (patch)
tree0a5b3c849f847429d85bae4811443c4878a99a84 /classes
parentf07b7a4d361561d33948bfcc5f3090bb75746fda (diff)
downloadmeta-ti-7aff70deab10a52f73dde1bc0dc67205d110e5e3.tar.gz
sdimage_class: eliminate 2GB exception for BeagleBone
Gerald has said his supply of 2GB SD cards for BeagleBone has gone away, so we are back to 4GB cards. No more need for this exeption: Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'classes')
-rw-r--r--classes/sdcard_image.bbclass3
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"
12LOOPDEV_BOOT ?= "/dev/loop2" 12LOOPDEV_BOOT ?= "/dev/loop2"
13LOOPDEV_FS ?= "/dev/loop3" 13LOOPDEV_FS ?= "/dev/loop3"
14 14
15# Default to 4GiB images, but use 2GiB images for beaglebone 15# Default to 4GiB images
16SDIMG_SIZE ?= "444" 16SDIMG_SIZE ?= "444"
17SDIMG_SIZE_beaglebone = "222"
18 17
19BOOTPARTNAME_beaglebone = "BEAGLE_BONE" 18BOOTPARTNAME_beaglebone = "BEAGLE_BONE"
20BOOTPARTNAME ?= "${MACHINE}" 19BOOTPARTNAME ?= "${MACHINE}"