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>
This commit is contained in:
Bruce Ashfield 2011-07-26 23:55:12 -04:00 committed by Richard Purdie
parent cec3932fb8
commit f5e9a398b9
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ KMETA = meta
LINUX_VERSION ?= "3.0"
LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
SRCREV_machine_qemuarm = "021129d0ad7dd63cbe68c9a1d369519a9e5e8440"
SRCREV_machine_qemumips = "e86282b3085c5310d1c43af66242845ddadd49b6"
SRCREV_machine_qemuppc = "f4ce805d0b74f9f32b6455730485120e27a4711e"
SRCREV_machine_qemux86 = "3216e7d5c3cada16161481826cdb39c930457587"
SRCREV_machine_qemux86-64 = "3216e7d5c3cada16161481826cdb39c930457587"
SRCREV_machine = "3216e7d5c3cada16161481826cdb39c930457587"
SRCREV_meta = "9010d1cbef2633dac7e559a7705c326b7601dd4c"
SRCREV_machine_qemuarm = "703430f6cd786d9f42fdee1936337ecf1c3d27b5"
SRCREV_machine_qemumips = "a3bb11ebd7dd1482de334dd71f8e4afe5e2bcd32"
SRCREV_machine_qemuppc = "582dcc88c7c4d765c03b38ff384210d6efbf7956"
SRCREV_machine_qemux86 = "099a40c1669d20fdae2846cfd28bf74fd38dacea"
SRCREV_machine_qemux86-64 = "896b8fd5783a6aac80d1447da5958334f4734845"
SRCREV_machine = "2d22c15ef4802bc117c5482217c2b2c4d34ab303"
SRCREV_meta = "37856a69113155d343efc8f8c59c7e63fbf963c4"
PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"