summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-20 09:22:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-20 09:22:16 +0200
commit68ad65aab3130fe464613595e4090b0a5688b56e (patch)
tree0d1fa820c8369c578c439b009eb073819a68921e /classes
parent9c078a61edeeb970f77e6d7a7a8cd09382bd27a4 (diff)
downloadmeta-ti-68ad65aab3130fe464613595e4090b0a5688b56e.tar.gz
sdcard_image bblass: set beaglebone VFAT label to 'BEAGLE_BONE'
Diffstat (limited to 'classes')
-rw-r--r--classes/sdcard_image.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
index 2bbf4c47..1570d37b 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -16,6 +16,7 @@ LOOPDEV_FS ?= "/dev/loop3"
16SDIMG_SIZE ?= "444" 16SDIMG_SIZE ?= "444"
17SDIMG_SIZE_beaglebone = "222" 17SDIMG_SIZE_beaglebone = "222"
18 18
19BOOTPARTNAME_beaglebone = "BEAGLE_BONE"
19BOOTPARTNAME ?= "${MACHINE}" 20BOOTPARTNAME ?= "${MACHINE}"
20 21
21IMAGE_CMD_sdimg () { 22IMAGE_CMD_sdimg () {