All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto/meta-yocto: update branch mappings
@ 2012-05-08 14:52 Bruce Ashfield
  2012-05-08 14:52 ` [PATCH 1/1] meta-yocto/linux-yocto-3.0: update branch mappings for new tools Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-05-08 14:52 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Richard/Saul,

This is a follow up to the oe-core pull request that I just sent. It
updates the 3.0 yocto recipe to have explicit branch mappings (so they'll
work with the new tools).

Merge this after the oe-core changes are in place, or bad things will 
happen :)

Cheers,

Bruce

The following changes since commit 18a93648e7927a33bcaa3a7210fdee4ff5669b3b:

  kern-tools: integrate minor fixes (2012-05-08 10:18:56 -0400)

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

Bruce Ashfield (1):
  meta-yocto/linux-yocto-3.0: update branch mappings for new tools

 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

-- 
1.7.5.4



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

* [PATCH 1/1] meta-yocto/linux-yocto-3.0: update branch mappings for new tools
  2012-05-08 14:52 [PATCH 0/1] linux-yocto/meta-yocto: update branch mappings Bruce Ashfield
@ 2012-05-08 14:52 ` Bruce Ashfield
  2012-05-08 15:18   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2012-05-08 14:52 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, saul.wold

Updates to the kern-tools to be more flexible and support multiple
upstream repository formats means that KMACHINE should really only
map to a machine and that KBRANCH should specify branch information.

To adapt to this change, we split the hardware reference boards into
KMACHINE and KBRANCH mappings.

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

diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 68c7cad..4c483ca 100644
--- a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -1,8 +1,10 @@
-KMACHINE_atom-pc  = "yocto/standard/common-pc/atom-pc"
-KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
-KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
-KMACHINE_beagleboard = "yocto/standard/beagleboard"
+KBRANCH_atom-pc  = "yocto/standard/common-pc/atom-pc"
+KBRANCH_routerstationpro = "yocto/standard/routerstationpro"
+KBRANCH_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
+KBRANCH_beagleboard = "yocto/standard/beagleboard"
 
+# temporary until 3.0 tree is updated to have machine mapping
+KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
 
 SRCREV_machine_atom-pc ?= "afdda882f902dd28693cd8701a7d497958290f09"
 SRCREV_machine_routerstationpro ?= "220d89fcf345ee28fb0cdcf0f33f83b3dc7c460f"
-- 
1.7.5.4



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

* Re: [PATCH 1/1] meta-yocto/linux-yocto-3.0: update branch mappings for new tools
  2012-05-08 14:52 ` [PATCH 1/1] meta-yocto/linux-yocto-3.0: update branch mappings for new tools Bruce Ashfield
@ 2012-05-08 15:18   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-05-08 15:18 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: poky, saul.wold

On Tue, 2012-05-08 at 10:52 -0400, Bruce Ashfield wrote:
> Updates to the kern-tools to be more flexible and support multiple
> upstream repository formats means that KMACHINE should really only
> map to a machine and that KBRANCH should specify branch information.
> 
> To adapt to this change, we split the hardware reference boards into
> KMACHINE and KBRANCH mappings.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> ---
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |   10 ++++++----
>  1 files changed, 6 insertions(+), 4 deletions(-)

Merged to master, thanks.

Richard



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

end of thread, other threads:[~2012-05-08 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 14:52 [PATCH 0/1] linux-yocto/meta-yocto: update branch mappings Bruce Ashfield
2012-05-08 14:52 ` [PATCH 1/1] meta-yocto/linux-yocto-3.0: update branch mappings for new tools Bruce Ashfield
2012-05-08 15:18   ` 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.