On Thu, Jul 28, 2016 at 3:38 PM, Mike Looijmans <[email protected]> wrote: > The ext4 driver supports all "ext" filesystems, including ext2 and ext3, > and usually even performs better on existing ext3 partitions. > > Omitting the obsolete drivers makes the kernel a bit smaller.
Applied, Thanks. > > Signed-off-by: Mike Looijmans <[email protected]> > --- > recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git > a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg > b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg > index 47d38a8..1a3db46 100644 > --- a/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg > +++ b/recipes-kernel/linux/config/xilinx-base/ktypes/standard/standard.cfg > @@ -66,9 +66,8 @@ CONFIG_BLK_DEV_RAM=y > CONFIG_BLK_DEV_RAM_SIZE=16384 > > CONFIG_TMPFS=y > -CONFIG_EXT2_FS=y > -CONFIG_EXT3_FS=y For reference to those that are interested there is no longer a standalone ext3 driver present in the current versions of the Xilinx kernel (e.g. xilinx-v2016.1+) or mainline kernels. The config is still technically valid but it merely configures ext4 (https://github.com/Xilinx/linux-xlnx/blob/master/fs/ext4/Kconfig#L4). Regards, Nathan > CONFIG_EXT4_FS=y > +CONFIG_EXT4_USE_FOR_EXT2=y > CONFIG_JFFS2_FS=y > CONFIG_JFFS2_SUMMARY=y > CONFIG_NFS_FS=y > -- > 1.9.1 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
