diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-15 18:30:08 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-16 09:27:08 -0200 |
commit | cf0597306696e95851a28d71997f1afe0108ed97 (patch) | |
tree | 60a537a604232b5d3a868afc796b3359474e350d | |
parent | 40703f86a2e5846d322d94b83ff514e0fb4eed9e (diff) | |
download | meta-fsl-arm-cf0597306696e95851a28d71997f1afe0108ed97.tar.gz |
linux-imx-2.6.35.3: imx23evk: 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 <fabio.estevam@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx_2.6.35.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig index 2cb8a9d..3c20ee8 100644 --- a/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig +++ b/recipes-kernel/linux/linux-imx-2.6.35.3/imx23evk/defconfig | |||
@@ -549,7 +549,7 @@ CONFIG_RFKILL_INPUT=y | |||
549 | # | 549 | # |
550 | CONFIG_UEVENT_HELPER_PATH="" | 550 | CONFIG_UEVENT_HELPER_PATH="" |
551 | CONFIG_DEVTMPFS=y | 551 | CONFIG_DEVTMPFS=y |
552 | # CONFIG_DEVTMPFS_MOUNT is not set | 552 | CONFIG_DEVTMPFS_MOUNT=y |
553 | CONFIG_STANDALONE=y | 553 | CONFIG_STANDALONE=y |
554 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 554 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
555 | CONFIG_FW_LOADER=y | 555 | 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 0e8c3f9..d4e3ea8 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}.18" | 4 | PR = "${INC_PR}.19" |
5 | 5 | ||
6 | include linux-imx.inc | 6 | include linux-imx.inc |
7 | 7 | ||