Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: update cfgs and enable qemuppc/mips
@ 2011-07-27  3:55 Bruce Ashfield
  2011-07-27  3:55 ` [PATCH 1/1] linux-yocto: update SRCREVs Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2011-07-27  3:55 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

Richard/Saul,

This SRCREV update continues the 3.0 uprev work. With this the
config audit and 2.6.37 -> 3.0 audit are nearly complete.

More importantly, with this update qemppc and qemumips now boot to
the prompt and can be used for validation.

The following changes since commit a0e0e11b63a693888052b16ceab96e3f0b37d27f:

  poky.conf: explicitly referenced preferred linux-yocto version (2011-07-26 23:37:14 -0400)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib zedd/oe-core-update
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/oe-core-update

Bruce Ashfield (1):
  linux-yocto: update SRCREVs

 meta/recipes-kernel/linux/linux-yocto_3.0.bb |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] linux-yocto: update SRCREVs
  2011-07-27  3:55 [PATCH 0/1] linux-yocto: update cfgs and enable qemuppc/mips Bruce Ashfield
@ 2011-07-27  3:55 ` Bruce Ashfield
  2011-07-27 15:12   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2011-07-27  3:55 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, saul.wold

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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 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 342993f..8f49668 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
 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}"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] linux-yocto: update SRCREVs
  2011-07-27  3:55 ` [PATCH 1/1] linux-yocto: update SRCREVs Bruce Ashfield
@ 2011-07-27 15:12   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-07-27 15:12 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: openembedded-core, saul.wold

On Tue, 2011-07-26 at 23:55 -0400, Bruce Ashfield wrote:
> 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.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-27 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-27  3:55 [PATCH 0/1] linux-yocto: update cfgs and enable qemuppc/mips Bruce Ashfield
2011-07-27  3:55 ` [PATCH 1/1] linux-yocto: update SRCREVs Bruce Ashfield
2011-07-27 15:12   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox