Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/7] devtool/recipetool fixes
@ 2016-07-10 23:07 Paul Eggleton
  2016-07-10 23:07 ` [PATCH v2 1/7] recipetool: create: fix handling of github URLs Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2016-07-10 23:07 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2016-07-10 23:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 23:07 [PATCH v2 0/7] devtool/recipetool fixes Paul Eggleton
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox