From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/7] devtool/recipetool fixes
Date: Mon, 11 Jul 2016 11:07:50 +1200 [thread overview]
Message-ID: <cover.1468191874.git.paul.eggleton@linux.intel.com> (raw)
A bunch of fixes and minor improvements for devtool & recipetool.
Changes since v1:
* Have devtool return a specific error code on an incompatible recipe
and then have devtool-stress look for this instead of having a
hardcoded default skip list in devtool-stress
* Rebase on top of master
The following changes since commit b17f91ed06a604e3d356fe17756bfe2ca61594b7:
tune-ppce500mc.inc: pass -mcpu=e500mc for ppce500mc kernel compile (2016-07-10 14:12:07 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/devtool18
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/devtool18
Paul Eggleton (7):
recipetool: create: fix handling of github URLs
recipetool: create: support specifying a file as the local source
lib/oe/patch: handle encoding differences in patch files
devtool: update-recipe: fix --initial-rev option
devtool: reset: allow reset to work if the recipe file has been deleted
devtool: return specific exit code for incompatible recipes
scripts/contrib/devtool-stress: skip incompatible recipes
meta/lib/oe/patch.py | 100 ++++++++++++++++++++++----------------
scripts/contrib/devtool-stress.py | 57 +++++++++++++---------
scripts/devtool | 2 +-
scripts/lib/devtool/__init__.py | 5 +-
scripts/lib/devtool/standard.py | 35 +++++++------
scripts/lib/recipetool/create.py | 17 ++++---
6 files changed, 126 insertions(+), 90 deletions(-)
--
2.5.5
next reply other threads:[~2016-07-10 23:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-10 23:07 Paul Eggleton [this message]
2016-07-10 23:07 ` [PATCH v2 1/7] recipetool: create: fix handling of github URLs Paul Eggleton
2016-07-10 23:07 ` [PATCH v2 2/7] recipetool: create: support specifying a file as the local source Paul Eggleton
2016-07-10 23:07 ` [PATCH v2 3/7] lib/oe/patch: handle encoding differences in patch files Paul Eggleton
2016-07-10 23:07 ` [PATCH v2 4/7] devtool: update-recipe: fix --initial-rev option Paul Eggleton
2016-07-10 23:07 ` [PATCH v2 5/7] devtool: reset: allow reset to work if the recipe file has been deleted Paul Eggleton
2016-07-10 23:07 ` [PATCH v2 6/7] devtool: return specific exit code for incompatible recipes Paul Eggleton
2016-07-10 23:07 ` [PATCH v2 7/7] scripts/contrib/devtool-stress: skip " Paul Eggleton
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.1468191874.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox