[OE-core] [PATCH 0/6] devtool: enable adding remote source

Paul Eggleton paul.eggleton at linux.intel.com
Wed Apr 29 13:41:54 UTC 2015


Enable specifying a remote URI to fetch and extract (so you don't have
to do this manually) as well as some related fixes and improvements.


The following changes since commit 82d00f7254b7d3bb6a167d675d798134884d1b19:

  split_and_strip_files: regroup hardlinks to make build deterministic (2015-04-29 10:39:41 +0100)

are available in the git repository at:

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

Paul Eggleton (6):
  recipetool: avoid second-level subdir when extracting
  recipetool: ensure git clone is a full clone when extracting
  devtool: add: add an option to fetch remote source
  devtool: add: use the appropriate file naming and versioning for SCM
    recipes
  recipetool: allow specifying SRCREV via rev= in URI
  oe-selftest: devtool: add some tests for devtool add -f

 meta/lib/oeqa/selftest/devtool.py | 148 ++++++++++++++++++++++++++++++--------
 scripts/lib/devtool/standard.py   |  47 +++++++++---
 scripts/lib/recipetool/create.py  |  47 ++++++++----
 scripts/lib/scriptutils.py        |  10 +++
 4 files changed, 199 insertions(+), 53 deletions(-)

-- 
2.1.0



More information about the Openembedded-core mailing list