All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c]
@ 2011-06-06 16:19 Bruce Ashfield
  2011-06-06 16:19 ` [PATCH 1/1] " Bruce Ashfield
  2011-06-08 16:46 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-06-06 16:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Richard/Saul,

This is the meta-yocto equivalent updates to the oe-core
change for the same fix. If you know of a better way than
getting all these pull requests twice .. let me know.

cc: Tom Zanussi <tom.zanussi@intel.com>

The following changes since commit bc69b356b4476d8eb2bbc169498b6b86423251e3:
  Bruce Ashfield (1):
        linux-yocto: make e1000e structure common [commit: bec3f1e8c]

are available in the git repository at:

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

Bruce Ashfield (1):
  linux-yocto/meta-yocto: make e1000e structure common [commit:
    bec3f1e8c]

 .../recipes-kernel/linux/linux-yocto_git.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: make e1000e structure common [commit: bec3f1e8c]
  2011-06-06 16:19 [PATCH 0/1] linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c] Bruce Ashfield
@ 2011-06-06 16:19 ` Bruce Ashfield
  2011-06-08 16:46 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2011-06-06 16:19 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

During work on 1.1 BSPs, some driver options changed. The
result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa
needs to be available for all BSPs.

These SRCREV updates are the result of making that commit common.

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

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
index 1c047dc..84e31e9 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.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 = "eb2a1892c00af7fab33468a517746a8aad77524f"
-SRCREV_machine_atom-pc = "002bf30a72fa11c77094b25bead5297f842263d8"
-SRCREV_machine_routerstationpro = "a210863ce9f16d371ed955d54af97cc41c87bb0e"
-SRCREV_machine_mpc8315e-rdb = "9985e4c7445696dfd5384553b972d191bf672c76"
-SRCREV_machine_beagleboard = "30d267e93a2671718ceeccf3e4ecbae2536902e0"
+SRCREV_machine_emenlow = "7dd88fc03db50b131e4a96e6af8036a836ccc300"
+SRCREV_machine_atom-pc = "1ccece1d42a598fef0f5f9666c9c81315302c129"
+SRCREV_machine_routerstationpro = "8b5f5129292bb218435ac9ffa1fb9943bdc7d456"
+SRCREV_machine_mpc8315e-rdb = "dcf359635969abdbdd15f60b702ab17ed6174892"
+SRCREV_machine_beagleboard = "9cb5c3fb1634e541cacceeb8c8cabe88afa5b080"
 
 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] linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c]
  2011-06-06 16:19 [PATCH 0/1] linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c] Bruce Ashfield
  2011-06-06 16:19 ` [PATCH 1/1] " Bruce Ashfield
@ 2011-06-08 16:46 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-08 16:46 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky

On 06/06/2011 09:19 AM, Bruce Ashfield wrote:
> Richard/Saul,
>
> This is the meta-yocto equivalent updates to the oe-core
> change for the same fix. If you know of a better way than
> getting all these pull requests twice .. let me know.
>
> cc: Tom Zanussi<tom.zanussi@intel.com>
>
> The following changes since commit bc69b356b4476d8eb2bbc169498b6b86423251e3:
>    Bruce Ashfield (1):
>          linux-yocto: make e1000e structure common [commit: bec3f1e8c]
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib zedd/e1000-yocto
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/e1000-yocto
>
> Bruce Ashfield (1):
>    linux-yocto/meta-yocto: make e1000e structure common [commit:
>      bec3f1e8c]
>
>   .../recipes-kernel/linux/linux-yocto_git.bbappend  |   10 +++++-----
>   1 files changed, 5 insertions(+), 5 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into poky Master

Thanks
	Sau!



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

end of thread, other threads:[~2011-06-08 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 16:19 [PATCH 0/1] linux-yocto/meta-yocto: make e1000e structure common [commit: bec3f1e8c] Bruce Ashfield
2011-06-06 16:19 ` [PATCH 1/1] " Bruce Ashfield
2011-06-08 16:46 ` [PATCH 0/1] " Saul Wold

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.