From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] devtool/recipetool fixes rollup
Date: Mon, 21 Aug 2017 17:39:39 +1200 [thread overview]
Message-ID: <cover.1503293342.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2017-08-21 5:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-21 5:39 Paul Eggleton [this message]
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
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.1503293342.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