All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] recipetool improvements
@ 2016-05-29 22:20 Paul Eggleton
  2016-05-29 22:20 ` [PATCH 1/7] lib/oe/recipeutils: split out patch_recipe_lines() Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2016-05-29 22:20 UTC (permalink / raw)
  To: openembedded-core

Make the following improvements to recipetool create (and by extension,
devtool add):
* Improve creation of recipes for binary deb/ipk/rpm package files with -b
* General supporting improvements to patch_recipe_* functions
* Set a fixed SRCREV when pointing to a git repo by default rather than
  using ${AUTOREV}


The following changes since commit bb4ead9b7b1400c37a72d148d9775bdf4210ec37:

  linux-yocto/4.4: integrate v4.4.11 (2016-05-25 07:49:55 +0100)

are available in the git repository at:

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

Paul Eggleton (7):
  lib/oe/recipeutils: split out patch_recipe_lines()
  lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines
  lib/oe/recipeutils: fix insertion of variable values
  recipetool: create: support extracting SUMMARY and HOMEPAGE
  recipetool: create: extract variable values from .deb/.ipk/.rpm
  recipetool: create: use ${BP} for subdir for binary packages
  recipetool / devtool: set a fixed SRCREV by default when fetching from git

 meta/lib/oe/recipeutils.py                |  40 ++++++--
 meta/lib/oeqa/selftest/devtool.py         |   6 +-
 scripts/lib/devtool/standard.py           |   3 +
 scripts/lib/recipetool/create.py          | 165 +++++++++++++++++++++++-------
 scripts/lib/recipetool/create_buildsys.py |  37 ++++---
 scripts/lib/recipetool/create_npm.py      |   4 +-
 6 files changed, 193 insertions(+), 62 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-05-29 22:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-29 22:20 [PATCH 0/7] recipetool improvements Paul Eggleton
2016-05-29 22:20 ` [PATCH 1/7] lib/oe/recipeutils: split out patch_recipe_lines() Paul Eggleton
2016-05-29 22:20 ` [PATCH 2/7] lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines Paul Eggleton
2016-05-29 22:20 ` [PATCH 3/7] lib/oe/recipeutils: fix insertion of variable values Paul Eggleton
2016-05-29 22:20 ` [PATCH 4/7] recipetool: create: support extracting SUMMARY and HOMEPAGE Paul Eggleton
2016-05-29 22:21 ` [PATCH 5/7] recipetool: create: extract variable values from .deb/.ipk/.rpm Paul Eggleton
2016-05-29 22:21 ` [PATCH 6/7] recipetool: create: use ${BP} for subdir for binary packages Paul Eggleton
2016-05-29 22:21 ` [PATCH 7/7] recipetool / devtool: set a fixed SRCREV by default when fetching from git 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.