index
:
ast2050-yocto-poky
fido
Modified yocto poky sources to support the Aspeed AST2050 and ASUS KGPE-D16 / KCMA-D8
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: utils: Add explode_dep_versions2 to replace explode_dep_versions
Richard Purdie
2012-10-02
1
-6
/
+21
*
bitbake: utils.py: Allow explode_dep_versions comparisons to have arbitrary w...
Mark Hatle
2012-10-02
1
-15
/
+47
*
bitbake: utils.py: Check for duplicate dependency entries
Mark Hatle
2012-10-02
1
-1
/
+4
*
bitbake: utils.py: Once we've printed errors messages, suppress the backtrace
Richard Purdie
2012-08-23
1
-3
/
+5
*
bitbake: utils.py: Try harder to extract good traceback information by queryi...
Richard Purdie
2012-08-23
1
-4
/
+13
*
bitbake: event/ast: Use better_exec instead of simple_exec
Richard Purdie
2012-08-22
1
-1
/
+3
*
bitbake: lib/bb/utils.py: remove unnecessary preserved variables
Paul Eggleton
2012-06-25
1
-2
/
+0
*
bitbake: utils.py: Add function to set nonblocking operation on a file descri...
Richard Purdie
2012-06-25
1
-0
/
+5
*
bitbake/utils.py: Ensure utils.which() returns full paths
Richard Purdie
2012-05-25
1
-0
/
+2
*
bitbake/utils: Convert vercmp_string() to use vercmp internally
Richard Purdie
2012-05-04
1
-124
/
+4
*
bb.utils: Modifed vercmp() to meet Debian rules.
Lianhao Lu
2012-04-13
1
-24
/
+16
*
utils: Add split_version function for splitting a version into its components
Richard Purdie
2012-03-20
1
-0
/
+14
*
command.py: add new API to get the cpu count on the server
Shane Wang
2012-02-23
1
-0
/
+4
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-3
/
+3
*
Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
Matthew McClintock
2011-11-25
1
-1
/
+0
*
utils.py: Fix lockfile retry handling
Richard Purdie
2011-11-10
1
-1
/
+1
*
Ensure only the filtered environment variables are inherited from the OS
Joshua Lock
2011-08-15
1
-7
/
+16
*
bitbake/logging: Overhaul internal logging process
Richard Purdie
2011-08-15
1
-15
/
+0
*
bitbake/utils: 'Fix' bb.utils.contains() behaviour
Richard Purdie
2011-07-26
1
-7
/
+6
*
bitbake/utils: Add contains helper function from lib.oe.utils
Richard Purdie
2011-07-22
1
-0
/
+14
*
bitbake/utils.py: Add option to lockfiles to return immediately rather than wait
Richard Purdie
2011-05-27
1
-1
/
+5
*
utils: fix typo in lockfile
Chris Larson
2011-03-31
1
-1
/
+1
*
lockfile: ask for forgiveness, not permission
Chris Larson
2011-03-31
1
-7
/
+6
*
bitbake/utils.py: Only try and add read access to a file if we don't have it
Richard Purdie
2011-02-25
1
-4
/
+11
*
bitbake/utils.py: Allow join_deps to return a list that isn't comman separated
Richard Purdie
2011-02-25
1
-2
/
+5
*
fetch2: unpack revision
Mark Hatle
2011-02-12
1
-0
/
+12
*
Export KRB5CCNAME variable
Javier Martin
2011-02-10
1
-0
/
+1
*
bitbake/utils.py: add glob name matching to remove
Saul Wold
2011-02-08
1
-8
/
+9
*
bitbake/unlockfile: Fix exception handling
Richard Purdie
2011-01-26
1
-1
/
+1
*
bitbake/utils: Ignore OSError in unlockfile
Richard Purdie
2011-01-24
1
-1
/
+1
*
bitbake/utils.py: Teach unlockfile about shared mode lockfiles
Richard Purdie
2011-01-19
1
-1
/
+7
*
bitbake/utils.py: Add option of holding shared lockfiles
Richard Purdie
2011-01-19
1
-2
/
+6
*
*: use utils.remove() some more
Bernhard Reutner-Fischer
2011-01-12
1
-1
/
+3
*
utils: show the actual exception in better_exec
Chris Larson
2011-01-10
1
-6
/
+4
*
bitbake/utils.py: Drop unused function extend_deps()
Richard Purdie
2011-01-10
1
-11
/
+0
*
bitbake: Sync environment handling function names and comments with upstream ...
Richard Purdie
2011-01-10
1
-12
/
+12
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-8
/
+8
*
utils: fix typo in error message
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
utils: don't overwrite builtin dir() function
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
utils: drop unnecessary debug msgs from mkdirhier
Chris Larson
2011-01-04
1
-2
/
+0
*
utils: fix 'lock' variable reference
Chris Larson
2011-01-04
1
-1
/
+1
*
utils: fix calls to close() in the lock/unlock functions
Chris Larson
2011-01-04
1
-8
/
+9
*
build: use a contextmanager for locks
Chris Larson
2011-01-04
1
-0
/
+13
*
build: use bb.process instead of os.system
Chris Larson
2011-01-04
1
-0
/
+11
*
vercmp: don't choke on empty first version components
Chris Larson
2011-01-04
1
-1
/
+1
*
Prefer xrange over range for small performance gain.
Bob Foerster
2011-01-04
1
-5
/
+5
*
Don't show tracebacks for SystemExit or KeyboardInterrupt
Chris Larson
2011-01-04
1
-1
/
+1
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-21
/
+26
*
Use the python logging module under the hood for bb.msg
Chris Larson
2011-01-04
1
-6
/
+5
*
Make realfile optional for better_exec, using the existing fn in the code object
Chris Larson
2011-01-04
1
-2
/
+4
[next]