[OE-core] [PATCH 00/14] devtool / recipetool improvements

Paul Eggleton paul.eggleton at linux.intel.com
Fri Feb 19 09:38:48 UTC 2016


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




More information about the Openembedded-core mailing list