summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie2011-01-191-2/+6
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-121-1/+3
* utils: show the actual exception in better_execChris Larson2011-01-101-6/+4
* bitbake/utils.py: Drop unused function extend_deps()Richard Purdie2011-01-101-11/+0
* bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie2011-01-101-12/+12
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-8/+8
* utils: fix typo in error messageBernhard Reutner-Fischer2011-01-041-1/+1
* utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer2011-01-041-2/+2
* utils: drop unnecessary debug msgs from mkdirhierChris Larson2011-01-041-2/+0
* utils: fix 'lock' variable referenceChris Larson2011-01-041-1/+1
* utils: fix calls to close() in the lock/unlock functionsChris Larson2011-01-041-8/+9
* build: use a contextmanager for locksChris Larson2011-01-041-0/+13
* build: use bb.process instead of os.systemChris Larson2011-01-041-0/+11
* vercmp: don't choke on empty first version componentsChris Larson2011-01-041-1/+1
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-5/+5
* Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson2011-01-041-1/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-21/+26
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-6/+5
* Make realfile optional for better_exec, using the existing fn in the code objectChris Larson2011-01-041-2/+4
* bb.utils: check if lock file is writable, to fix bug 606Yu Ke2010-12-301-0/+4
* bitbake: Overhaul environment handlingRichard Purdie2010-12-091-15/+33
* bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie2010-12-051-7/+23
* bitbake/utils.py: Ensure the last lines of functions are printed in tracebacksRichard Purdie2010-12-051-2/+5
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+1
* utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie2010-08-231-2/+4
* utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle2010-08-201-0/+11
* bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie2010-08-201-0/+3
* bitbake/utils.py: Improve better_exec debug outputRichard Purdie2010-08-201-5/+9
* bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie2010-08-191-7/+10
* bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie2010-08-171-1/+1
* *: Fix typo in documentationBernhard Reutner-Fischer2010-08-041-1/+1
* utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer2010-08-031-2/+2
* Apply some 2to3 refactoringsChris Larson2010-07-021-2/+2
* Kill unnecessary usages of the types moduleChris Larson2010-07-021-3/+3
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-16/+16
* Apply the 2to3 print function transformChris Larson2010-07-021-11/+11
* Drop some unused varsChris Larson2010-07-021-1/+1
* Import fixupsChris Larson2010-07-021-14/+9
* Formatting cleanupsChris Larson2010-07-021-92/+93
* Drop doctest, as we aren't utilizing itChris Larson2010-07-021-19/+1
* Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson2010-07-021-40/+0
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-3/+3
* Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson2010-07-021-0/+143
* Add & utilize a simple_exec utility functionChris Larson2010-07-021-0/+3
* Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson2010-07-021-4/+14
* bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie2010-06-301-0/+12
* bitbake: Move the logger initialization from cooker to utilsJeff Dike2010-06-291-0/+16
* Fix 7 references to undefined variables, as spotted by pyflakesChris Larson2010-03-251-4/+3
* bb.utils: remove old portage remnantsChris Larson2010-03-251-571/+0
* bb.utils: utilize string.letters and string.digitsChris Larson2010-03-251-5/+3