summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-04 08:40:01 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-10 15:28:38 -0400
commit7b8b1fe4b8c56593faeb19413adf44d2acbd730d (patch)
tree5ee09b5cdfa3219a35cac3a414bcc2df498d638d
parent07913cca6cfd7f35a9bb5d6b2cca41c6b5f07ec3 (diff)
downloadmeta-ti-7b8b1fe4b8c56593faeb19413adf44d2acbd730d.tar.gz
sdcard_image bbclass: make ext4 the default
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--classes/sdcard_image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
index 519bd9a3..f9b8d467 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -19,7 +19,7 @@ LOOPDEV_FS ?= "/dev/loop3"
19SDIMG_SIZE ?= "444" 19SDIMG_SIZE ?= "444"
20 20
21# FS type for rootfs 21# FS type for rootfs
22ROOTFSTYPE ?= "ext3" 22ROOTFSTYPE ?= "ext4"
23 23
24BOOTPARTNAME_beaglebone = "BEAGLE_BONE" 24BOOTPARTNAME_beaglebone = "BEAGLE_BONE"
25BOOTPARTNAME ?= "${MACHINE}" 25BOOTPARTNAME ?= "${MACHINE}"