[meta-ti] [PATCH] sdimage_class: eliminate 2GB exception for BeagleBone

Jason Kridner jdk at ti.com
Thu Nov 3 14:34:44 PDT 2011


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 at ti.com>
---
 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 45dc54d..e3edf61 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -12,9 +12,8 @@ LOOPDEV ?= "/dev/loop1"
 LOOPDEV_BOOT ?= "/dev/loop2"
 LOOPDEV_FS ?= "/dev/loop3"
 
-# Default to 4GiB images, but use 2GiB images for beaglebone
+# Default to 4GiB images
 SDIMG_SIZE ?= "444" 
-SDIMG_SIZE_beaglebone = "222"
 
 BOOTPARTNAME_beaglebone = "BEAGLE_BONE"
 BOOTPARTNAME ?= "${MACHINE}"
-- 
1.7.4.1




More information about the meta-ti mailing list