All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/11] Fixes/enhancements for devtool/recipetool/externalsrc
Date: Thu, 11 Feb 2016 14:13:25 +1300	[thread overview]
Message-ID: <cover.1455151881.git.paul.eggleton@linux.intel.com> (raw)

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



             reply	other threads:[~2016-02-11  1:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-11  1:13 Paul Eggleton [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1455151881.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.