All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto: remove or adjust to _ in branch names
@ 2010-12-17 20:50 Bruce Ashfield
  2010-12-17 20:50 ` [PATCH 1/1] " Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2010-12-17 20:50 UTC (permalink / raw)
  To: rpurdie, saul.wold; +Cc: yocto, poky

Richard/Saul,

I'll repeat what is in the patch here:

The existing 2.6.34 kernel tree uses _ where poky typically
uses -. This is a historical artifact, since working with
gnu Make and shells means avoiding - is wise. The opposite
is true in Yocto.

To avoid using the _ reserved character wherever possible
we can simply remove it from the branch names in the
new 2.6.37 kernel, but to keep the content stable in the
0.9 2.6.34 kernel, we map _ to - for the purposes of
packaging.

To further faciliate this switch, the branch names no
longer need to be shortened in the KMACHINE mappings, but
can be fully specified and the tools/processing adapt as
required. This gives us the flexibility to map multiple
boards to a single branch for building.

-------

I've been building with this for a week, Darren has also
had sucess with this as well.

*** We need to coordinate the merge, I've pushed the new
    branches to the linux-yocto-2.6.37 kernel, but we need
    to purge the old branches as well. 

    So send me a heads up and I'll do that removal once
    this merges. 

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

Thanks,
    Bruce Ashfield <bruce.ashfield@windriver.com>
---


Bruce Ashfield (1):
  linux-yocto: remove or adjust to _ in branch names

 meta/classes/kernel-yocto.bbclass                  |   12 +++++-------
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 .../recipes-kernel/linux/linux-yocto-stable_git.bb |    8 ++++++--
 meta/recipes-kernel/linux/linux-yocto_git.bb       |   18 +++++++++---------
 4 files changed, 21 insertions(+), 19 deletions(-)



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

end of thread, other threads:[~2010-12-17 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 20:50 [PATCH 0/1] linux-yocto: remove or adjust to _ in branch names Bruce Ashfield
2010-12-17 20:50 ` [PATCH 1/1] " Bruce Ashfield
2010-12-17 20:51   ` Bruce Ashfield
2010-12-17 20:51     ` [poky] " Bruce Ashfield

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.