From 1c126af2174237a4ae2c7a4d8c92d16a5f7ed4d3 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 15 Jan 2013 16:35:47 -0200 Subject: linux-fslc_3.7: 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 --- 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" -- cgit v1.2.3-54-g00ecf