configs/imx6ulevk: Use ext4 as filesystem type
authorFabio Estevam <festevam@gmail.com>
Sat, 7 May 2016 14:32:18 +0000 (11:32 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 8 May 2016 13:01:52 +0000 (15:01 +0200)
Extend the filesystem type to ext4.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/freescale/imx6ulevk/genimage.cfg
configs/freescale_imx6ulevk_defconfig

index 36ede1c3ac8ea5132c401f60ab609bf31a0a8f25..b58193ae7305d016265e65b4d7157219c31ff513 100644 (file)
@@ -4,7 +4,7 @@
 # * the microSD card must have 1 kB free space at the beginning,
 # * U-Boot is dumped as is,
 # * a FAT partition at offset 8 MB is containing zImage and dtbs,
-# * a single root filesystem partition is required (Ext2 in this case).
+# * a single root filesystem partition is required (Ext4 in this case).
 #
 
 image boot.vfat {
@@ -36,6 +36,6 @@ image sdcard.img {
 
   partition rootfs {
     partition-type = 0x83
-    image = "rootfs.ext2"
+    image = "rootfs.ext4"
   }
 }
index b8a1f867b48bd93239b24637cffee7817d2e0891..fbb420e4c9535f0f4abe8881517a1ca1371dff3f 100644 (file)
@@ -33,3 +33,4 @@ BR2_PACKAGE_HOST_MTOOLS=y
 # filesystem / image
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/imx6ulevk/post-image.sh"
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y