From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] devtool / recipetool improvements
Date: Fri, 19 Feb 2016 22:38:48 +1300 [thread overview]
Message-ID: <cover.1455874585.git.paul.eggleton@linux.intel.com> (raw)
More devtool / recipetool work - some improvements to the help output,
behaviour of (un)deploy-target, extensibility of autoconf/cmake
handling, and improvements to cmake dependency extraction, plus one
or two other minor fixes.
The following changes since commit 58b45240739da210ef2fecea931c8b8daa9a4c07:
epiphany: Add libxml2-native to DEPENDS (2016-02-18 22:55:12 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/devtool14-oe
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/devtool14-oe
Paul Eggleton (14):
devtool: minor fix for error message
devtool / recipetool: use common code for launching editor
devtool: reset: fix preserving patches/other files next to recipes
devtool: update-recipe: don't show workspace recipe warning if no update
devtool: categorise and order subcommands in help output
scripts/lib/argparse_oe: tweak title above options
devtool: (un)deploy-target: add help descriptions
devtool: sdk-update: tweak command-line handling of updateserver
devtool: deploy-target: write deployed files list to target
devtool: undeploy-target: support undeploying all recipes
devtool: deploy-target: preserve existing files
devtool: modify: tweak help description for behaviour change
recipetool: create: add additional extension mechanisms
recipetool: create: improve CMake package mapping
scripts/devtool | 10 +-
scripts/lib/argparse_oe.py | 63 ++++++
scripts/lib/devtool/build-image.py | 3 +-
scripts/lib/devtool/build.py | 3 +-
scripts/lib/devtool/deploy.py | 248 ++++++++++++++++++-----
scripts/lib/devtool/package.py | 5 +-
scripts/lib/devtool/runqemu.py | 3 +-
scripts/lib/devtool/sdk.py | 19 +-
scripts/lib/devtool/search.py | 3 +-
scripts/lib/devtool/standard.py | 47 +++--
scripts/lib/devtool/upgrade.py | 3 +-
scripts/lib/devtool/utilcmds.py | 19 +-
scripts/lib/recipetool/create.py | 15 +-
scripts/lib/recipetool/create_buildsys.py | 154 ++++++++++++--
scripts/lib/recipetool/create_buildsys_python.py | 2 +-
scripts/lib/recipetool/newappend.py | 8 +-
scripts/lib/scriptutils.py | 15 ++
17 files changed, 505 insertions(+), 115 deletions(-)
--
2.5.0
next reply other threads:[~2016-02-19 9:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 9:38 Paul Eggleton [this message]
2016-02-19 9:38 ` [PATCH 01/14] devtool: minor fix for error message Paul Eggleton
2016-02-20 19:16 ` Khem Raj
2016-02-21 19:32 ` Paul Eggleton
2016-02-19 9:38 ` [PATCH 02/14] devtool / recipetool: use common code for launching editor Paul Eggleton
2016-02-19 9:38 ` [PATCH 03/14] devtool: reset: fix preserving patches/other files next to recipes Paul Eggleton
2016-02-19 9:38 ` [PATCH 04/14] devtool: update-recipe: don't show workspace recipe warning if no update Paul Eggleton
2016-02-19 9:38 ` [PATCH 05/14] devtool: categorise and order subcommands in help output Paul Eggleton
2016-02-19 9:38 ` [PATCH 06/14] scripts/lib/argparse_oe: tweak title above options Paul Eggleton
2016-02-19 9:38 ` [PATCH 07/14] devtool: (un)deploy-target: add help descriptions Paul Eggleton
2016-02-19 9:38 ` [PATCH 08/14] devtool: sdk-update: tweak command-line handling of updateserver Paul Eggleton
2016-02-19 9:38 ` [PATCH 09/14] devtool: deploy-target: write deployed files list to target Paul Eggleton
2016-02-19 9:38 ` [PATCH 10/14] devtool: undeploy-target: support undeploying all recipes Paul Eggleton
2016-02-19 9:38 ` [PATCH 11/14] devtool: deploy-target: preserve existing files Paul Eggleton
2016-02-20 19:20 ` Khem Raj
2016-02-21 19:30 ` Paul Eggleton
2016-02-21 20:03 ` Khem Raj
2016-02-21 20:20 ` Paul Eggleton
2016-02-19 9:39 ` [PATCH 12/14] devtool: modify: tweak help description for behaviour change Paul Eggleton
2016-02-19 9:39 ` [PATCH 13/14] recipetool: create: add additional extension mechanisms Paul Eggleton
2016-02-19 9:39 ` [PATCH 14/14] recipetool: create: improve CMake package mapping 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.1455874585.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 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.