summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-04-17 18:01:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 23:15:31 +0100
commit36e9e6a88bc4436efefd4a25c0a58be75f887142 (patch)
tree7e629bb5e2a0560912d53fc9b7ea3662f3b16d3c /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
parent0ade3f26f40b67d7296725b1e956c46be9a86089 (diff)
downloadopenembedded-core-36e9e6a88bc4436efefd4a25c0a58be75f887142.tar.gz
openembedded-core-36e9e6a88bc4436efefd4a25c0a58be75f887142.tar.bz2
openembedded-core-36e9e6a88bc4436efefd4a25c0a58be75f887142.tar.xz
openembedded-core-36e9e6a88bc4436efefd4a25c0a58be75f887142.zip
linux-yocto/meta: beagleboard: disable CONFIG_PREEMPT
Updating the meta SRCREV for both the 3.0 and 3.2 kernel trees to pickup the beagleboard xM boot fix: [ meta/beagleboard: disable CONFIG_PREEMPT The boot hangs with the message: mmc0: error -110 whilst initialising SD card The MMC driver has issues initializing when PREEMPT is enabled (either forced or voluntary). Unplugging and then plugging the card back will reset the driver and continue booting. Alternatively, disable preemption. ] [YOCTO: #1892] Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
index efc46117c..aae4ce0da 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb
@@ -16,7 +16,7 @@ LINUX_KERNEL_TYPE = "preempt-rt"
SRCREV_machine ?= "32ecb53e9ff759bbd297a10712b62a6575daaf86"
SRCREV_machine_qemuppc ?= "0d5625bb868cc2471d5dd49eb7abe7eb5fe1044b"
-SRCREV_meta ?= "135c75bf9615334b5b8bb9108d612fe7dfbdb901"
+SRCREV_meta ?= "ad5a00b6c5bcdd1740d8fa42be122fc8ff2c579f"
PR = "r1"
PV = "${LINUX_VERSION}+git${SRCPV}"