All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] devtool fixes
@ 2018-02-26  1:49 Paul Eggleton
  2018-02-26  1:49 ` [PATCH v2 1/8] lib/oe/path: implement is_path_parent() Paul Eggleton
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul Eggleton @ 2018-02-26  1:49 UTC (permalink / raw)
  To: openembedded-core

This incorporates several of the fixes from my previous series and adds
a few others - I've excluded the multi-source changes from the previous
series as they may not be ready yet and it's too late in the release
cycle now. These have all passed through oe-selftest locally.

Changes since v1:
* Rename is_path_under() -> is_path_parent(), and change it to accept
  paths to test as unlimited arguments to the function and return False
  if there are no paths specified, as suggested by Ola x Nilsson.



The following changes since commit b30153a15715a83c0f9a7d7d1883a15404992a19:

  buildhistory-diff: honour report_all flag (2018-02-24 10:33:12 +0000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/devtool33-oe
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/devtool33-oe

Paul Eggleton (8):
  lib/oe/path: implement is_path_parent()
  devtool: fix poor handling of upgraded BBCLASSEXTENDed recipes
  devtool: reset: delete bbappend file if _check_preserve() doesn't
  devtool: finish: fix erroneously creating bbappend for relative paths
  devtool: deploy-target: don't specify ssh/scp port unless user does
  lib/oe/recipeutils: add .txz extension to archive list
  devtool: search: also look in recipe cache
  devtool: search: tweak help text

 meta/lib/oe/path.py             |  22 +++++++++
 meta/lib/oe/recipeutils.py      |   2 +-
 scripts/devtool                 |   5 +-
 scripts/lib/devtool/deploy.py   |  12 ++---
 scripts/lib/devtool/search.py   | 100 ++++++++++++++++++++++++++--------------
 scripts/lib/devtool/standard.py |  17 +++++--
 6 files changed, 108 insertions(+), 50 deletions(-)

-- 
2.14.3



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

end of thread, other threads:[~2018-02-26  1:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26  1:49 [PATCH v2 0/8] devtool fixes Paul Eggleton
2018-02-26  1:49 ` [PATCH v2 1/8] lib/oe/path: implement is_path_parent() Paul Eggleton
2018-02-26  1:49 ` [PATCH v2 2/8] devtool: fix poor handling of upgraded BBCLASSEXTENDed recipes Paul Eggleton
2018-02-26  1:49 ` [PATCH v2 3/8] devtool: reset: delete bbappend file if _check_preserve() doesn't Paul Eggleton
2018-02-26  1:49 ` [PATCH v2 4/8] devtool: finish: fix erroneously creating bbappend for relative paths Paul Eggleton
2018-02-26  1:49 ` [PATCH v2 5/8] devtool: deploy-target: don't specify ssh/scp port unless user does Paul Eggleton
2018-02-26  1:49 ` [PATCH v2 6/8] lib/oe/recipeutils: add .txz extension to archive list Paul Eggleton
2018-02-26  1:50 ` [PATCH v2 7/8] devtool: search: also look in recipe cache Paul Eggleton
2018-02-26  1:50 ` [PATCH v2 8/8] devtool: search: tweak help text Paul Eggleton

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.