From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/3] Fixes for recent changes to cooker
Date: Wed, 22 May 2013 15:25:10 +0100 [thread overview]
Message-ID: <cover.1369232029.git.paul.eggleton@linux.intel.com> (raw)
The recent changes to the cooker structure have affected bitbake-layers,
the OE layer index update script and other users of tinfoil. These
changes bring tinfoil up-to-date and fix a couple of other issues.
(We may want to clean up the cookerdata params handling in the near
future so that we don't need TinfoilConfigParameters, but for now this
at least keeps things working.)
The following changes (against poky, but apply cleanly to bitbake master
with -p2) are available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/tinfoil-fixes
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/tinfoil-fixes
Paul Eggleton (3):
bitbake-layers: fix for move of calc_bbfile_priority within cooker
tinfoil: fix for changes to cooker config structure
cookerdata: rename _parse to parse_config_file
bitbake/bin/bitbake-layers | 2 +-
bitbake/lib/bb/cookerdata.py | 12 ++++++------
bitbake/lib/bb/tinfoil.py | 41 +++++++++++++++++++++--------------------
3 files changed, 28 insertions(+), 27 deletions(-)
--
1.8.1.2
next reply other threads:[~2013-05-22 14:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 14:25 Paul Eggleton [this message]
2013-05-22 14:25 ` [PATCH 1/3] bitbake-layers: fix for move of calc_bbfile_priority within cooker Paul Eggleton
2013-05-22 14:25 ` [PATCH 2/3] tinfoil: fix for changes to cooker config structure Paul Eggleton
2013-05-22 14:25 ` [PATCH 3/3] cookerdata: rename _parse to parse_config_file 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.1369232029.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=bitbake-devel@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.