diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2012-06-05 22:41:17 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-06 09:59:35 -0300 |
commit | 9f066a34f16b3c1394c364ccabaf6e81803c8990 (patch) | |
tree | a9c1618e16af308f19f399cc062a1b6fc6283c5d | |
parent | 23da47d5ef155a6050c08c7ec1e2438e68e676c8 (diff) | |
download | meta-fsl-arm-9f066a34f16b3c1394c364ccabaf6e81803c8990.tar.gz |
linux-linaro-3.1 imx53qsb defconfig: enable udev-182 config opts
* Enable udev-182 config options
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-linaro-3.1/imx53qsb/defconfig | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-linaro_3.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-linaro-3.1/imx53qsb/defconfig b/recipes-kernel/linux/linux-linaro-3.1/imx53qsb/defconfig index 6f28c27..b447a9c 100644 --- a/recipes-kernel/linux/linux-linaro-3.1/imx53qsb/defconfig +++ b/recipes-kernel/linux/linux-linaro-3.1/imx53qsb/defconfig | |||
@@ -715,7 +715,7 @@ CONFIG_MAC80211_LEDS=y | |||
715 | # | 715 | # |
716 | # Generic Driver Options | 716 | # Generic Driver Options |
717 | # | 717 | # |
718 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 718 | CONFIG_UEVENT_HELPER_PATH="" |
719 | CONFIG_DEVTMPFS=y | 719 | CONFIG_DEVTMPFS=y |
720 | CONFIG_DEVTMPFS_MOUNT=y | 720 | CONFIG_DEVTMPFS_MOUNT=y |
721 | CONFIG_STANDALONE=y | 721 | CONFIG_STANDALONE=y |
diff --git a/recipes-kernel/linux/linux-linaro_3.1.bb b/recipes-kernel/linux/linux-linaro_3.1.bb index 7caba65..269b13f 100644 --- a/recipes-kernel/linux/linux-linaro_3.1.bb +++ b/recipes-kernel/linux/linux-linaro_3.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Linaor's Linux kernel for imx platforms" | 1 | DESCRIPTION = "Linaor's Linux kernel for imx platforms" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | inherit kernel | 6 | inherit kernel |
7 | COMPATIBLE_MACHINE = "(imx53qsb)" | 7 | COMPATIBLE_MACHINE = "(imx53qsb)" |