summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/process.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+4
* bitbake: bitbake:process: flush stderr/stdout to logJuro Bystricky2017-06-141-36/+43
* bitbake: process: stop bb.process.communicate mixing bytes and str return typesMike Crowe2017-03-011-2/+2
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-10/+26
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-1/+4
* bitbake: lib/bb/process: check output of select() before reading extrafilesPaul Eggleton2015-07-161-10/+11
* bitbake: lib/bb: set up infrastructure for shell message functionsPaul Eggleton2015-07-121-3/+22
* bitbake: process: Add timeout to select callRichard Purdie2013-12-101-1/+1
* bitbake: lib: Use modern expcetion syntaxRichard Purdie2013-05-091-1/+1
* bitbake: lib: Clean up various file access syntaxRichard Purdie2013-05-091-0/+4
* bitbake: process: Improve _logged_communicate bufferingRichard Purdie2012-06-251-13/+33
* make exception handling syntax consistentScott Garman2011-06-151-1/+1
* process.py: Avoid deprecation warningRichard Purdie2011-02-141-4/+4
* parse.ast: avoid code duplication for inheritChris Larson2011-01-061-5/+1
* bitbake: Fix process.py to accept None as the log optionRichard Purdie2011-01-051-1/+1
* process: fix handling of the input argumentChris Larson2011-01-041-16/+19
* process: handle OSErrors other than file not foundChris Larson2011-01-041-3/+7
* Fix PWD issue with new exec_func_shellChris Larson2011-01-041-2/+0
* build: set PWD in the subprocess preexec hookChris Larson2011-01-041-3/+4
* process: add subprocess-based bitsChris Larson2011-01-041-0/+107