aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
AgeCommit message (Expand)Author
2013-02-19bitbake: utils: Improve remove funciton to handle whitespaceRichard Purdie
2013-02-15bitbake: utils: Use rm -rf in remove()Richard Purdie
2013-02-11bitbake: bitbake/utils: Improve environment handling to allow UIs access to o...Richard Purdie
2013-02-06bitbake: cooker/utils: Drop custom 'interactive' variables list and store env...Richard Purdie
2013-02-06bitbake: compat/utils: Add copy of python multiprocessing pool for pre 2.7.3 ...Richard Purdie
2013-01-28bitbake: utils.py: Add function for processing profile outputRichard Purdie
2012-10-02bitbake: utils: Add explode_dep_versions2 to replace explode_dep_versionsRichard Purdie
2012-10-02bitbake: utils.py: Allow explode_dep_versions comparisons to have arbitrary w...Mark Hatle
2012-10-02bitbake: utils.py: Check for duplicate dependency entriesMark Hatle
2012-08-23bitbake: utils.py: Once we've printed errors messages, suppress the backtraceRichard Purdie
2012-08-23bitbake: utils.py: Try harder to extract good traceback information by queryi...Richard Purdie
2012-08-22bitbake: event/ast: Use better_exec instead of simple_execRichard Purdie
2012-06-25bitbake: lib/bb/utils.py: remove unnecessary preserved variablesPaul Eggleton
2012-06-25bitbake: utils.py: Add function to set nonblocking operation on a file descri...Richard Purdie
2012-05-25bitbake/utils.py: Ensure utils.which() returns full pathsRichard Purdie
2012-05-04bitbake/utils: Convert vercmp_string() to use vercmp internallyRichard Purdie
2012-04-13bb.utils: Modifed vercmp() to meet Debian rules.Lianhao Lu
2012-03-20utils: Add split_version function for splitting a version into its componentsRichard Purdie
2012-02-23command.py: add new API to get the cpu count on the serverShane Wang
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-25Nothing uses USERNAME, remove it - can cause sstate-cache conflictsMatthew McClintock
2011-11-10utils.py: Fix lockfile retry handlingRichard Purdie
2011-08-15Ensure only the filtered environment variables are inherited from the OSJoshua Lock
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-07-26bitbake/utils: 'Fix' bb.utils.contains() behaviourRichard Purdie
2011-07-22bitbake/utils: Add contains helper function from lib.oe.utilsRichard Purdie
2011-05-27bitbake/utils.py: Add option to lockfiles to return immediately rather than waitRichard Purdie
2011-03-31utils: fix typo in lockfileChris Larson
2011-03-31lockfile: ask for forgiveness, not permissionChris Larson
2011-02-25bitbake/utils.py: Only try and add read access to a file if we don't have itRichard Purdie
2011-02-25bitbake/utils.py: Allow join_deps to return a list that isn't comman separatedRichard Purdie
2011-02-12fetch2: unpack revisionMark Hatle
2011-02-10Export KRB5CCNAME variableJavier Martin
2011-02-08bitbake/utils.py: add glob name matching to removeSaul Wold
2011-01-26bitbake/unlockfile: Fix exception handlingRichard Purdie
2011-01-24bitbake/utils: Ignore OSError in unlockfileRichard Purdie
2011-01-19bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie
2011-01-19bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie
2011-01-12*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-10utils: show the actual exception in better_execChris Larson
2011-01-10bitbake/utils.py: Drop unused function extend_deps()Richard Purdie
2011-01-10bitbake: Sync environment handling function names and comments with upstream ...Richard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04utils: fix typo in error messageBernhard Reutner-Fischer
2011-01-04utils: don't overwrite builtin dir() functionBernhard Reutner-Fischer
2011-01-04utils: drop unnecessary debug msgs from mkdirhierChris Larson
2011-01-04utils: fix 'lock' variable referenceChris Larson
2011-01-04utils: fix calls to close() in the lock/unlock functionsChris Larson
2011-01-04build: use a contextmanager for locksChris Larson
2011-01-04build: use bb.process instead of os.systemChris Larson