From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: rpurdie@linux.intel.com, saul.wold@intel.com
Cc: yocto@yoctoproject.org, poky@yoctoproject.org
Subject: [PATCH 0/1] linux-yocto: remove or adjust to _ in branch names
Date: Fri, 17 Dec 2010 15:50:15 -0500 [thread overview]
Message-ID: <cover.1292618741.git.bruce.ashfield@windriver.com> (raw)
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(-)
next reply other threads:[~2010-12-17 20:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-17 20:50 Bruce Ashfield [this message]
2010-12-17 20:50 ` [PATCH 1/1] linux-yocto: remove or adjust to _ in branch names Bruce Ashfield
2010-12-17 20:51 ` Bruce Ashfield
2010-12-17 20:51 ` [poky] " Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1292618741.git.bruce.ashfield@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=poky@yoctoproject.org \
--cc=rpurdie@linux.intel.com \
--cc=saul.wold@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.