1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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>
This commit is contained in:
Jason Kridner
2011-11-03 17:34:44 -04:00
committed by Koen Kooi
parent f07b7a4d36
commit 7aff70deab

View File

@@ -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}"