diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-03-06 09:03:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 11:55:35 -0800 |
commit | 2129519e346f321abcf32f8107dd6f60a96e69aa (patch) | |
tree | bc64d9577ad95a04f3403f476d4c792a5bf1ca13 /meta | |
parent | a8e78d527e4b86106e789243f49c4b0a64e03ac2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 9 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 19 |
5 files changed, 29 insertions, 31 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb index 81203005df..e944416551 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -11,12 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be" | |||
11 | KBRANCH = "yocto/standard/preempt-rt/base" | 11 | KBRANCH = "yocto/standard/preempt-rt/base" |
12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" | 12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" |
13 | 13 | ||
14 | LINUX_VERSION ?= "3.0.22" | 14 | LINUX_VERSION ?= "3.0.23" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "03705f7f066d83b4cd3a6088781d47e3b9e45b71" | 17 | SRCREV_machine ?= "49d1d57f98a9ac378a1f12f5d23301c11495a5df" |
18 | SRCREV_machine_qemuppc ?= "c8b184e8171f6f5a8017be4c5bf1e7a38c3f3002" | 18 | SRCREV_machine_qemuppc ?= "7b3162e269c49c6a4653d43292c62c188add8d67" |
19 | SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" | 19 | SRCREV_meta ?= "e559129b4a6f39f68b75141096b2d516cf7a7f35" |
20 | 20 | ||
21 | PR = "r2" | 21 | PR = "r2" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
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 e5db5df253..efb1bc9c3c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | |||
@@ -11,13 +11,12 @@ KMACHINE_qemumips = "mti-malta32-be" | |||
11 | KBRANCH = "standard/preempt-rt/base" | 11 | KBRANCH = "standard/preempt-rt/base" |
12 | KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" | 12 | KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" |
13 | 13 | ||
14 | LINUX_VERSION ?= "3.2.8" | 14 | LINUX_VERSION ?= "3.2.9" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "6ab03c43328172425a6f632bff694a8da6c99f0e" | 17 | SRCREV_machine ?= "3652b606f1ab7769a7ecc86c70d22db4ef99fb2a" |
18 | SRCREV_machine_qemuppc ?= "470deb222a704f84f3acf3a013a19d2da399d511" | 18 | SRCREV_machine_qemuppc ?= "0c8f5214bc15699b41369751cdecea45f717c79c" |
19 | SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3" | 19 | SRCREV_meta ?= "fa83c7b0b47d1aa3e25594ddbcd125a1108d3aaa" |
20 | |||
21 | 20 | ||
22 | PR = "r1" | 21 | PR = "r1" |
23 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb index 61706ea245..5cad513a0f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | |||
@@ -5,10 +5,10 @@ require recipes-kernel/linux/linux-yocto.inc | |||
5 | KMACHINE = "yocto/standard/base" | 5 | KMACHINE = "yocto/standard/base" |
6 | KBRANCH = "${KMACHINE}" | 6 | KBRANCH = "${KMACHINE}" |
7 | 7 | ||
8 | LINUX_VERSION ?= "3.0.22" | 8 | LINUX_VERSION ?= "3.0.23" |
9 | 9 | ||
10 | SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6" | 10 | SRCREV_machine ?= "8fd24b3570ab995848e4123ef13bac64e2c924be" |
11 | SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" | 11 | SRCREV_meta ?= "e559129b4a6f39f68b75141096b2d516cf7a7f35" |
12 | 12 | ||
13 | PR = "r2" | 13 | PR = "r2" |
14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 819bf70543..d76bac85ce 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -10,15 +10,15 @@ KMACHINE_qemuarm = "yocto/standard/arm-versatile-926ejs" | |||
10 | 10 | ||
11 | KBRANCH = "${KMACHINE}" | 11 | KBRANCH = "${KMACHINE}" |
12 | 12 | ||
13 | LINUX_VERSION ?= "3.0.22" | 13 | LINUX_VERSION ?= "3.0.23" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "6d4d3334bf648b97a0d44b7833060f4da40840d5" | 15 | SRCREV_machine_qemuarm ?= "927c56dcc7dc9199923a86cc0dac741b6b080953" |
16 | SRCREV_machine_qemumips ?= "1d8d58d120c92510be8a97b0ed493a25a3010d6c" | 16 | SRCREV_machine_qemumips ?= "b1f7eb611a30a46692c11ea1164d17f0d44e911b" |
17 | SRCREV_machine_qemuppc ?= "804aff4612bb7a53ac4679412c2a78bc06e3c4ce" | 17 | SRCREV_machine_qemuppc ?= "16f1ebf66ce2b58cbfc0ff7c8883c91c883e216a" |
18 | SRCREV_machine_qemux86 ?= "7b0476fde681e828417d8fa86c47b0ca539ade70" | 18 | SRCREV_machine_qemux86 ?= "bc2cb6560d3dedf8337b5df8228a6e8002b6a98c" |
19 | SRCREV_machine_qemux86-64 ?= "14fe1742198bd5a85fbcf6e53d336838ff87b2ef" | 19 | SRCREV_machine_qemux86-64 ?= "b9cbe895ce0c259b4684355ea1602402b2653ca5" |
20 | SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6" | 20 | SRCREV_machine ?= "8fd24b3570ab995848e4123ef13bac64e2c924be" |
21 | SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb" | 21 | SRCREV_meta ?= "e559129b4a6f39f68b75141096b2d516cf7a7f35" |
22 | 22 | ||
23 | PR = "r4" | 23 | PR = "r4" |
24 | PV = "${LINUX_VERSION}+git${SRCPV}" | 24 | PV = "${LINUX_VERSION}+git${SRCPV}" |
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" | |||
15 | KBRANCH_qemumips = "standard/default/mti-malta32-be" | 15 | KBRANCH_qemumips = "standard/default/mti-malta32-be" |
16 | KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" | 16 | KBRANCH_qemuarm = "standard/default/arm-versatile-926ejs" |
17 | 17 | ||
18 | LINUX_VERSION ?= "3.2.8" | 18 | LINUX_VERSION ?= "3.2.9" |
19 | 19 | ||
20 | 20 | SRCREV_machine_qemuarm ?= "a4d4d3dd9a69611bd1915626d1f2e9f2b1571b39" | |
21 | SRCREV_machine_qemuarm ?= "2fdc18ce2b9bf95519a02640cb45930ae7587dd4" | 21 | SRCREV_machine_qemumips ?= "79a0a4c9872ebc70af688f9b09f6be4e4d2249e0" |
22 | SRCREV_machine_qemumips ?= "2b2a6bad57fe403f1180c4b9021210da87d02c20" | 22 | SRCREV_machine_qemuppc ?= "74364f1062a219eb242d7cb300a404516c297601" |
23 | SRCREV_machine_qemuppc ?= "eabeabc4c8a17822772895d3ba22989ae18a58c3" | 23 | SRCREV_machine_qemux86 ?= "ea0a62d6821aede782c2b9457639f1ca7f2ddc07" |
24 | SRCREV_machine_qemux86 ?= "ea5bd45e564520ca4ecdb10f7af63263d5fe33f7" | 24 | SRCREV_machine_qemux86-64 ?= "626165edf65281d9b933a6129e935c7a73ab63a7" |
25 | SRCREV_machine_qemux86-64 ?= "f54af84c64408a0259a919d1fd2405c0115c0a0b" | 25 | SRCREV_machine ?= "6f164ae4ef5aeec2bef40a1b936ac1f9b9db46ba" |
26 | SRCREV_machine ?= "21ab5dca134a6bf1316aa59f69f9ee9e091d5702" | 26 | SRCREV_meta ?= "fa83c7b0b47d1aa3e25594ddbcd125a1108d3aaa" |
27 | SRCREV_meta ?= "4c648bbbc7d2204d1b24f444aebb10f91c4ecae3" | ||
28 | 27 | ||
29 | PR = "r1" | 28 | PR = "r1" |
30 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |