index
:
bitbake-contrib
abelloni/master-next
abelloni/master-next-success
akuster/1.32-next
akuster/1.38
alpianon/2.0+unpacktracer
alpianon/srctrace
alpianon/srctrace2
alpianon/srctrace3
alpianon/srctrace4
alpianon/srctrace5
alpianon/srctrace6
anujm/1.46
anujm/1.50
dankm/bb-go-fetcher
dankm/incpr-list
halstead/hashclient
jansa/1.40
jansa/1.42
jansa/1.44
jansa/1.46
jansa/1.48
jansa/1.50
jansa/1.52
jansa/2.0
jansa/2.0-siggen
jansa/2.10
jansa/2.2
jansa/2.4
jansa/2.6
jansa/2.8
jansa/master
jansa/nanbield
jansa/npm
jansa/test
lucaceresoli/master-next
lucaceresoli/master-next-success
master
mathieu/master-next
mathieu/master-next-success
mgh/12928
mgh/bitbake-layerindex
mgh/bitbake-setup
mgh/cooker-fix
mgh/gitsm
mgh/gitsm-need-update
mgh/layerindex-fetch
mgh/wip
paule/bb-fixes
paule/bb-fixes2
paule/bb-shell-remove
paule/bb-tinfoil-logging2
paule/bb-watch-fixes
paule/bblayers-fix2
paule/bitbake-setup
paule/doc-git-pw
paule/doc-updates-2.4
paule/fetch2-encodeurl-fix
paule/fix-event-save-restore
paule/parsecache-invalidate
paule/python-36-inotify-fix
paule/sigfixes
paule/tinfoil-fixes-bb4
paule/toaster-fix
rpurdie/2.8
stable/1.34-next
stable/1.36-next
stable/1.38-nmut
stable/1.38-test
stable/1.40-next
stable/1.40-nmut
stable/1.40-nut
stable/1.42-next
stable/1.42-nmut
stable/1.42-nut
stable/1.44-next
stable/1.44-nut
stable/1.46-next
stable/1.46-nut
stable/1.48-next
stable/1.50-next
stable/1.52-next
stable/2.0-next
stable/2.0-nut
stable/2.10-next
stable/2.10-nut
stable/2.2-next
stable/2.2-nut
stable/2.4-next
stable/2.4-nut
stable/2.6-next
stable/2.6-nut
stable/2.8-next
stable/2.8-nut
timo/2.2-toaster-fixtures
timo/2.2-toaster-fixtures-v2
timo/2.8-scarthgap-toaster-fixtures
timo/toaster-fixtures-langdale
timo/toaster-fixtures-mickledore
timo/toaster-logging
timo/toaster-logging-v2
timo/toaster-logging-v4
timo/toaster-review-v3
yattdev/Feature-10259-Write-UI-and-UnitTests-TabConfig-CREATE-ACCESS-CUSTOM-IMAGE-RecipeImage
yattdev/Feature-10259-Write-UI-and-UnitTests-display-landing-page
yattdev/Feature-generate-positive-tests-report-using-pytest
Bitbake user contribution trees
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bb
/
process.py
Age
Commit message (
Expand
)
Author
2017-06-14
bitbake:process: flush stderr/stdout to log
Juro Bystricky
2017-02-24
process: stop bb.process.communicate mixing bytes and str return types
Mike Crowe
2016-06-01
bitbake: Convert to python 3
Richard Purdie
2015-08-17
Fix default function parameter assignment to a list
Paul Eggleton
2015-07-16
lib/bb/process: check output of select() before reading extrafiles
Paul Eggleton
2015-07-12
lib/bb: set up infrastructure for shell message functions
Paul Eggleton
2013-12-10
process: Add timeout to select call
Richard Purdie
2013-05-09
lib: Use modern expcetion syntax
Richard Purdie
2013-05-09
lib: Clean up various file access syntax
Richard Purdie
2012-06-25
process: Improve _logged_communicate buffering
Richard Purdie
2011-06-15
make exception handling syntax consistent
Scott Garman
2011-02-21
process.py: Avoid deprecation warning
Richard Purdie
2011-01-05
process: simplify the log option for run
Chris Larson
2010-12-29
process: fix handling of the input argument
Chris Larson
2010-12-15
process: handle OSErrors other than file not found
Chris Larson
2010-12-14
Fix PWD issue with new exec_func_shell
Chris Larson
2010-12-13
build: set PWD in the subprocess preexec hook
Chris Larson
2010-12-09
process: add subprocess-based bits
Chris Larson