1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

sdcard_image bbclass: make ext4 the default

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Koen Kooi
2012-05-04 08:40:01 +02:00
committed by Denys Dmytriyenko
parent 07913cca6c
commit 7b8b1fe4b8

View File

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