diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-03-16 11:10:17 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-19 14:37:38 +0000 |
commit | fcc7e806761b251bfcffbd81ef9e25116da2f1e1 (patch) | |
tree | f4c12ba58dcc41bdb181ac915c256f43158f6974 /meta | |
parent | 81125c72205ea2e61873f4b02b9c0d7de6c6a5ee (diff) | |
download | poky-fcc7e806761b251bfcffbd81ef9e25116da2f1e1.tar.gz |
linux-yocto/3.0: update to v3.0.24
Updating the meta and machine branches to the latest 3.0 -stable
release.
To see the full changelog: git log v3.0.23..v3.0.24
(From OE-Core rev: 7ed5780cbae6b60adeb56d4d3deb0b82c2dfec70)
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-tiny_3.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 18 |
3 files changed, 16 insertions, 16 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 a9a921d0fc..d8644b763e 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.23" | 14 | LINUX_VERSION ?= "3.0.24" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | 16 | ||
17 | SRCREV_machine ?= "49d1d57f98a9ac378a1f12f5d23301c11495a5df" | 17 | SRCREV_machine ?= "cf280f1dc5877d4ca43d21307222326efa68bb27" |
18 | SRCREV_machine_qemuppc ?= "7b3162e269c49c6a4653d43292c62c188add8d67" | 18 | SRCREV_machine_qemuppc ?= "afaa5baa6a9ca9c8a03a9a3eee2ba9fba089f416" |
19 | SRCREV_meta ?= "cac43c16d4c0cbbb857c9c110195208629975b06" | 19 | SRCREV_meta ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" |
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-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb index b67ddee85e..e8bd63376e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | |||
@@ -8,10 +8,10 @@ DEPENDS += "xz-native" | |||
8 | KMACHINE = "yocto/standard/base" | 8 | KMACHINE = "yocto/standard/base" |
9 | KBRANCH = "${KMACHINE}" | 9 | KBRANCH = "${KMACHINE}" |
10 | 10 | ||
11 | LINUX_VERSION ?= "3.0.23" | 11 | LINUX_VERSION ?= "3.0.24" |
12 | 12 | ||
13 | SRCREV_machine ?= "8fd24b3570ab995848e4123ef13bac64e2c924be" | 13 | SRCREV_machine ?= "da7c40006b08916ff3a3db104def82aaf9ac2716" |
14 | SRCREV_meta ?= "cac43c16d4c0cbbb857c9c110195208629975b06" | 14 | SRCREV_meta ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" |
15 | 15 | ||
16 | PR = "r3" | 16 | PR = "r3" |
17 | PV = "${LINUX_VERSION}+git${SRCPV}" | 17 | 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 cb4ded2372..e56e1d7ec9 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.23" | 13 | LINUX_VERSION ?= "3.0.24" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "927c56dcc7dc9199923a86cc0dac741b6b080953" | 15 | SRCREV_machine_qemuarm ?= "62bbe1d7a0e5c1200a99dabca889a52c9417b96b" |
16 | SRCREV_machine_qemumips ?= "b1f7eb611a30a46692c11ea1164d17f0d44e911b" | 16 | SRCREV_machine_qemumips ?= "66de88919f24f1e590a48dae6de752a68fed2353" |
17 | SRCREV_machine_qemuppc ?= "16f1ebf66ce2b58cbfc0ff7c8883c91c883e216a" | 17 | SRCREV_machine_qemuppc ?= "7528f1d06ef5665eed8c1498f62d5403b82bbbd6" |
18 | SRCREV_machine_qemux86 ?= "bc2cb6560d3dedf8337b5df8228a6e8002b6a98c" | 18 | SRCREV_machine_qemux86 ?= "f153b0eb8264dc1e69f59d4c9173619feb4d5bd9" |
19 | SRCREV_machine_qemux86-64 ?= "b9cbe895ce0c259b4684355ea1602402b2653ca5" | 19 | SRCREV_machine_qemux86-64 ?= "aac580659dc0ce083f250fb05abf82e58d7f4531" |
20 | SRCREV_machine ?= "8fd24b3570ab995848e4123ef13bac64e2c924be" | 20 | SRCREV_machine ?= "da7c40006b08916ff3a3db104def82aaf9ac2716" |
21 | SRCREV_meta ?= "cac43c16d4c0cbbb857c9c110195208629975b06" | 21 | SRCREV_meta ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c" |
22 | 22 | ||
23 | PR = "r4" | 23 | PR = "r4" |
24 | PV = "${LINUX_VERSION}+git${SRCPV}" | 24 | PV = "${LINUX_VERSION}+git${SRCPV}" |