]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx-2.6.35.3: udev needs CONFIG_DEVTMPFS_MOUNT
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 15 Jan 2013 20:19:06 +0000 (20:19 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Jan 2013 11:27:08 +0000 (09:27 -0200)
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 <eric@eukrea.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb

index 8fa8d4be1de2d0405b4d4cf3abd0521963d55c26..118e9d2751aa7282fc1f8b64ef0fbf31eebb6e9f 100644 (file)
@@ -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
index 5c2c5ff3ab37f1a4a9ff7807087204d29225035d..0e8c3f97aafddd7a19d65dceda6b1ec2e5114202 100644 (file)
@@ -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