aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/utils.py
AgeCommit message (Expand)Author
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
2010-03-30Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-03-24Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-03-24bb.utils: remove old portage remnantsChris Larson
2010-03-24bb.utils: utilize string.letters and string.digitsChris Larson
2010-03-24bb.which: fix broken direction/reverse argumentChris Larson
2010-03-23utils: improve wording of error messageBernhard Reutner-Fischer
2010-02-19Fix msg usage in the moved utility functions.Chris Larson
2010-02-19Move most utility functions from bb into bb.utils.Chris Larson
2010-02-15utils.py: Don't error if an exported environment variable is unset (i.e. None)Richard Purdie
2010-01-19taskdata: Improve error message if incorrectly formatted tasks are found (fro...Richard Purdie
2009-11-08utils.py: add special handling for version delimitersDenys Dmytriyenko
2009-07-23utils.py: Add build_environment function (from Poky)Richard Purdie
2009-01-02utils.py: Add bb.utils.prune_suffix functionRichard Purdie
2008-12-06Pass around the tasks to execute rather than using magic variables. Also use ...Richard Purdie
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard Purdie
2008-12-06utils.py: Improve lock file function error handling (from Poky)Richard Purdie
2008-10-08[bb.utils] Make prunedir cope with symlinks to directoriesHolger Hans Peter Freyther
2008-09-30utils.py: Fix error message (from Joshua Lock)Richard Purdie
2008-09-30bin/bitbake: Add better environmental variable handling. By default it will n...Richard Purdie
2008-09-30utils.py: Move prunedir function to utils.py and add explode_dep_versions fu...Richard Purdie
2008-05-12utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard Purdie
2008-04-06utils.py: Improve compile/execute error messagesRichard Purdie
2008-02-26utils.py: Tweak explode_deps function to remove unused manipulationRichard Purdie
2008-01-06fetchers: Properly raise errors for invalid source URI protocols (from poky)....Richard Purdie
2007-11-24Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky. Use these functi...Richard Purdie
2007-03-24Fix PE handling to use strings and update showVersions to add PE support (clo...Richard Purdie
2007-03-19Add PE (Package Epoch) support from Philipp Zabel (pH5)Richard Purdie
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-07-08bitbake/lib/bb/__init__.py:Richard Purdie
2006-03-08lib/bb/utils.py:Holger Hans Peter Freyther
2006-03-08bitbake/lib/bb/utils.py:Holger Hans Peter Freyther
2006-03-08lib/bb/utils.py:Holger Hans Peter Freyther
2006-03-08bitbake/lib/bb/utils.py:Holger Hans Peter Freyther
2006-03-07lib/bb/utils.py:Holger Hans Peter Freyther
2006-03-07bitbake/lib/bb/utils.py:Holger Hans Peter Freyther
2006-03-07bitbake/lib/bb/utils.py:Holger Hans Peter Freyther
2006-02-26bitbake/parser,build,utils:Holger Hans Peter Freyther
2006-02-21bitbake/lib/bb/utils.py:Richard Purdie