index
:
openembedded-core.git
daisy
danny
denzil
dizzy
dora
dylan
fido
jethro
krogoth
master
master-next
master-next-1.9
master-next2
morty
pyro
thud
Mirror of openembedded-core
Multi-Tech Systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
utils.py
Age
Commit message (
Expand
)
Author
Files
2011-01-04
utils: don't overwrite builtin dir() function
Bernhard Reutner-Fischer
1
2011-01-04
utils: drop unnecessary debug msgs from mkdirhier
Chris Larson
1
2011-01-04
utils: fix 'lock' variable reference
Chris Larson
1
2011-01-04
utils: fix calls to close() in the lock/unlock functions
Chris Larson
1
2011-01-04
build: use a contextmanager for locks
Chris Larson
1
2011-01-04
build: use bb.process instead of os.system
Chris Larson
1
2011-01-04
vercmp: don't choke on empty first version components
Chris Larson
1
2011-01-04
Prefer xrange over range for small performance gain.
Bob Foerster
1
2011-01-04
Don't show tracebacks for SystemExit or KeyboardInterrupt
Chris Larson
1
2011-01-04
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
1
2011-01-04
Use the python logging module under the hood for bb.msg
Chris Larson
1
2011-01-04
Make realfile optional for better_exec, using the existing fn in the code object
Chris Larson
1
2010-12-30
bb.utils: check if lock file is writable, to fix bug 606
Yu Ke
1
2010-12-09
bitbake: Overhaul environment handling
Richard Purdie
1
2010-12-05
bitbake/utils.py: Improve traceback to be more helpful/clear to users
Richard Purdie
1
2010-12-05
bitbake/utils.py: Ensure the last lines of functions are printed in tracebacks
Richard Purdie
1
2010-09-03
bitbake: Implement signatures
Richard Purdie
1
2010-08-23
utils.py: Fix bb.copyfile to change the permissions of the file back correctly
Richard Purdie
1
2010-08-20
utils.py: Add a new extend_deps() to easily merge two dependency lists
Mark Hatle
1
2010-08-20
bitbake/utils.py: Allow copyfile to copy files which aren't readable
Richard Purdie
1
2010-08-20
bitbake/utils.py: Improve better_exec debug output
Richard Purdie
1
2010-08-19
bitbake/utils.py: Give useful debug information when no lineno information is...
Richard Purdie
1
2010-08-17
bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...
Richard Purdie
1
2010-08-04
*: Fix typo in documentation
Bernhard Reutner-Fischer
1
2010-08-03
utils: Fix number of arguments to bb.msg functions
Bernhard Reutner-Fischer
1
2010-07-02
Apply some 2to3 refactorings
Chris Larson
1
2010-07-02
Kill unnecessary usages of the types module
Chris Larson
1
2010-07-02
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
1
2010-07-02
Apply the 2to3 print function transform
Chris Larson
1
2010-07-02
Drop some unused vars
Chris Larson
1
2010-07-02
Import fixups
Chris Larson
1
2010-07-02
Formatting cleanups
Chris Larson
1
2010-07-02
Drop doctest, as we aren't utilizing it
Chris Larson
1
2010-07-02
Implement bb.msg.domain as a named tuple, drop the Enum class
Chris Larson
1
2010-07-02
Ensure we always utilize the correct messaging domains
Chris Larson
1
2010-07-02
Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps
Chris Larson
1
2010-07-02
Add & utilize a simple_exec utility function
Chris Larson
1
2010-07-02
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
1
2010-06-30
bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...
Richard Purdie
1
2010-06-29
bitbake: Move the logger initialization from cooker to utils
Jeff Dike
1
2010-03-25
Fix 7 references to undefined variables, as spotted by pyflakes
Chris Larson
1
2010-03-25
bb.utils: remove old portage remnants
Chris Larson
1
2010-03-25
bb.utils: utilize string.letters and string.digits
Chris Larson
1
2010-03-25
bb.which: fix broken direction/reverse argument
Chris Larson
1
2010-03-25
utils: improve wording of error message
Bernhard Reutner-Fischer
1
2010-03-22
Fix msg usage in the moved utility functions.
Chris Larson
1
2010-03-22
Move most utility functions from bb into bb.utils.
Chris Larson
1
2010-02-12
bitbake: utils.py: Don't error if an exported environment variable is unset (...
Richard Purdie
1
2010-01-20
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
1
2009-07-02
bitbake: Add build_environment function for building an environment based on ...
Richard Purdie
1
[next]