[OE-core] [PATCH 00/11] Fixes/enhancements for devtool/recipetool/externalsrc

Paul Eggleton paul.eggleton at linux.intel.com
Thu Feb 11 01:13:25 UTC 2016


Note in particular patch 6/11 which changes the behaviour of devtool
modify without -x to extract by default which is a bit more logical (I'd
been thinking about this for a while, but Khem suggested it most
recently).


The following changes since commit 4bd658f7dae76ae8790fd1dfdd89fa58a456a0a4:

  pseudo: uprev to 1.7.5 (2016-02-10 17:37:36 +0000)

are available in the git repository at:

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

Paul Eggleton (11):
  classes/externalsrc: disable rm_work when active
  classes/externalsrc: create symlinks for workdir and logs
  devtool: commit for extra tasks that modify source when extracting
  recipetool: create: support cmake find_library directive
  recipetool: create: determine name/version from github/bitbucket URLs
  devtool: modify: make -x the default behaviour
  devtool: add: fix adding from a local source directory
  recipetool: create: ensure URL parameters don't make it into the name
  recipetool: create: convert http git URLs that don't end in .git but contain /git/
  recipetool: create: set S when we set SRC_URI from local git repo
  oe-selftest: devtool: add another devtool add test

 meta/classes/externalsrc.bbclass          | 23 +++++++++++
 meta/lib/oe/patch.py                      |  3 ++
 meta/lib/oeqa/selftest/devtool.py         | 40 ++++++++++++++++++-
 scripts/lib/devtool/standard.py           | 64 +++++++++++++++++++++----------
 scripts/lib/recipetool/create.py          | 55 +++++++++++++++++++-------
 scripts/lib/recipetool/create_buildsys.py | 10 +++++
 6 files changed, 161 insertions(+), 34 deletions(-)

-- 
2.5.0




More information about the Openembedded-core mailing list