Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] devtool: enable adding remote source
@ 2015-04-29 13:41 Paul Eggleton
  2015-04-29 13:41 ` [PATCH 1/6] recipetool: avoid second-level subdir when extracting Paul Eggleton
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Paul Eggleton @ 2015-04-29 13:41 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-05-01 15:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 13:41 [PATCH 0/6] devtool: enable adding remote source Paul Eggleton
2015-04-29 13:41 ` [PATCH 1/6] recipetool: avoid second-level subdir when extracting Paul Eggleton
2015-04-29 13:41 ` [PATCH 2/6] recipetool: ensure git clone is a full clone " Paul Eggleton
2015-04-30 10:17   ` Markus Lehtonen
2015-04-30 10:26     ` Paul Eggleton
2015-05-01 15:59       ` Paul Eggleton
2015-04-29 13:41 ` [PATCH 3/6] devtool: add: add an option to fetch remote source Paul Eggleton
2015-04-29 13:41 ` [PATCH 4/6] devtool: add: use the appropriate file naming and versioning for SCM recipes Paul Eggleton
2015-04-29 13:41 ` [PATCH 5/6] recipetool: allow specifying SRCREV via rev= in URI Paul Eggleton
2015-04-29 13:42 ` [PATCH 6/6] oe-selftest: devtool: add some tests for devtool add -f Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox