summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/utils.py
AgeCommit message (Expand)AuthorFiles
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
2010-07-02Add & utilize a simple_exec utility functionChris Larson1
2010-07-02Consolidate the exec/eval bits, switch anonfunc to better_exec, etcChris Larson1
2010-06-30bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...Richard Purdie1
2010-06-29bitbake: Move the logger initialization from cooker to utilsJeff Dike1
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson1
2010-03-25bb.utils: remove old portage remnantsChris Larson1
2010-03-25bb.utils: utilize string.letters and string.digitsChris Larson1
2010-03-25bb.which: fix broken direction/reverse argumentChris Larson1
2010-03-25utils: improve wording of error messageBernhard Reutner-Fischer1
2010-03-22Fix msg usage in the moved utility functions.Chris Larson1
2010-03-22Move most utility functions from bb into bb.utils.Chris Larson1
2010-02-12bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie1
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie1
2009-07-02bitbake: Add build_environment function for building an environment based on ...Richard Purdie1
2008-12-31bitbake: Add bb.utils.prune_suffix()Richard Purdie1
2008-12-06bitbake/bitbake-dev: Sync with upstreamRichard Purdie1
2008-10-20bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie1
2008-10-17bitbake: Add some sanity checks to the lockfile functionsRichard Purdie1
2008-10-17bitbake: Refactor the environment variable handlingRobert Bradford1
2008-10-06bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie1
2008-09-30Add OEROOT to preserved_envvars_list.Joshua Lock1
2008-09-30bitbake: Sync with upstreamRichard Purdie1
2008-09-30bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie1
2008-09-30bitbake/bitbake-dev: Sync with upstreamRichard Purdie1
2008-09-03bitbake utils.py: Add explode_dep_versions, an improved version of explode_depsRichard Purdie1
2008-08-18bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie1
2008-05-01Add md5_file and sha256_file checksum methods which use the builtin Python ch...Ross Burton1
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie1
2007-11-25bitbake: Sync with upstream, fix some typos, add selfstamp flagRichard Purdie1
2007-11-24bitbake: Add bb.utils.lockfile() and bb.utils.unlockfile()Richard Purdie1
2007-04-01bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie1
2007-01-08bitbake: Sync with upstream. Richard Purdie1
2006-11-16bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie1
2006-03-20Update to latest bitbakeRichard Purdie1
2006-02-10Update bitbake to latest bitbake svnRichard Purdie1
2005-08-31Initial populationRichard Purdie1