From: Christopher Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] One recipetool fix and a couple enhancements
Date: Mon, 29 Jun 2015 13:49:58 -0700 [thread overview]
Message-ID: <cover.1435610769.git.kergoth@gmail.com> (raw)
With this in, we can add custom recipetool commands in layers, which is
a useful capability. For Mentor, I intend to add
https://gist.github.com/kergoth/14ea8d0932f321b60d49 into
meta-mentor/meta-mel/lib/recipetool/ to get some convenience sub-commands available:
$ recipetool kernel_set_defconfig meta-mylayer /path/to/defconfig
$ recipetool kernel_add_fragments meta-mylayer one.cfg two.cfg
$ recipetool kernel_set_configs meta-mylayer CONFIG_LOCALVERSION_AUTO=n CONFIG_LOCALVERSION=-test
$ recipetool kernel_add_dts meta-mylayer *.dts
The following changes since commit 592a1d94a7b0e80059016adb59c4c61e256206f0:
oeqa/parselogs: Whitelist qemumips64 runtime error (2015-06-27 22:49:49 +0100)
are available in the git repository at:
git@github.com:kergoth/openembedded-core recipetool-bits
for you to fetch changes up to 974591c62ec573ee96badb28786aacd3df35ca53:
recipetool.append: add extralines arg to appendsrc (2015-06-29 08:31:45 -0700)
----------------------------------------------------------------
Christopher Larson (3):
recipetool: catch BBHandledException from parsing
recipetool: also load plugins from BBPATH
recipetool.append: add extralines arg to appendsrc
scripts/lib/recipetool/append.py | 4 +--
scripts/recipetool | 73 ++++++++++++++++++++++++----------------
2 files changed, 46 insertions(+), 31 deletions(-)
--
2.2.1
next reply other threads:[~2015-06-29 20:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-29 20:49 Christopher Larson [this message]
2015-06-29 20:50 ` [PATCH 1/3] recipetool: catch BBHandledException from parsing Christopher Larson
2015-06-29 20:50 ` [PATCH 2/3] recipetool: also load plugins from BBPATH Christopher Larson
2015-06-29 20:50 ` [PATCH 3/3] recipetool.append: add extralines arg to appendsrc Christopher Larson
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.1435610769.git.kergoth@gmail.com \
--to=kergoth@gmail.com \
--cc=openembedded-core@lists.openembedded.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.