diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-07-26 23:55:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 16:16:58 +0100 |
commit | f5e9a398b9200a64c2543fc5cfe4777263c5628e (patch) | |
tree | a42d522a043690261c695cb0dd75057c671cda71 /meta | |
parent | cec3932fb88e845465a5040e82acba3dc0db7992 (diff) | |
download | poky-f5e9a398b9200a64c2543fc5cfe4777263c5628e.tar.gz |
linux-yocto: update SRCREVs
Updating the linux-yocto SRCREVs to pickup changes from the
continuing uprev to korg 3.0. With this set of update, the
meta/feature audits are complete.
qemumips and qemuppc are fixed with this update and can now
boot to a prompt.
(From OE-Core rev: b4ec5c27b51c15e8bde7ca2597329c4f5b801240)
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_3.0.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 342993f03d..8f496687ec 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb | |||
@@ -14,13 +14,13 @@ KMETA = meta | |||
14 | LINUX_VERSION ?= "3.0" | 14 | LINUX_VERSION ?= "3.0" |
15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | 15 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" |
16 | 16 | ||
17 | SRCREV_machine_qemuarm = "021129d0ad7dd63cbe68c9a1d369519a9e5e8440" | 17 | SRCREV_machine_qemuarm = "703430f6cd786d9f42fdee1936337ecf1c3d27b5" |
18 | SRCREV_machine_qemumips = "e86282b3085c5310d1c43af66242845ddadd49b6" | 18 | SRCREV_machine_qemumips = "a3bb11ebd7dd1482de334dd71f8e4afe5e2bcd32" |
19 | SRCREV_machine_qemuppc = "f4ce805d0b74f9f32b6455730485120e27a4711e" | 19 | SRCREV_machine_qemuppc = "582dcc88c7c4d765c03b38ff384210d6efbf7956" |
20 | SRCREV_machine_qemux86 = "3216e7d5c3cada16161481826cdb39c930457587" | 20 | SRCREV_machine_qemux86 = "099a40c1669d20fdae2846cfd28bf74fd38dacea" |
21 | SRCREV_machine_qemux86-64 = "3216e7d5c3cada16161481826cdb39c930457587" | 21 | SRCREV_machine_qemux86-64 = "896b8fd5783a6aac80d1447da5958334f4734845" |
22 | SRCREV_machine = "3216e7d5c3cada16161481826cdb39c930457587" | 22 | SRCREV_machine = "2d22c15ef4802bc117c5482217c2b2c4d34ab303" |
23 | SRCREV_meta = "9010d1cbef2633dac7e559a7705c326b7601dd4c" | 23 | SRCREV_meta = "37856a69113155d343efc8f8c59c7e63fbf963c4" |
24 | 24 | ||
25 | PR = "r0" | 25 | PR = "r0" |
26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |