From d3cf1a4f0c1a1b747e2a3dea108bb82d0160ed94 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 15 Jan 2013 20:19:06 +0000 Subject: [PATCH] linux-imx-2.6.35.3: udev needs CONFIG_DEVTMPFS_MOUNT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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). Suggested-by: Eric Bénard Signed-off-by: Fabio Estevam --- .../recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig | 1 + meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig index 8fa8d4be..118e9d27 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig @@ -533,6 +533,7 @@ CONFIG_RFKILL_INPUT=y # CONFIG_UEVENT_HELPER_PATH="" CONFIG_DEVTMPFS=y +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 5c2c5ff3..0e8c3f97 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}.17" +PR = "${INC_PR}.18" include linux-imx.inc -- 2.40.1