diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-02-26 01:04:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:27:50 +0000 |
commit | 84ad6671d5f3f1d9caef8af5235702d41817980f (patch) | |
tree | d9ab8fa3a1e3ce9e000232ab3595b9723955e6c5 | |
parent | d1130b4b211b84bf9d4b1edafa23c9743387cb4f (diff) | |
download | poky-84ad6671d5f3f1d9caef8af5235702d41817980f.tar.gz |
linux-yocto: update 3.2 kernel to v3.2.7
Updating the 3.2 kernel recipe to the latest -stable release.
(From OE-Core rev: 97d55a32c7bb7650af59a5bce49cf8409a875f98)
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.2.bb | 9 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.2.bb | 19 |
2 files changed, 15 insertions, 13 deletions
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 329527fb50..3370729a62 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | |||
@@ -11,12 +11,13 @@ 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.2" | 14 | LINUX_VERSION ?= "3.2.7" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "415af017cf163c63d7b1e6e929e4a9c9baf5ba6d" | 17 | SRCREV_machine ?= "2043e8b786dfd06a41a66780141f731d2d788696" |
18 | SRCREV_machine_qemuppc ?= "38345c1e41b15c49308a9adbdde95167eeaa05fa" | 18 | SRCREV_machine_qemuppc ?= "ec400326633f011c3b7d390beb765ad955145a29" |
19 | SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01" | 19 | SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" |
20 | |||
20 | 21 | ||
21 | PR = "r0" | 22 | PR = "r0" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 23 | 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 a80924d320..9be1bd944e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb | |||
@@ -15,15 +15,16 @@ 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.2" | 18 | LINUX_VERSION ?= "3.2.7" |
19 | 19 | ||
20 | SRCREV_machine_qemuarm ?= "8d79190c307c7d41580beb77f83526ae3defcacc" | 20 | |
21 | SRCREV_machine_qemumips ?= "c88f8c4f3be717be33a8ad89a14731eb94932336" | 21 | SRCREV_machine_qemuarm ?= "c2028a144fe035719af7c5e9989fedc62ccf3c2c" |
22 | SRCREV_machine_qemuppc ?= "b8228f337002ad88f1e152d0c0c46c6035cd0428" | 22 | SRCREV_machine_qemumips ?= "7dfffd937d4755cba0fcf3f2b9b69a1c62262084" |
23 | SRCREV_machine_qemux86 ?= "417fc778a86e81303bab5883b919ee422ec51c04" | 23 | SRCREV_machine_qemuppc ?= "8fc0489fffe4c626f9a8053ad86014e75073a3d0" |
24 | SRCREV_machine_qemux86-64 ?= "417fc778a86e81303bab5883b919ee422ec51c04" | 24 | SRCREV_machine_qemux86 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" |
25 | SRCREV_machine ?= "417fc778a86e81303bab5883b919ee422ec51c04" | 25 | SRCREV_machine_qemux86-64 ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" |
26 | SRCREV_meta ?= "138bf5b502607fe40315c0d76822318d77d97e01" | 26 | SRCREV_machine ?= "0fae9c2722039df3e93398d314ee10e3f4330b86" |
27 | SRCREV_meta ?= "5db8963f9aefc70b4483ca4ccce8f2ef6964e2c3" | ||
27 | 28 | ||
28 | PR = "r0" | 29 | PR = "r0" |
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 30 | PV = "${LINUX_VERSION}+git${SRCPV}" |