index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/__init__.py: Add taskpid to all LogRecords (subclassed to be BBLogRec...
Richard Purdie
2011-01-08
1
-0
/
+8
*
bitbake/msg.py: Add named definitions for all logging levels
Richard Purdie
2011-01-08
1
-6
/
+11
*
bitbake/runqueue.py: Remove duplicate TaskStarted event fire()
Richard Purdie
2011-01-07
1
-2
/
+0
*
bitbake/build.py: Fix del_stamp work correctly after recent stamp function ch...
Richard Purdie
2011-01-07
1
-1
/
+1
*
bitbake/cooker.py: Fix merge conflict with upstream which was preventing clea...
Richard Purdie
2011-01-07
1
-6
/
+5
*
bitbake/cache.py: Expansion of variables in skipped recipes should not be att...
Richard Purdie
2011-01-07
1
-1
/
+10
*
bitbake/data.py: corrected the output for shell syntax.
Lianhao Lu
2011-01-07
1
-1
/
+3
*
bitbake/siggen.py: Add a signature generator which adds the hash to the stamp...
Richard Purdie
2011-01-07
1
-0
/
+11
*
bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored
Richard Purdie
2011-01-06
1
-1
/
+1
*
bitbake build/siggen/runqueue: Fix stampfile parameters
Richard Purdie
2011-01-06
3
-9
/
+10
*
bitbake build.py: Stamp handling improvements
Richard Purdie
2011-01-06
1
-5
/
+11
*
bitbake build.py: Use localdata for stamp handling, not d
Richard Purdie
2011-01-06
1
-2
/
+2
*
bitbake/build.py: Ditch the extract_stamp function as its just going to compl...
Richard Purdie
2011-01-06
1
-10
/
+9
*
parse.ast: drop __word__ regular expression
Chris Larson
2011-01-06
1
-4
/
+3
*
parse.ast: avoid code duplication for inherit
Chris Larson
2011-01-06
2
-11
/
+6
*
event: use BBLogFormatter in print_ui_queue
Chris Larson
2011-01-06
1
-1
/
+2
*
build: use logger.isEnabledFor, not getEffectiveLevel
Chris Larson
2011-01-06
1
-2
/
+2
*
bitbake: build.py: Logging of None was losing the logs so force this to stdou...
Richard Purdie
2011-01-05
1
-1
/
+1
*
bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...
Richard Purdie
2011-01-05
3
-5
/
+1
*
Resurrect alternative UIs
Bob Foerster
2011-01-05
6
-89
/
+298
*
bitbake: build.py logging updates
Richard Purdie
2011-01-05
1
-16
/
+23
*
bitbake: Fix process.py to accept None as the log option
Richard Purdie
2011-01-05
1
-1
/
+1
*
Update persist_data usage to the new API
Chris Larson
2011-01-05
1
-18
/
+15
*
persist_data: resurrect the lock wait for selects
Chris Larson
2011-01-05
1
-7
/
+7
*
Rework the persist_data API
Chris Larson
2011-01-05
1
-72
/
+137
*
Revert "persist_data: cache connection and use cursor"
Chris Larson
2011-01-05
2
-13
/
+7
*
ConfHandler: commentary typo fixes
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+3
*
event: fix unicode handler registration
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
cache: defer marking fn as clean
Bernhard Reutner-Fischer
2011-01-04
1
-4
/
+1
*
BBHandler: use basename directly in handler()
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
data: fewer newlines for (un)export
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
parse: Use constants from stat instead of magic numbers
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+4
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
12
-85
/
+87
*
process: fix handling of the input argument
Chris Larson
2011-01-04
1
-16
/
+19
*
depexp: add sorting of all package lists
Bob Foerster
2011-01-04
1
-0
/
+2
*
pysh: add missing os.path import
Chris Larson
2011-01-04
1
-0
/
+1
*
runqueue: fix typo in documentation of calculate_task_weights
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
runqueue: use fewer newlines in error path
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
logger usage cleanup
Chris Larson
2011-01-04
2
-2
/
+2
*
utils: fix typo in error message
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
Move LAYERDIR expansion hack into DataSmart
Chris Larson
2011-01-04
2
-13
/
+22
*
parse: use bb.utils.which
Chris Larson
2011-01-04
1
-1
/
+1
*
Fix logging level names for post-server-ui-split
Chris Larson
2011-01-04
2
-10
/
+21
*
Use os.devnull, not /dev/null
Chris Larson
2011-01-04
2
-3
/
+2
*
utils: don't overwrite builtin dir() function
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
bzr: use utils.remove instead of os.system
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
utils: drop unnecessary debug msgs from mkdirhier
Chris Larson
2011-01-04
1
-2
/
+0
*
Show the user progress when loading the cache
Bob Foerster
2011-01-04
4
-8
/
+61
*
knotty: exit with 1 if we see a critical log message
Chris Larson
2011-01-04
1
-2
/
+3
*
cooker: don't swallow recipe parse errors
Chris Larson
2011-01-04
1
-2
/
+6
[next]