summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb4
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.4.bb12
2 files changed, 8 insertions, 8 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"
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
index 2ea9aa625c..39b5cdff28 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb
@@ -10,12 +10,12 @@ KBRANCH_qemumips64 = "standard/mti-malta64"
10KBRANCH_qemumips64el = "standard/mti-malta64" 10KBRANCH_qemumips64el = "standard/mti-malta64"
11KBRANCH_qemuarm = "standard/arm-versatile-926ejs" 11KBRANCH_qemuarm = "standard/arm-versatile-926ejs"
12 12
13SRCREV_machine_qemuarm ?= "93bb8cf97a0c5aead15a97c825d8fd504759f038" 13SRCREV_machine_qemuarm ?= "9aca8fec49787efbe44d0f137f31ee59edd94c49"
14SRCREV_machine_qemumips ?= "b9b9aeb414c14f2587690d91052c9348e9ccd72a" 14SRCREV_machine_qemumips ?= "23fa942849b1207dbfc4528e2a5c8df0fd71870c"
15SRCREV_machine_qemuppc ?= "53ca8948fa64ee445001392a1cd03491befa9f35" 15SRCREV_machine_qemuppc ?= "08732f25bc3cb404e29ae201074bcf5c1661ea83"
16SRCREV_machine_qemux86 ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d" 16SRCREV_machine_qemux86 ?= "6297e4c1d57e1063bfce297c2e12392348598559"
17SRCREV_machine_qemux86-64 ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d" 17SRCREV_machine_qemux86-64 ?= "6297e4c1d57e1063bfce297c2e12392348598559"
18SRCREV_machine ?= "95c79fb2f965f1feb33bffe46c20ddb0b8e9da0d" 18SRCREV_machine ?= "6297e4c1d57e1063bfce297c2e12392348598559"
19SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5" 19SRCREV_meta ?= "a8cf77018b0faa0d29f1483ff4e5a2034dc8edd5"
20 20
21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 21SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"