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-10 13:11:04 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 20:27:01 +0100
commitd668ed4b32a7104f46aea69ad8486fdc90bf2c14 (patch)
tree9a506c9c0873bdb32792fedf9d83c26cab18312b /meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
parent7b31ae84295981d28d00686a13c5e8534e171e27 (diff)
downloadpoky-d668ed4b32a7104f46aea69ad8486fdc90bf2c14.tar.gz
linux-yocto/3.4: perf, unionfs and yaffs2 fixes
Updating the 3.4 SRCREVs to pickup the following changes: 6297e4c perf: add sgidefs.h to for mips builds 69b7817 yaffs: add leading underscore to mtd_info function names 160f1ac yaffs: change type for mode to umode_t 2d875e8 Unionfs: use mode_t (From OE-Core rev: 9d75c34948f5d961cff9d72fbaa628ff58821cc7) 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.bb4
1 files changed, 2 insertions, 2 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 d2ba6c9750..f30f6dd118 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
@@ -8,8 +8,8 @@ LINUX_KERNEL_TYPE = "preempt-rt"
8 8
9KMETA = "meta" 9KMETA = "meta"
10 10
11SRCREV_machine ?= "6767c6a0821b8bb782bee9faa8aec6593a9d39dd" 11SRCREV_machine ?= "b25f7c9730e3bd3be1bf7b7982251b7459ad6579"
12SRCREV_machine_qemuppc ?= "575b10dd912557cce881ea519c7ac2b84fbe7b47" 12SRCREV_machine_qemuppc ?= "2777125ab6f92b624ecaf11d6b1ab604e64497a8"
13SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" 13SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5"
14 14
15PR = "${INC_PR}.0" 15PR = "${INC_PR}.0"