aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk
AgeCommit message (Collapse)Author
2013-01-15linux-imx-2.6.35.3: imx23evk: udev needs CONFIG_DEVTMPFS_MOUNTFabio Estevam
New udev version needs CONFIG_DEVTMPFS_MOUNT to be selected, otherwise console gets stuck. The same approach has been already deployed into 3.0.35 as per commit 96417b88a (Recent versions of udev (182 in OE-core) need devtmpfs to operate correctly). Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-08-15linux-imx (2.6.35.3): reduce delta against kernel source imx23evk_defconfigOtavio Salvador
Update the imx23evk defconfig to reduce the delta against the imx23evk_defconfig so it is more in line of expected feature set by Freescale. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-18linux-imx (2.6.35.3): enable support for NFS v4Otavio Salvador
To easy use with newer host versions, that defaults to NFS v4, we enabled the support for it on the development boards. It has been applied to: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-18linux-imx (2.6.35.3): Fix support for NFS rootOtavio Salvador
This allows use of alternative NFS ports and regular NFS root on same kernel. This has also enabled the feature for the supported machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-06-06linux-imx-2.6.35.3 defconfig: enable udev-182 config optsAdrian Alonso
* Enable udev-182 config options These options are required: CONFIG_DEVTMPFS=y CONFIG_HOTPLUG=y CONFIG_INOTIFY_USER=y CONFIG_NET=y CONFIG_PROC_FS=y CONFIG_SIGNALFD=y CONFIG_SYSFS=y CONFIG_SYSFS_DEPRECATED*=n CONFIG_UEVENT_HELPER_PATH="" * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-21linux-imx (2.6.35.3): add imx23evk configurationOtavio Salvador
The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.35.3 recipe, but with CONFIG_ROOT_NFS disabled as we use the NFS server in user-mode and including devtmpfs support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>