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 0/7] devtool/recipetool improvements
Date: Mon, 31 Oct 2016 16:59:42 +1300	[thread overview]
Message-ID: <cover.1477886344.git.paul.eggleton@linux.intel.com> (raw)

The following changes since commit b18fa5f2f2f46afc6fdc58f4d29679dea9c36c43:

  Remove LIC_FILES_CHKSUM from recipes without SRC_URI (2016-10-28 11:27:33 +0100)

are available in the git repository at:

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

Paul Eggleton (7):
  classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUM
  devtool: add: show recipetool create output
  devtool: finish: fix error if destination layer is not in bblayers.conf
  devtool: finish: warn if moving recipe to unconfigured destination layer
  recipetool: create: separate LICENSE items with & by default
  oe-selftest: devtool: fix error message in _test_recipe_contents()
  devtool: add "rename" subcommand

 meta/classes/license.bbclass      |   2 +
 meta/lib/oeqa/selftest/devtool.py |  67 +++++++++++-
 scripts/lib/devtool/build.py      |   2 +-
 scripts/lib/devtool/standard.py   | 216 +++++++++++++++++++++++++++++++++++++-
 scripts/lib/recipetool/create.py  |  37 +++++--
 5 files changed, 307 insertions(+), 17 deletions(-)

-- 
2.5.5



             reply	other threads:[~2016-10-31  4:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31  3:59 Paul Eggleton [this message]
2016-10-31  3:59 ` [PATCH 1/7] classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUM Paul Eggleton
2016-10-31 16:56   ` Martin Jansa
2016-10-31 19:23   ` Khem Raj
2016-10-31 19:41     ` Paul Eggleton
2016-10-31 22:34       ` Khem Raj
2016-11-01  0:53         ` Christopher Larson
2016-10-31  3:59 ` [PATCH 2/7] devtool: add: show recipetool create output Paul Eggleton
2016-10-31  3:59 ` [PATCH 3/7] devtool: finish: fix error if destination layer is not in bblayers.conf Paul Eggleton
2016-10-31  3:59 ` [PATCH 4/7] devtool: finish: warn if moving recipe to unconfigured destination layer Paul Eggleton
2016-10-31  3:59 ` [PATCH 5/7] recipetool: create: separate LICENSE items with & by default Paul Eggleton
2016-10-31  3:59 ` [PATCH 6/7] oe-selftest: devtool: fix error message in _test_recipe_contents() Paul Eggleton
2016-10-31  3:59 ` [PATCH 7/7] devtool: add "rename" subcommand 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.1477886344.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.