[meta-freescale] [meta-fsl-arm-extra][PATCH 2/2] linux-imx-2.6.35.3: udev needs CONFIG_DEVTMPFS_MOUNT

Fabio Estevam festevam at gmail.com
Wed Jan 23 08:09:06 PST 2013


From: Fabio Estevam <fabio.estevam at freescale.com>

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 
at meta-freescale-arm: (Recent versions of udev (182 in OE-core) need devtmpfs 
to operate correctly).

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 .../linux-imx-2.6.35.3/imx233-olinuxino/defconfig  |    2 +-
 recipes-kernel/linux/linux-imx_2.6.35.3.bbappend   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino/defconfig
index 238bb3b..e7aae80 100644
--- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino/defconfig
+++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx233-olinuxino/defconfig
@@ -551,7 +551,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/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend b/recipes-kernel/linux/linux-imx_2.6.35.3.bbappend
index cfaba64..a0f2ac8 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) + 10}"
+PRINC := "${@int(PRINC) + 11}"
 
 # Board specific patches
 SRC_URI_append_imx233-olinuxino = " file://imx233-olinuxino.patch"
-- 
1.7.9.5




More information about the meta-freescale mailing list