summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/utils.py
AgeCommit message (Expand)AuthorFiles
2011-02-23bitbake: Remove in-tree versionKhem Raj1
2011-02-12fetch2: unpack revisionMark Hatle1
2011-02-10Export KRB5CCNAME variableJavier Martin1
2011-02-08bitbake/utils.py: add glob name matching to removeSaul Wold1
2011-01-26bitbake/unlockfile: Fix exception handlingRichard Purdie1
2011-01-24bitbake/utils: Ignore OSError in unlockfileRichard Purdie1
2011-01-19bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie1
2011-01-19bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie1
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer1
2011-01-10utils: show the actual exception in better_execChris Larson1
2011-01-10bitbake/utils.py: Drop unused function extend_deps()Richard Purdie1
2011-01-10bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie1
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie1
2011-01-04utils: fix typo in error messageBernhard Reutner-Fischer1
2011-01-04utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer1
2011-01-04utils: drop unnecessary debug msgs from mkdirhierChris Larson1
2011-01-04utils: fix 'lock' variable referenceChris Larson1
2011-01-04utils: fix calls to close() in the lock/unlock functionsChris Larson1
2011-01-04build: use a contextmanager for locksChris Larson1
2011-01-04build: use bb.process instead of os.systemChris Larson1
2011-01-04vercmp: don't choke on empty first version componentsChris Larson1
2011-01-04Prefer xrange over range for small performance gain.Bob Foerster1
2011-01-04Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson1
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson1
2011-01-04Use the python logging module under the hood for bb.msgChris Larson1
2011-01-04Make realfile optional for better_exec, using the existing fn in the code objectChris Larson1
2010-12-30bb.utils: check if lock file is writable, to fix bug 606Yu Ke1
2010-12-09bitbake: Overhaul environment handlingRichard Purdie1
2010-12-05bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie1
2010-12-05bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie1
2010-09-03bitbake: Implement signaturesRichard Purdie1
2010-08-23utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie1
2010-08-20utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle1
2010-08-20bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie1
2010-08-20bitbake/utils.py: Improve better_exec debug outputRichard Purdie1
2010-08-19bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie1
2010-08-17bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie1
2010-08-04*: Fix typo in documentationBernhard Reutner-Fischer1
2010-08-03utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer1
2010-07-02Apply some 2to3 refactoringsChris Larson1
2010-07-02Kill unnecessary usages of the types moduleChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson1
2010-07-02Apply the 2to3 print function transformChris Larson1
2010-07-02Drop some unused varsChris Larson1
2010-07-02Import fixupsChris Larson1
2010-07-02Formatting cleanupsChris Larson1
2010-07-02Drop doctest, as we aren't utilizing itChris Larson1
2010-07-02Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-07-02Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson1