All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] devtool/recipetool fixes rollup
@ 2017-08-21  5:39 Paul Eggleton
  2017-08-21  5:39 ` [PATCH 01/10] recipetool: create: disable PREMIRRORS and MIRRORS by default Paul Eggleton
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul Eggleton @ 2017-08-21  5:39 UTC (permalink / raw)
  To: openembedded-core

This patchset rolls up a few of the pending patches with minimal
changes and introduces a couple of mine.

Leo's import/export patches have had the file change function patch
squashed into the import patch, and I also made it use DevtoolError
instead of logger.error()+sys.exit() in a couple of places, used
with... to ensure the tarfile got closed in the import module and
tweaked the commit messages.

In Rebecca's devtool upgrade patch I removed an unnecessary sys.exit()
after raise DevtoolError(...).


These patches have passed oe-selftest devtool/recipetool tests locally.



The following changes since commit 5c9ef0734d23909b5694ed43cdbb205c2ba9ca95:

  devtool/copy_buildsystem: adds meta-skeleton layer in the eSDK installation. (2017-08-19 22:15:25 +0100)

are available in the git repository at:

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

Chang Rebecca Swee Fun (3):
  recipetool: create: disable PREMIRRORS and MIRRORS by default
  recipetool: create: being able to set branch when revision is provided
  devtool: upgrade: enable branch checking when revision is provided

Leonardo Sandoval (3):
  devtool: export: new plugin to export the devtool workspace
  devtool: append md5sum only if not already present
  devtool: import: new plugin to import the devtool workspace

Paul Eggleton (2):
  recipetool: allow plugins to set PN / PV more easily
  recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUM

Stanley Phoong (2):
  recipetool: create: handle git URLs specifying only a tag
  recipetool: create: replacing PV in SRCURI

 scripts/lib/devtool/__init__.py      |  36 ++++++
 scripts/lib/devtool/export.py        | 119 ++++++++++++++++++++
 scripts/lib/devtool/import.py        | 144 ++++++++++++++++++++++++
 scripts/lib/devtool/standard.py      |   7 +-
 scripts/lib/devtool/upgrade.py       |  27 ++++-
 scripts/lib/recipetool/create.py     | 205 +++++++++++++++++++++++++++--------
 scripts/lib/recipetool/create_npm.py |  44 +-------
 scripts/lib/scriptutils.py           |   9 +-
 8 files changed, 495 insertions(+), 96 deletions(-)
 create mode 100644 scripts/lib/devtool/export.py
 create mode 100644 scripts/lib/devtool/import.py

-- 
2.9.5



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

end of thread, other threads:[~2017-08-21  5:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21  5:39 [PATCH 00/10] devtool/recipetool fixes rollup Paul Eggleton
2017-08-21  5:39 ` [PATCH 01/10] recipetool: create: disable PREMIRRORS and MIRRORS by default Paul Eggleton
2017-08-21  5:39 ` [PATCH 02/10] recipetool: create: being able to set branch when revision is provided Paul Eggleton
2017-08-21  5:39 ` [PATCH 03/10] recipetool: create: handle git URLs specifying only a tag Paul Eggleton
2017-08-21  5:39 ` [PATCH 04/10] recipetool: create: replacing PV in SRCURI Paul Eggleton
2017-08-21  5:39 ` [PATCH 05/10] devtool: upgrade: enable branch checking when revision is provided Paul Eggleton
2017-08-21  5:39 ` [PATCH 06/10] devtool: export: new plugin to export the devtool workspace Paul Eggleton
2017-08-21  5:39 ` [PATCH 07/10] devtool: append md5sum only if not already present Paul Eggleton
2017-08-21  5:39 ` [PATCH 08/10] devtool: import: new plugin to import the devtool workspace Paul Eggleton
2017-08-21  5:39 ` [PATCH 09/10] recipetool: allow plugins to set PN / PV more easily Paul Eggleton
2017-08-21  5:39 ` [PATCH 10/10] recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUM 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.