diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-15 20:19:06 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-16 09:27:08 -0200 |
commit | 40703f86a2e5846d322d94b83ff514e0fb4eed9e (patch) | |
tree | 67afc4ac42c6b9779088f0fc16cf5e51ecddcbf3 | |
parent | 1c126af2174237a4ae2c7a4d8c92d16a5f7ed4d3 (diff) | |
download | meta-fsl-arm-40703f86a2e5846d322d94b83ff514e0fb4eed9e.tar.gz |
linux-imx-2.6.35.3: 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).
Suggested-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig index 8fa8d4b..118e9d2 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx28evk/defconfig | |||
@@ -533,6 +533,7 @@ CONFIG_RFKILL_INPUT=y | |||
533 | # | 533 | # |
534 | CONFIG_UEVENT_HELPER_PATH="" | 534 | CONFIG_UEVENT_HELPER_PATH="" |
535 | CONFIG_DEVTMPFS=y | 535 | CONFIG_DEVTMPFS=y |
536 | CONFIG_DEVTMPFS_MOUNT=y | ||
536 | CONFIG_STANDALONE=y | 537 | CONFIG_STANDALONE=y |
537 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 538 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
538 | CONFIG_FW_LOADER=y | 539 | CONFIG_FW_LOADER=y |
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb index 5c2c5ff..0e8c3f9 100644 --- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb +++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright (C) 2011-2012 Freescale Semiconductor | 1 | # Copyright (C) 2011-2012 Freescale Semiconductor |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | PR = "${INC_PR}.17" | 4 | PR = "${INC_PR}.18" |
5 | 5 | ||
6 | include linux-imx.inc | 6 | include linux-imx.inc |
7 | 7 | ||