All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Fixes/enhancements for devtool/recipetool/externalsrc
@ 2016-02-11  1:13 Paul Eggleton
  2016-02-11  1:13 ` [PATCH 01/11] classes/externalsrc: disable rm_work when active Paul Eggleton
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Paul Eggleton @ 2016-02-11  1:13 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2016-02-11  1:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11  1:13 [PATCH 00/11] Fixes/enhancements for devtool/recipetool/externalsrc Paul Eggleton
2016-02-11  1:13 ` [PATCH 01/11] classes/externalsrc: disable rm_work when active Paul Eggleton
2016-02-11  1:13 ` [PATCH 02/11] classes/externalsrc: create symlinks for workdir and logs Paul Eggleton
2016-02-11  1:13 ` [PATCH 03/11] devtool: commit for extra tasks that modify source when extracting Paul Eggleton
2016-02-11  1:13 ` [PATCH 04/11] recipetool: create: support cmake find_library directive Paul Eggleton
2016-02-11  1:13 ` [PATCH 05/11] recipetool: create: determine name/version from github/bitbucket URLs Paul Eggleton
2016-02-11  1:13 ` [PATCH 06/11] devtool: modify: make -x the default behaviour Paul Eggleton
2016-02-11  1:13 ` [PATCH 07/11] devtool: add: fix adding from a local source directory Paul Eggleton
2016-02-11  1:13 ` [PATCH 08/11] recipetool: create: ensure URL parameters don't make it into the name Paul Eggleton
2016-02-11  1:13 ` [PATCH 09/11] recipetool: create: convert http git URLs that don't end in .git but contain /git/ Paul Eggleton
2016-02-11  1:13 ` [PATCH 10/11] recipetool: create: set S when we set SRC_URI from local git repo Paul Eggleton
2016-02-11  1:13 ` [PATCH 11/11] oe-selftest: devtool: add another devtool add test Paul Eggleton

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.