aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
AgeCommit message (Expand)Author
2010-09-03bitbake: Implement signaturesRichard Purdie
2010-08-23utils.py: Fix bb.copyfile to change the permissions of the file back correctlyRichard Purdie
2010-08-20utils.py: Add a new extend_deps() to easily merge two dependency listsMark Hatle
2010-08-20bitbake/utils.py: Allow copyfile to copy files which aren't readableRichard Purdie
2010-08-20bitbake/utils.py: Improve better_exec debug outputRichard Purdie
2010-08-19bitbake/utils.py: Give useful debug information when no lineno information is...Richard Purdie
2010-08-17bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...Richard Purdie
2010-08-04*: Fix typo in documentationBernhard Reutner-Fischer
2010-08-03utils: Fix number of arguments to bb.msg functionsBernhard Reutner-Fischer
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Kill unnecessary usages of the types moduleChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Drop some unused varsChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Drop doctest, as we aren't utilizing itChris Larson
2010-07-02Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02Resurrect the old bb.vercmp as bb.utils.vercmp, and its depsChris Larson
2010-07-02Add & utilize a simple_exec utility functionChris Larson
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson
2010-06-30bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie
2010-06-29bitbake: Move the logger initialization from cooker to utilsJeff Dike
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-03-25bb.utils: remove old portage remnantsChris Larson
2010-03-25bb.utils: utilize string.letters and string.digitsChris Larson
2010-03-25bb.which: fix broken direction/reverse argumentChris Larson
2010-03-25utils: improve wording of error messageBernhard Reutner-Fischer
2010-03-22Fix msg usage in the moved utility functions.Chris Larson
2010-03-22Move most utility functions from bb into bb.utils.Chris Larson
2010-02-12bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-07-02bitbake: Add build_environment function for building an environment based on ...Richard Purdie
2008-12-31bitbake: Add bb.utils.prune_suffix()Richard Purdie
2008-12-06bitbake/bitbake-dev: Sync with upstreamRichard Purdie
2008-10-20bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie
2008-10-17bitbake: Add some sanity checks to the lockfile functionsRichard Purdie
2008-10-17bitbake: Refactor the environment variable handlingRobert Bradford
2008-10-06bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie
2008-09-30Add OEROOT to preserved_envvars_list.Joshua Lock
2008-09-30bitbake: Sync with upstreamRichard Purdie
2008-09-30bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie
2008-09-03bitbake utils.py: Add explode_dep_versions, an improved version of explode_depsRichard Purdie
2008-08-18bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie
2008-05-01Add md5_file and sha256_file checksum methods which use the builtin Python ch...Ross Burton
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
2007-11-25bitbake: Sync with upstream, fix some typos, add selfstamp flagRichard Purdie
2007-11-24bitbake: Add bb.utils.lockfile() and bb.utils.unlockfile()Richard Purdie