summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-03-06 09:03:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 11:55:35 -0800
commit2129519e346f321abcf32f8107dd6f60a96e69aa (patch)
treebc64d9577ad95a04f3403f476d4c792a5bf1ca13 /meta/recipes-kernel/linux/linux-yocto_3.2.bb
parenta8e78d527e4b86106e789243f49c4b0a64e03ac2 (diff)
downloadpoky-2129519e346f321abcf32f8107dd6f60a96e69aa.tar.gz
linux-yocto: v3.2.9, v3.0.23 + fixes and updates
This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring in the following updates: - v3.0.23 stable update - v3.2.9 stable update - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart - 3.0: pvr merge from Kishore Bodke - linux-yocto/rt: update to 3.0.23-rt38 - linux-yocto/rt: update to 3.2.9-rt15 These have been built for all qemu targets, and built for the appropriate hardware platforms. (From OE-Core rev: a9e7131b85e1787e6f76c64d77b2ac6684c8a9c9) 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_3.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_3.2.bb19
1 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
index bad6f5ed0e..2d2542a945 100644
--- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb
@@ -15,16 +15,15 @@ KBRANCH_qemuppc = "standard/default/qemu-ppc32"
15KBRANCH_qemumips = "standard/default/mti-malta32-be" 15KBRANCH_qemumips = "standard/default/mti-malta32-be"
16KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" 16KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs"
17 17
18LINUX_VERSION ?= "3.2.8" 18LINUX_VERSION ?= "3.2.9"
19 19
20 20SRCREV_machine_qemuarm ?= "a4d4d3dd9a69611bd1915626d1f2e9f2b1571b39"
21SRCREV_machine_qemuarm ?= "2fdc18ce2b9bf95519a02640cb45930ae7587dd4" 21SRCREV_machine_qemumips ?= "79a0a4c9872ebc70af688f9b09f6be4e4d2249e0"
22SRCREV_machine_qemumips ?= "2b2a6bad57fe403f1180c4b9021210da87d02c20" 22SRCREV_machine_qemuppc ?= "74364f1062a219eb242d7cb300a404516c297601"
23SRCREV_machine_qemuppc ?= "eabeabc4c8a17822772895d3ba22989ae18a58c3" 23SRCREV_machine_qemux86 ?= "ea0a62d6821aede782c2b9457639f1ca7f2ddc07"
24SRCREV_machine_qemux86 ?= "ea5bd45e564520ca4ecdb10f7af63263d5fe33f7" 24SRCREV_machine_qemux86-64 ?= "626165edf65281d9b933a6129e935c7a73ab63a7"
25SRCREV_machine_qemux86-64 ?= "f54af84c64408a0259a919d1fd2405c0115c0a0b" 25SRCREV_machine ?= "6f164ae4ef5aeec2bef40a1b936ac1f9b9db46ba"
26SRCREV_machine ?= "21ab5dca134a6bf1316aa59f69f9ee9e091d5702" 26SRCREV_meta ?= "fa83c7b0b47d1aa3e25594ddbcd125a1108d3aaa"
27SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3"
28 27
29PR = "r1" 28PR = "r1"
30PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"