Module: meta-ti
Branch: master
Commit: 7b8b1fe4b8c56593faeb19413adf44d2acbd730d
URL:    
http://arago-project.org/git/meta-ti.git?a=commit;h=7b8b1fe4b8c56593faeb19413adf44d2acbd730d

Author: Koen Kooi <[email protected]>
Date:   Fri May  4 08:40:01 2012 +0200

sdcard_image bbclass: make ext4 the default

Signed-off-by: Koen Kooi <[email protected]>
Signed-off-by: Denys Dmytriyenko <[email protected]>

---

 classes/sdcard_image.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to