From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] recipetool improvements
Date: Mon, 30 May 2016 10:20:55 +1200 [thread overview]
Message-ID: <cover.1464560316.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2016-05-29 22:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-29 22:20 Paul Eggleton [this message]
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
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.1464560316.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.