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@freescale.com>
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
require recipes-kernel/linux/linux-dtb.inc
PV = "3.7+git${SRCPV}"
-PR = "r1"
+PR = "r2"
# patches-3.7
SRCREV = "bc2b10c4b6edf5ce1fae6f69f7651c0e8f736195"