diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 09:22:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-20 09:22:16 +0200 |
commit | 68ad65aab3130fe464613595e4090b0a5688b56e (patch) | |
tree | 0d1fa820c8369c578c439b009eb073819a68921e /classes | |
parent | 9c078a61edeeb970f77e6d7a7a8cd09382bd27a4 (diff) | |
download | meta-ti-68ad65aab3130fe464613595e4090b0a5688b56e.tar.gz |
sdcard_image bblass: set beaglebone VFAT label to 'BEAGLE_BONE'
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdcard_image.bbclass | 1 |
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" | |||
16 | SDIMG_SIZE ?= "444" | 16 | SDIMG_SIZE ?= "444" |
17 | SDIMG_SIZE_beaglebone = "222" | 17 | SDIMG_SIZE_beaglebone = "222" |
18 | 18 | ||
19 | BOOTPARTNAME_beaglebone = "BEAGLE_BONE" | ||
19 | BOOTPARTNAME ?= "${MACHINE}" | 20 | BOOTPARTNAME ?= "${MACHINE}" |
20 | 21 | ||
21 | IMAGE_CMD_sdimg () { | 22 | IMAGE_CMD_sdimg () { |