All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] devtool/recipetool improvements
@ 2016-10-31  3:59 Paul Eggleton
  2016-10-31  3:59 ` [PATCH 1/7] classes/license: fix handling of symlinks pointed to in LIC_FILES_CHKSUM Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Paul Eggleton @ 2016-10-31  3:59 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2016-11-01  0:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-31  3:59 [PATCH 0/7] devtool/recipetool improvements Paul Eggleton
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

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.