index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-0
/
+1
*
utils.py: Fix bb.copyfile to change the permissions of the file back correctly
Richard Purdie
2010-08-23
1
-2
/
+4
*
utils.py: Add a new extend_deps() to easily merge two dependency lists
Mark Hatle
2010-08-20
1
-0
/
+11
*
bitbake/utils.py: Allow copyfile to copy files which aren't readable
Richard Purdie
2010-08-20
1
-0
/
+3
*
bitbake/utils.py: Improve better_exec debug output
Richard Purdie
2010-08-20
1
-5
/
+9
*
bitbake/utils.py: Give useful debug information when no lineno information is...
Richard Purdie
2010-08-19
1
-7
/
+10
*
bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...
Richard Purdie
2010-08-17
1
-1
/
+1
*
*: Fix typo in documentation
Bernhard Reutner-Fischer
2010-08-04
1
-1
/
+1
*
utils: Fix number of arguments to bb.msg functions
Bernhard Reutner-Fischer
2010-08-03
1
-2
/
+2
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-2
/
+2
*
Kill unnecessary usages of the types module
Chris Larson
2010-07-02
1
-3
/
+3
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-16
/
+16
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
1
-11
/
+11
*
Drop some unused vars
Chris Larson
2010-07-02
1
-1
/
+1
*
Import fixups
Chris Larson
2010-07-02
1
-14
/
+9
*
Formatting cleanups
Chris Larson
2010-07-02
1
-92
/
+93
*
Drop doctest, as we aren't utilizing it
Chris Larson
2010-07-02
1
-19
/
+1
*
Implement bb.msg.domain as a named tuple, drop the Enum class
Chris Larson
2010-07-02
1
-40
/
+0
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-3
/
+3
*
Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps
Chris Larson
2010-07-02
1
-0
/
+143
*
Add & utilize a simple_exec utility function
Chris Larson
2010-07-02
1
-0
/
+3
*
Consolidate the exec/eval bits, switch anonfunc to better_exec, etc
Chris Larson
2010-07-02
1
-4
/
+14
*
bitbake: Add bb.utils.join_deps to handle creation of dependency strings with...
Richard Purdie
2010-06-30
1
-0
/
+12
*
bitbake: Move the logger initialization from cooker to utils
Jeff Dike
2010-06-29
1
-0
/
+16
*
Fix 7 references to undefined variables, as spotted by pyflakes
Chris Larson
2010-03-25
1
-4
/
+3
*
bb.utils: remove old portage remnants
Chris Larson
2010-03-25
1
-571
/
+0
*
bb.utils: utilize string.letters and string.digits
Chris Larson
2010-03-25
1
-5
/
+3
*
bb.which: fix broken direction/reverse argument
Chris Larson
2010-03-25
1
-1
/
+1
*
utils: improve wording of error message
Bernhard Reutner-Fischer
2010-03-25
1
-1
/
+1
*
Fix msg usage in the moved utility functions.
Chris Larson
2010-03-22
1
-15
/
+15
*
Move most utility functions from bb into bb.utils.
Chris Larson
2010-03-22
1
-0
/
+759
*
bitbake: utils.py: Don't error if an exported environment variable is unset (...
Richard Purdie
2010-02-12
1
-1
/
+1
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
1
-3
/
+17
*
bitbake: Add build_environment function for building an environment based on ...
Richard Purdie
2009-07-02
1
-0
/
+10
*
bitbake: Add bb.utils.prune_suffix()
Richard Purdie
2008-12-31
1
-0
/
+11
*
bitbake/bitbake-dev: Sync with upstream
Richard Purdie
2008-12-06
1
-1
/
+0
*
bitbake utils.py: Merge prunedir symlink fix from bitbake upstream
Richard Purdie
2008-10-20
1
-1
/
+4
*
bitbake: Add some sanity checks to the lockfile functions
Richard Purdie
2008-10-17
1
-0
/
+6
*
bitbake: Refactor the environment variable handling
Robert Bradford
2008-10-17
1
-0
/
+22
*
bitbake utils.py: Fix ocassional locking glitch with a better retrying mechanism
Richard Purdie
2008-10-06
1
-9
/
+12
*
Add OEROOT to preserved_envvars_list.
Joshua Lock
2008-09-30
1
-0
/
+1
*
bitbake: Sync with upstream
Richard Purdie
2008-09-30
1
-1
/
+1
*
bitbake/bitbake-dev: Allow much better control of which variable influence bi...
Richard Purdie
2008-09-30
1
-0
/
+54
*
bitbake/bitbake-dev: Sync with upstream
Richard Purdie
2008-09-30
1
-0
/
+1
*
bitbake utils.py: Add explode_dep_versions, an improved version of explode_deps
Richard Purdie
2008-09-03
1
-0
/
+27
*
bitbake/utils.py: Add prunedir function to utils collection
Richard Purdie
2008-08-18
1
-0
/
+10
*
Add md5_file and sha256_file checksum methods which use the builtin Python ch...
Ross Burton
2008-05-01
1
-0
/
+31
*
bitbake: Update to bitbake 1.8 branch head
Richard Purdie
2008-03-03
1
-4
/
+4
*
bitbake: Sync with upstream, fix some typos, add selfstamp flag
Richard Purdie
2007-11-25
1
-2
/
+2
*
bitbake: Add bb.utils.lockfile() and bb.utils.unlockfile()
Richard Purdie
2007-11-24
1
-1
/
+36
[next]