diff options
| author | Gary Thomas <gary@mlbassoc.com> | 2012-12-21 09:25:15 -0700 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-21 15:21:36 -0200 |
| commit | 17339d44b8e51a0b3102778a31f345587fabdd37 (patch) | |
| tree | 61a978fdbf9c2fb0834d1a7b9d088dcf6e662b39 | |
| parent | ba28eb9fe7e9ae4183adebdeea5021200e9b2d4e (diff) | |
| download | meta-freescale-17339d44b8e51a0b3102778a31f345587fabdd37.tar.gz | |
linux-imx (3.0.35): imx6qsabrelite: Enable devtmpfs
Recent versions of udev (182 in OE-core) need devtmpfs to operate correctly
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig index 4118cba67..1c8d6f38a 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/imx6qsabrelite/defconfig | |||
| @@ -86,6 +86,8 @@ CONFIG_CFG80211=y | |||
| 86 | CONFIG_MAC80211=y | 86 | CONFIG_MAC80211=y |
| 87 | CONFIG_RFKILL=y | 87 | CONFIG_RFKILL=y |
| 88 | CONFIG_RFKILL_INPUT=y | 88 | CONFIG_RFKILL_INPUT=y |
| 89 | CONFIG_DEVTMPFS=y | ||
| 90 | CONFIG_DEVTMPFS_MOUNT=y | ||
| 89 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 91 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 90 | CONFIG_CONNECTOR=y | 92 | CONFIG_CONNECTOR=y |
| 91 | CONFIG_MTD=y | 93 | CONFIG_MTD=y |
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb index 9c81bfdf3..9f1e32095 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | include linux-imx.inc | 4 | include linux-imx.inc |
| 5 | 5 | ||
| 6 | PR = "${INC_PR}.6" | 6 | PR = "${INC_PR}.7" |
| 7 | 7 | ||
| 8 | COMPATIBLE_MACHINE = "(mx6)" | 8 | COMPATIBLE_MACHINE = "(mx6)" |
| 9 | 9 | ||
