summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils: Improve remove funciton to handle whitespaceRichard Purdie2013-02-191-2/+2
* bitbake: utils: Use rm -rf in remove()Richard Purdie2013-02-151-4/+7
* bitbake: bitbake/utils: Improve environment handling to allow UIs access to o...Richard Purdie2013-02-111-4/+6
* bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...Richard Purdie2013-02-061-26/+1
* bitbake: compat/utils: Add copy of python multiprocessing pool for pre 2.7.3 ...Richard Purdie2013-02-061-0/+8
* bitbake: utils.py: Add function for processing profile outputRichard Purdie2013-01-281-0/+20
* bitbake: utils: Add explode_dep_versions2 to replace explode_dep_versionsRichard Purdie2012-10-021-6/+21
* bitbake: utils.py: Allow explode_dep_versions comparisons to have arbitrary w...Mark Hatle2012-10-021-15/+47
* bitbake: utils.py: Check for duplicate dependency entriesMark Hatle2012-10-021-1/+4
* 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