beaglebone: defconfigs: select ext4 as rootfs
authorLothar Felten <lothar.felten@gmail.com>
Tue, 18 Oct 2016 19:51:53 +0000 (21:51 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Oct 2016 20:13:41 +0000 (22:13 +0200)
Select ext4 as root file system as the genimage config expects ext4 not ext2.
Tested on beaglebone, beagleboneblack and AM335x EVM

[Peter: reworded slightly]
Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/beaglebone_defconfig
configs/beaglebone_qt5_defconfig

index 072719bc4da10a998bb5b3bdc152959b898af20c..a3efabf8cccfae1489993f1cb22ac82296612a67 100644 (file)
@@ -12,6 +12,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-evmsk"
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
index 31ee35a3fb9cb4fd601110206f618c86838f3d95..18ee139952b29ba4937326101bee92e9c60fd196 100644 (file)
@@ -25,6 +25,7 @@ BR2_PACKAGE_TI_SGX_DEMOS=y
 BR2_PACKAGE_TI_SGX_KM=y
 BR2_PACKAGE_TI_SGX_UM=y
 BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y