diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-04 08:40:01 +0200 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-10 15:28:38 -0400 |
| commit | 7b8b1fe4b8c56593faeb19413adf44d2acbd730d (patch) | |
| tree | 5ee09b5cdfa3219a35cac3a414bcc2df498d638d /classes | |
| parent | 07913cca6cfd7f35a9bb5d6b2cca41c6b5f07ec3 (diff) | |
| download | meta-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>
Diffstat (limited to 'classes')
| -rw-r--r-- | 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 519bd9a3..f9b8d467 100644 --- a/classes/sdcard_image.bbclass +++ b/classes/sdcard_image.bbclass | |||
| @@ -19,7 +19,7 @@ LOOPDEV_FS ?= "/dev/loop3" | |||
| 19 | SDIMG_SIZE ?= "444" | 19 | SDIMG_SIZE ?= "444" |
| 20 | 20 | ||
| 21 | # FS type for rootfs | 21 | # FS type for rootfs |
| 22 | ROOTFSTYPE ?= "ext3" | 22 | ROOTFSTYPE ?= "ext4" |
| 23 | 23 | ||
| 24 | BOOTPARTNAME_beaglebone = "BEAGLE_BONE" | 24 | BOOTPARTNAME_beaglebone = "BEAGLE_BONE" |
| 25 | BOOTPARTNAME ?= "${MACHINE}" | 25 | BOOTPARTNAME ?= "${MACHINE}" |
