[meta-ti] [PATCH 1/3] sdcard_image bbclass: make ext4 the default

Koen Kooi koen at dominion.thruhere.net
Fri May 4 01:32:05 PDT 2012


Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 classes/sdcard_image.bbclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
index 519bd9a..f9b8d46 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -19,7 +19,7 @@ LOOPDEV_FS ?= "/dev/loop3"
 SDIMG_SIZE ?= "444" 
 
 # FS type for rootfs
-ROOTFSTYPE ?= "ext3"
+ROOTFSTYPE ?= "ext4"
 
 BOOTPARTNAME_beaglebone = "BEAGLE_BONE"
 BOOTPARTNAME ?= "${MACHINE}"
-- 
1.7.10




More information about the meta-ti mailing list