From b9c7f25a56fcf5327a411b11af19408341968fcb Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 5 Jun 2012 22:53:48 -0300 Subject: [PATCH] linux-imx (2.6.35.3): use ext4 support in imx233-olinuxino (maxi and micro) ext4 is capable of be used to ext3 and ext2 filesystems giving maximum flexibility with minimal memory and resource use. Signed-off-by: Otavio Salvador --- .../imx233-olinuxino-maxi/defconfig | 23 ++++++++----------- .../imx233-olinuxino-micro/defconfig | 23 ++++++++----------- .../linux/linux-imx_2.6.35.3.bbappend | 2 +- 3 files changed, 21 insertions(+), 27 deletions(-) diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-maxi/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-maxi/defconfig index c902496..6b250af 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-maxi/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-maxi/defconfig @@ -987,22 +987,19 @@ CONFIG_REGULATOR_MXS=y # # File systems # -CONFIG_EXT2_FS=y -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -# CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=y -# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y -# CONFIG_EXT4_FS is not set -CONFIG_JBD=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT23=y +CONFIG_EXT4_FS_XATTR=y +# CONFIG_EXT4_FS_POSIX_ACL is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set -CONFIG_FS_POSIX_ACL=y +# CONFIG_FS_POSIX_ACL is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-micro/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-micro/defconfig index cbcf945..4e4830d 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-micro/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino-micro/defconfig @@ -987,22 +987,19 @@ CONFIG_REGULATOR_MXS=y # # File systems # -CONFIG_EXT2_FS=y -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -# CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=y -# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y -# CONFIG_EXT4_FS is not set -CONFIG_JBD=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT23=y +CONFIG_EXT4_FS_XATTR=y +# CONFIG_EXT4_FS_POSIX_ACL is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set -CONFIG_FS_POSIX_ACL=y +# CONFIG_FS_POSIX_ACL is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend b/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend index dcb47fc..80a765d 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" -PRINC := "${@int(PRINC) + 4}" +PRINC := "${@int(PRINC) + 5}" # Board specific patches SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino.patch"