All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates
@ 2011-06-22 21:37 Bruce Ashfield
  2011-06-22 21:37 ` [PATCH 1/1] linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs Bruce Ashfield
  2011-06-22 21:57 ` [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-06-22 21:37 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto, dvhart, saul.wold

This is the merge request for Darren's update beagleboard
support (and update to the other BSPs that picked up 
the common USB patch).

This is based on the meta updates that went out to the oe-core
list in a separate pull request.

cc: Darren Hart <dvhart@linux.intel.com>


The following changes since commit 3d6054040479ae77c7de24721ff822c1b09291c6:
  Bruce Ashfield (1):
        linux-yocto: update meta and yocto/standard SRCREVs

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib zedd/kernel
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (1):
  linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs

 .../linux/linux-yocto_2.6.37.bbappend              |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)



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

* [PATCH 1/1] linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs
  2011-06-22 21:37 [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates Bruce Ashfield
@ 2011-06-22 21:37 ` Bruce Ashfield
  2011-06-22 21:57 ` [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-06-22 21:37 UTC (permalink / raw)
  To: richard.purdie; +Cc: yocto, dvhart, saul.wold

As part of sync'ing the in-tree beagleboard support, the
following commit has been pushed to all branches, and hence
the SRCREV update:

  bb8e31f USB: ehci: remove structure packing from ehci_def

The beagleboard SRCREV update captures the 69 new patches
merged from meta-ti and other upstream sources.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 .../linux/linux-yocto_2.6.37.bbappend              |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
index 502ae76..b12dcef 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
@@ -3,11 +3,11 @@ KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
 KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
 KMACHINE_beagleboard = "yocto/standard/beagleboard"
 
-SRCREV_machine_emenlow = "16ee3992a267124d425533275ebba4e6b7ae50a2"
-SRCREV_machine_atom-pc = "77c90b3cd111a160d845400b4180d436e4b554df"
-SRCREV_machine_routerstationpro = "014b17dffa3447350ad8c7bf847e4aedfc0c3196"
-SRCREV_machine_mpc8315e-rdb = "c0d1bf23f865fdd07839c2002ca85a4913f0e111"
-SRCREV_machine_beagleboard = "bd97d3f257387a3659b5c2761b0d5323b65203c7"
+SRCREV_machine_emenlow = "cc5662b9bec39205074c13f51ac4caba4af0afe7"
+SRCREV_machine_atom-pc = "687233649bbe0ec4ef26c2db4e369fecb1237f6f"
+SRCREV_machine_routerstationpro = "6214197a40b8fcb97dfad5b386d64384ce302b81"
+SRCREV_machine_mpc8315e-rdb = "e79b560f5bb709448d81e51609c0ce72253310fc"
+SRCREV_machine_beagleboard = "83544c00cd60f5842683d4b89a16a832271b599e"
 
 COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
 COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
-- 
1.7.0.4



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

* Re: [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates
  2011-06-22 21:37 [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates Bruce Ashfield
  2011-06-22 21:37 ` [PATCH 1/1] linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs Bruce Ashfield
@ 2011-06-22 21:57 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-22 21:57 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto, dvhart, saul.wold

On Wed, 2011-06-22 at 17:37 -0400, Bruce Ashfield wrote:
> This is the merge request for Darren's update beagleboard
> support (and update to the other BSPs that picked up 
> the common USB patch).
> 
> This is based on the meta updates that went out to the oe-core
> list in a separate pull request.
> 
> cc: Darren Hart <dvhart@linux.intel.com>
> 
> 
> The following changes since commit 3d6054040479ae77c7de24721ff822c1b09291c6:
>   Bruce Ashfield (1):
>         linux-yocto: update meta and yocto/standard SRCREVs
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib zedd/kernel
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
> 
> Bruce Ashfield (1):
>   linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs

Merged to master, thanks.

Richard



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

end of thread, other threads:[~2011-06-22 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 21:37 [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates Bruce Ashfield
2011-06-22 21:37 ` [PATCH 1/1] linux-yocto/meta-yocto: update yocto/standard and beagleboard SRCREVs Bruce Ashfield
2011-06-22 21:57 ` [PATCH 0/1] meta-yocto/linux-yocto: BSP SRCREV updates 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.