summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso00@gmail.com>2012-06-05 22:41:18 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-06-06 09:59:36 -0300
commitd2610af4bf8fd30d12919de4d651b11f67f91567 (patch)
tree38c3d3c952e323fb1aa5abd13c458122e4c4c137 /recipes-kernel
parent9f066a34f16b3c1394c364ccabaf6e81803c8990 (diff)
downloadmeta-fsl-arm-d2610af4bf8fd30d12919de4d651b11f67f91567.tar.gz
linux-linaro-3.2 imx53qsb defconfig: enable udev-182 config opts
* Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig2
-rw-r--r--recipes-kernel/linux/linux-linaro_3.2.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig b/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig
index 6636954..e4830d1 100644
--- a/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig
+++ b/recipes-kernel/linux/linux-linaro-3.2/imx53qsb/defconfig
@@ -704,7 +704,7 @@ CONFIG_MAC80211_LEDS=y
704# 704#
705# Generic Driver Options 705# Generic Driver Options
706# 706#
707CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 707CONFIG_UEVENT_HELPER_PATH=""
708CONFIG_DEVTMPFS=y 708CONFIG_DEVTMPFS=y
709CONFIG_DEVTMPFS_MOUNT=y 709CONFIG_DEVTMPFS_MOUNT=y
710CONFIG_STANDALONE=y 710CONFIG_STANDALONE=y
diff --git a/recipes-kernel/linux/linux-linaro_3.2.bb b/recipes-kernel/linux/linux-linaro_3.2.bb
index c5eaea3..65702f7 100644
--- a/recipes-kernel/linux/linux-linaro_3.2.bb
+++ b/recipes-kernel/linux/linux-linaro_3.2.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Linaor's Linux kernel for imx platforms" 1DESCRIPTION = "Linaor's Linux kernel for imx platforms"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 3LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
4PR = "r0" 4PR = "r1"
5 5
6inherit kernel 6inherit kernel
7COMPATIBLE_MACHINE = "(imx53qsb)" 7COMPATIBLE_MACHINE = "(imx53qsb)"