summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils.py: Once we've printed errors messages, suppress the backtraceRichard Purdie2012-08-231-3/+5
* bitbake: utils.py: Try harder to extract good traceback information by queryi...Richard Purdie2012-08-231-4/+13
* bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie2012-08-221-1/+3
* bitbake: lib/bb/utils.py: remove unnecessary preserved variablesPaul Eggleton2012-06-251-2/+0
* bitbake: utils.py: Add function to set nonblocking operation on a file descri...Richard Purdie2012-06-251-0/+5
* bitbake/utils.py: Ensure utils.which() returns full pathsRichard Purdie2012-05-251-0/+2
* bitbake/utils: Convert vercmp_string() to use vercmp internallyRichard Purdie2012-05-041-124/+4
* bb.utils: Modifed vercmp() to meet Debian rules.Lianhao Lu2012-04-131-24/+16
* utils: Add split_version function for splitting a version into its componentsRichard Purdie2012-03-201-0/+14
* command.py: add new API to get the cpu count on the serverShane Wang2012-02-231-0/+4
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+3
* Nothing uses USERNAME, remove it - can cause sstate-cache conflictsMatthew McClintock2011-11-251-1/+0
* utils.py: Fix lockfile retry handlingRichard Purdie2011-11-101-1/+1
* Ensure only the filtered environment variables are inherited from the OSJoshua Lock2011-08-151-7/+16
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-15/+0
* bitbake/utils: 'Fix' bb.utils.contains() behaviourRichard Purdie2011-07-261-7/+6
* bitbake/utils: Add contains helper function from lib.oe.utilsRichard Purdie2011-07-221-0/+14
* bitbake/utils.py: Add option to lockfiles to return immediately rather than waitRichard Purdie2011-05-271-1/+5
* utils: fix typo in lockfileChris Larson2011-03-311-1/+1
* lockfile: ask for forgiveness, not permissionChris Larson2011-03-311-7/+6
* bitbake/utils.py: Only try and add read access to a file if we don't have itRichard Purdie2011-02-251-4/+11
* bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie2011-02-251-2/+5
* fetch2: unpack revisionMark Hatle2011-02-121-0/+12
* Export KRB5CCNAME variableJavier Martin2011-02-101-0/+1
* bitbake/utils.py: add glob name matching to removeSaul Wold2011-02-081-8/+9
* bitbake/unlockfile: Fix exception handlingRichard Purdie2011-01-261-1/+1
* bitbake/utils: Ignore OSError in unlockfileRichard Purdie2011-01-241-1/+1
* bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie2011-01-191-1/+7
* bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie2011-01-191-2/+6
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-121-1/+3
* utils: show the actual exception in better_execChris Larson2011-01-101-6/+4
* bitbake/utils.py: Drop unused function extend_deps()Richard Purdie2011-01-101-11/+0
* bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie2011-01-101-12/+12
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-8/+8
* utils: fix typo in error messageBernhard Reutner-Fischer2011-01-041-1/+1
* utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer2011-01-041-2/+2
* utils: drop unnecessary debug msgs from mkdirhierChris Larson2011-01-041-2/+0
* utils: fix 'lock' variable referenceChris Larson2011-01-041-1/+1
* utils: fix calls to close() in the lock/unlock functionsChris Larson2011-01-041-8/+9
* build: use a contextmanager for locksChris Larson2011-01-041-0/+13
* build: use bb.process instead of os.systemChris Larson2011-01-041-0/+11
* vercmp: don't choke on empty first version componentsChris Larson2011-01-041-1/+1
* Prefer xrange over range for small performance gain.Bob Foerster2011-01-041-5/+5
* Don't show tracebacks for SystemExit or KeyboardInterruptChris Larson2011-01-041-1/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-21/+26
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-6/+5
* Make realfile optional for better_exec, using the existing fn in the code objectChris Larson2011-01-041-2/+4
* bb.utils: check if lock file is writable, to fix bug 606Yu Ke2010-12-301-0/+4
* bitbake: Overhaul environment handlingRichard Purdie2010-12-091-15/+33
* bitbake/utils.py: Improve traceback to be more helpful/clear to usersRichard Purdie2010-12-051-7/+23