[meta-freescale] [meta-fsl-arm][PATCH 2/2] linux-fslc_3.7: udev needs CONFIG_DEVTMPFS_MOUNT

Fabio Estevam fabio.estevam at freescale.com
Tue Jan 15 10:35:47 PST 2013


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 at freescale.com>
---
 recipes-kernel/linux/linux-fslc/mxs/defconfig |    1 +
 recipes-kernel/linux/linux-fslc_3.7.bb        |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc/mxs/defconfig
index 048aaca..bc5cf20 100644
--- a/recipes-kernel/linux/linux-fslc/mxs/defconfig
+++ b/recipes-kernel/linux/linux-fslc/mxs/defconfig
@@ -50,6 +50,7 @@ CONFIG_CAN_DEV=m
 CONFIG_CAN_FLEXCAN=m
 # CONFIG_WIRELESS is not set
 CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_FIRMWARE_IN_KERNEL is not set
 # CONFIG_BLK_DEV is not set
 CONFIG_MTD=y
diff --git a/recipes-kernel/linux/linux-fslc_3.7.bb b/recipes-kernel/linux/linux-fslc_3.7.bb
index 6431299..18a4187 100644
--- a/recipes-kernel/linux/linux-fslc_3.7.bb
+++ b/recipes-kernel/linux/linux-fslc_3.7.bb
@@ -12,7 +12,7 @@ inherit kernel
 require recipes-kernel/linux/linux-dtb.inc
 
 PV = "3.7+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 # patches-3.7
 SRCREV = "bc2b10c4b6edf5ce1fae6f69f7651c0e8f736195"
-- 
1.7.9.5





More information about the meta-freescale mailing list