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: parse/ConfHander/BBHandler/utils: Fix cache dependency bugs
Richard Purdie
2013-11-30
1
-1
/
+7
*
bitbake: utils: Don't show stack traces for BBHandledException
Richard Purdie
2013-10-18
1
-0
/
+3
*
bitbake: utils: use logger.warn instead of print in copyfile
Ross Burton
2013-10-07
1
-5
/
+5
*
bitbake: utils: Fix BB_PRESERVE_ENV
Richard Purdie
2013-09-11
1
-0
/
+2
*
bitbake: utils: Fix multiprocessing pool reference
Richard Purdie
2013-06-14
1
-1
/
+1
*
bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds
Richard Purdie
2013-06-14
1
-5
/
+2
*
bitbake: cooker/cookerdata/utils: Improve context management
Richard Purdie
2013-05-24
1
-8
/
+18
*
bitbake: fetch2/utils: Clean up imports
Richard Purdie
2013-05-17
1
-3
/
+4
*
bitbake: lib: Clean up various file access syntax
Richard Purdie
2013-05-09
1
-4
/
+10
*
bitbake: utils: Improve better_compile error message
Richard Purdie
2013-05-09
1
-7
/
+9
*
bitbake: utils: Improve better_exec traceback handling
Richard Purdie
2013-05-09
1
-39
/
+57
*
bitbake: utils.py: fix BB_ENV_WHITELIST
Robert Yang
2013-03-19
1
-0
/
+3
*
bitbake: utils: Improve remove funciton to handle whitespace
Richard Purdie
2013-02-19
1
-2
/
+2
*
bitbake: utils: Use rm -rf in remove()
Richard Purdie
2013-02-15
1
-4
/
+7
*
bitbake: bitbake/utils: Improve environment handling to allow UIs access to o...
Richard Purdie
2013-02-11
1
-4
/
+6
*
bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...
Richard Purdie
2013-02-06
1
-26
/
+1
*
bitbake: compat/utils: Add copy of python multiprocessing pool for pre 2.7.3 ...
Richard Purdie
2013-02-06
1
-0
/
+8
*
bitbake: utils.py: Add function for processing profile output
Richard Purdie
2013-01-28
1
-0
/
+20
*
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
[next]