summaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
AgeCommit message (Expand)Author
2011-02-10bitbake/utils.py: add glob name matching to removeSaul Wold
2011-02-09Export KRB5CCNAME variableJavier Martin
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-10utils.py: Update log message to use the logger callsRichard Purdie
2011-01-10bb.utils: check if lock file is writable, to fix Yocto bug 606Yu Ke
2010-12-29Overhaul environment handlingRichard Purdie
2010-12-29Implement task signaturesRichard Purdie
2010-12-29utils: kill unnecessary duplicated chmodChris Larson
2010-12-22utils: show the actual exception in better_execChris Larson
2010-12-18Revert "server: kill stdin/stdout/stderr"Chris Larson
2010-12-17utils: Allow copyfile to copy files which aren't readableRichard Purdie
2010-12-17utils: fix typo in error messageBernhard Reutner-Fischer
2010-12-17bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie
2010-12-17bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie
2010-12-17build: fix file mode for /dev/nullChris Larson
2010-12-17bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie
2010-12-17bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie
2010-12-17utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer
2010-12-16utils: drop unnecessary debug msgs from mkdirhierChris Larson
2010-12-16server: kill stdin/stdout/stderrChris Larson
2010-12-10utils: fix 'lock' variable referenceChris Larson
2010-12-09utils: fix calls to close() in the lock/unlock functionsChris Larson
2010-12-09build: use a contextmanager for locksChris Larson
2010-12-09build: use bb.process instead of os.systemChris Larson
2010-12-03utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie
2010-12-03bitbake/utils.py: Improve better_exec debug outputRichard Purdie
2010-12-03bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie
2010-12-03bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie
2010-11-26vercmp: don't choke on empty first version componentsChris Larson
2010-11-21Prefer xrange over range for small performance gain.Bob Foerster
2010-09-10Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-08-05Make realfile optional for better_exec, using the existing fn in the code objectChris Larson
2010-08-03*: Fix typo in documentationBernhard Reutner-Fischer
2010-07-26utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer
2010-07-01Move the logger initialization from cooker to utilsJeff Dike
2010-07-01Add bb.utils.join_deps to handle creation of dependency strings with versionsRichard Purdie
2010-06-21Apply some 2to3 refactoringsChris Larson
2010-04-12Kill unnecessary usages of the types moduleChris Larson
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Drop some unused varsChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson
2010-04-09Ensure we always utilize the correct messaging domainsChris Larson
2010-04-09Drop doctest, as we aren't utilizing itChris Larson
2010-04-06Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson
2010-03-31Add & utilize a simple_exec utility functionChris Larson