summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb/utils: add safeguard against recursively deleting things we s...Paul Eggleton2015-04-241-0/+21
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-301-1/+7
* bitbake: utils: Don't show stack traces for BBHandledExceptionRichard Purdie2013-10-181-0/+3
* bitbake: utils: use logger.warn instead of print in copyfileRoss Burton2013-10-071-5/+5
* bitbake: utils: Fix BB_PRESERVE_ENVRichard Purdie2013-09-111-0/+2
* bitbake: utils: Fix multiprocessing pool referenceRichard Purdie2013-06-141-1/+1
* bitbake: compat/server/utils: Jettison pre python 2.7.3 workaroundsRichard Purdie2013-06-141-5/+2
* bitbake: cooker/cookerdata/utils: Improve context managementRichard Purdie2013-05-241-8/+18
* bitbake: fetch2/utils: Clean up importsRichard Purdie2013-05-171-3/+4
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-4/+10
* bitbake: utils: Improve better_compile error messageRichard Purdie2013-05-091-7/+9
* bitbake: utils: Improve better_exec traceback handlingRichard Purdie2013-05-091-39/+57
* bitbake: utils.py: fix BB_ENV_WHITELISTRobert Yang2013-03-191-0/+3
* 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