summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-07-20 11:19:25 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:23 +0100
commit89b1dcb0737cef460797abf878a31e32dac95ce5 (patch)
treee34b9223d369d74a80d05ef5f24859463648f3db /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parentbeef126fd2a5c897f4a18255098042f8df973c47 (diff)
downloadpoky-89b1dcb0737cef460797abf878a31e32dac95ce5.tar.gz
linux-yocto/3.4: emgd, mtd nand and kmemcheck fixes
Updating the 3.4 meta SRCREV for the following fixes: 949fddd meta: crownbay.scc change emgd branch name cd0721a yocto/emgd: emgd 1.14 driver c2b5ee3 meta: disable CONFIG_MTD_NAND_VERIFY_WRITE 004cadb meta: kmemcheck: 'other' configs turning on CONFIG_FUNCTION_TRACER (From OE-Core rev: c192b2da74b20f091b6191349ceb1cf195aae8c6) 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.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
index f30f6dd118..97a1a19530 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -10,7 +10,7 @@ KMETA = "meta"
10 10
11SRCREV_machine ?= "b25f7c9730e3bd3be1bf7b7982251b7459ad6579" 11SRCREV_machine ?= "b25f7c9730e3bd3be1bf7b7982251b7459ad6579"
12SRCREV_machine_qemuppc ?= "2777125ab6f92b624ecaf11d6b1ab604e64497a8" 12SRCREV_machine_qemuppc ?= "2777125ab6f92b624ecaf11d6b1ab604e64497a8"
13SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" 13SRCREV_meta ?= "949fddda61053cc15e46c015e8f7db17e7b33360"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"