From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/5] Checksum / error reporting improvements
Date: Wed, 30 May 2012 17:17:13 +0100 [thread overview]
Message-ID: <cover.1338394341.git.paul.eggleton@linux.intel.com> (raw)
Some checksum improvements and a few error reporting fixes that I made
in the process. Note that the varflags change won't do anything without
the list of exclusions; an appropriate list has been set in a patch
which will shortly be set to the OE-Core list.
The following changes (against Poky, but which apply cleanly with -p2
against BitBake master) are available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/bb-checksum-fixes-2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-checksum-fixes-2
Paul Eggleton (5):
lib/bb/data_smart.py: don't report variable in ExpansionError if not
set
cooker: fix UnboundLocalError when exception occurs during parsing
cooker: report recipe being parsed when ExpansionError occurs
lib/bb/fetch2: ignore remote URIs when doing file checksums
bitbake: include varflags in checksums
bitbake/lib/bb/cooker.py | 8 +++++++-
bitbake/lib/bb/data.py | 20 +++++++++++++++++++-
bitbake/lib/bb/data_smart.py | 5 ++++-
bitbake/lib/bb/fetch2/__init__.py | 26 ++++++++++++++++++++------
bitbake/lib/bb/siggen.py | 4 ++++
5 files changed, 54 insertions(+), 9 deletions(-)
--
1.7.9.5
next reply other threads:[~2012-05-30 16:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 16:17 Paul Eggleton [this message]
2012-05-30 16:17 ` [PATCH 1/5] lib/bb/data_smart.py: don't report variable in ExpansionError if not set Paul Eggleton
2012-05-30 16:17 ` [PATCH 2/5] cooker: fix UnboundLocalError when exception occurs during parsing Paul Eggleton
2012-05-30 16:17 ` [PATCH 3/5] cooker: report recipe being parsed when ExpansionError occurs Paul Eggleton
2012-05-30 16:17 ` [PATCH 4/5] lib/bb/fetch2: ignore remote URIs when doing file checksums Paul Eggleton
2012-05-30 16:17 ` [PATCH 5/5] bitbake: include varflags in checksums Paul Eggleton
2012-05-30 16:22 ` [PATCH 0/5] Checksum / error reporting improvements Richard Purdie
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.1338394341.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox