summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bb.which: fix broken direction/reverse argumentChris Larson2010-03-251-1/+1
* utils: improve wording of error messageBernhard Reutner-Fischer2010-03-251-1/+1
* Fix msg usage in the moved utility functions.Chris Larson2010-03-221-15/+15
* Move most utility functions from bb into bb.utils.Chris Larson2010-03-221-0/+759
* bitbake: utils.py: Don't error if an exported environment variable is unset (...Richard Purdie2010-02-121-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-3/+17
* bitbake: Add build_environment function for building an environment based on ...Richard Purdie2009-07-021-0/+10
* bitbake: Add bb.utils.prune_suffix()Richard Purdie2008-12-311-0/+11
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-061-1/+0
* bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie2008-10-201-1/+4
* bitbake: Add some sanity checks to the lockfile functionsRichard Purdie2008-10-171-0/+6
* bitbake: Refactor the environment variable handlingRobert Bradford2008-10-171-0/+22
* bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanismRichard Purdie2008-10-061-9/+12
* Add OEROOT to preserved_envvars_list.Joshua Lock2008-09-301-0/+1
* bitbake: Sync with upstreamRichard Purdie2008-09-301-1/+1
* bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie2008-09-301-0/+54
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-09-301-0/+1
* bitbake utils.py: Add explode_dep_versions, an improved version of explode_depsRichard Purdie2008-09-031-0/+27
* bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie2008-08-181-0/+10
* Add md5_file and sha256_file checksum methods which use the builtin Python ch...Ross Burton2008-05-011-0/+31
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-4/+4
* bitbake: Sync with upstream, fix some typos, add selfstamp flagRichard Purdie2007-11-251-2/+2