From: Fabio Estevam Date: Tue, 15 Jan 2013 20:30:08 +0000 (-0200) Subject: linux-imx-2.6.35.3: imx23evk: udev needs CONFIG_DEVTMPFS_MOUNT X-Git-Tag: 2.1~1544 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eec19109672683baef1d825b04ed068ad352002e;p=meta-freescale.git linux-imx-2.6.35.3: imx23evk: udev needs CONFIG_DEVTMPFS_MOUNT 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 --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig index 2cb8a9d4..3c20ee8f 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig @@ -549,7 +549,7 @@ CONFIG_RFKILL_INPUT=y # CONFIG_UEVENT_HELPER_PATH="" CONFIG_DEVTMPFS=y -# CONFIG_DEVTMPFS_MOUNT is not set +CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb index 0e8c3f97..d4e3ea8d 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb @@ -1,7 +1,7 @@ # Copyright (C) 2011-2012 Freescale Semiconductor # Released under the MIT license (see COPYING.MIT for the terms) -PR = "${INC_PR}.18" +PR = "${INC_PR}.19" include linux-imx.inc