generic-poky/bitbake/lib/bb
Chris Larson 97fb1fea9b event: fix the event display order when exiting early
It was displaying the log messages in LIFO order, which isn't what we
expect to see. Thankfully this only occurred during an early abort (e.g.
config file parsing error), but those are the cases where it's very
important to see accurate messages, to diagnose.

(Bitbake rev: b838e0f3a1b481c295f66f5c9f561fa4d51de673)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-21 22:46:37 +01:00
..
fetch bitbake: Sync fetch back with upstream 2011-05-06 18:18:59 +01:00
fetch2 fetcher2: retry mirror if upstream checksum mismatch 2011-07-13 12:13:10 +01:00
parse parse/ConfHandler: Fix multiline variable corruption 2011-07-21 11:09:47 +01:00
pysh make exception handling syntax consistent 2011-06-15 11:13:13 +01:00
server bitbake/process.py: Ensure queued UI events are queued right before we add our own handler 2011-07-07 10:57:43 +01:00
ui ui/crumbs/tasklistmodel: ignore tasks and images when marking dependencies 2011-07-21 22:08:11 +01:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py Update version to 1.13.2 2011-06-28 15:28:16 +01:00
build.py bitbake: Add task specific stamp file support 2011-06-28 13:44:38 +01:00
cache.py cache: fix remnant broken 'info' reference from recent cache changes 2011-07-21 11:09:46 +01:00
cache_extra.py Introduce extra cache class for image creator 2011-06-07 22:39:12 +01:00
codeparser.py codeparser: When loading the cache, ignore ValueError 2011-06-15 11:13:13 +01:00
command.py cooker|command|event: add new command findFilesMatchingInDir 2011-07-01 17:17:35 +01:00
compat.py bitbake: Add missing file 2011-05-07 08:49:28 +01:00
cooker.py cooker: only return *Found events if something was actually found 2011-07-14 15:12:52 +01:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py make exception handling syntax consistent 2011-06-15 11:13:13 +01:00
data_smart.py bitbake/ast: Fix ??= vs. ?= handling 2011-07-05 11:39:05 +01:00
event.py event: fix the event display order when exiting early 2011-07-21 22:46:37 +01:00
exceptions.py bb.exceptions: don't choke on frames without arguments 2011-06-08 20:38:25 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py Shift exception formatting into the UI 2011-06-08 20:38:25 +01:00
namedtuple_with_abc.py bb.namedtuple_with_abc: add useful util from activestate 2011-06-08 20:38:23 +01:00
persist_data.py bitbake/persist_data: Sync file with upstream bitbake 2011-05-06 18:07:23 +01:00
process.py make exception handling syntax consistent 2011-06-15 11:13:13 +01:00
providers.py providers.py: Correct PREFERRED_VERSION handling 2011-06-01 14:08:25 +01:00
runqueue.py bitbake: Add task specific stamp file support 2011-06-28 13:44:38 +01:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
siggen.py siggen: don't choke with traceback when data is None 2011-06-07 22:29:25 +01:00
taskdata.py cooker: use re match, not search in re_match_strings 2011-01-04 14:46:47 +00:00
utils.py bitbake/utils.py: Add option to lockfiles to return immediately rather than wait 2011-05-27 17:55:51 +01:00