All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto-bsp: update the beagleboard preference to v3.4
@ 2012-09-24 20:31 Bruce Ashfield
  2012-09-24 20:31 ` [PATCH 1/1] beagleboard: update to 3.4 Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-24 20:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, liang.li

Richard,

This has been asked for several times, and we've finally finished
our testing with the beagleboard on the 3.4 kernel .. although it
was already well known to work out of the box, it was worth
sitting on this a bit to double check.

build, boot and testing has been done on the beagleboard (revC) and
beagleboard XM. Existing functionality has been confirmed using
core-image-sato, and in particular mouse, keyboard and graphics have
been re-validated.

With this, all of the hardware reference boards are now on v3.4 and
we can prep v3.0 to be pushed off a cliff in yocto-1.4 :)

Cheers,

Bruce

cc: Liang Li <liang.li@windriver.com>

The following changes since commit a8341c40ffa945b862a7f880fb87679308584847:

  linux-yocto/3.4: update beagleboard configs (2012-09-24 16:03:00 -0400)

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

Bruce Ashfield (1):
  beagleboard: update to 3.4

 meta-yocto-bsp/conf/machine/beagleboard.conf       |    2 +-
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.5.4



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

* [PATCH 1/1] beagleboard: update to 3.4
  2012-09-24 20:31 [PATCH 0/1] linux-yocto-bsp: update the beagleboard preference to v3.4 Bruce Ashfield
@ 2012-09-24 20:31 ` Bruce Ashfield
  2012-09-25  9:43   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-09-24 20:31 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, liang.li

Updating the default preference of the beagleboard to the 3.4
kernel.

build, boot and testing has been done on the beagleboard (revC) and
beagleboard XM. Existing functionality has been confirmed using
core-image-sato, and in particular mouse, keyboard and graphics have
been re-validated.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 meta-yocto-bsp/conf/machine/beagleboard.conf       |    2 +-
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto-bsp/conf/machine/beagleboard.conf b/meta-yocto-bsp/conf/machine/beagleboard.conf
index dbce1e2..6633880 100644
--- a/meta-yocto-bsp/conf/machine/beagleboard.conf
+++ b/meta-yocto-bsp/conf/machine/beagleboard.conf
@@ -29,7 +29,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
 SERIAL_CONSOLE = "115200 ttyO2"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "3.0%"
+PREFERRED_VERSION_linux-yocto ?= "3.4%"
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
index b1ee952..6a6176e 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -11,5 +11,5 @@ SRCREV_machine_beagleboard ?= "59c3ff750831338d05ab67d5efd7fc101c451aff"
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
-# COMPATIBLE_MACHINE_beagleboard = "beagleboard"
+COMPATIBLE_MACHINE_beagleboard = "beagleboard"
 COMPATIBLE_MACHINE_atom-pc = "atom-pc"
-- 
1.7.5.4



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

* Re: [PATCH 1/1] beagleboard: update to 3.4
  2012-09-24 20:31 ` [PATCH 1/1] beagleboard: update to 3.4 Bruce Ashfield
@ 2012-09-25  9:43   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-09-25  9:43 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky, liang.li

On Mon, 2012-09-24 at 16:31 -0400, Bruce Ashfield wrote:
> Updating the default preference of the beagleboard to the 3.4
> kernel.
> 
> build, boot and testing has been done on the beagleboard (revC) and
> beagleboard XM. Existing functionality has been confirmed using
> core-image-sato, and in particular mouse, keyboard and graphics have
> been re-validated.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  meta-yocto-bsp/conf/machine/beagleboard.conf       |    2 +-
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Merged to master, thanks.

Richard



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

end of thread, other threads:[~2012-09-25  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 20:31 [PATCH 0/1] linux-yocto-bsp: update the beagleboard preference to v3.4 Bruce Ashfield
2012-09-24 20:31 ` [PATCH 1/1] beagleboard: update to 3.4 Bruce Ashfield
2012-09-25  9:43   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.