aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/utils.py
AgeCommit message (Expand)Author
2018-07-09update_layer.py: avoid calling setup_core_layer_sys_path() when --initialRobert Yang
2018-05-04utils: add common function to check out a specific git revisionPaul Eggleton
2018-05-04Move run_command_interruptible() to utilsPaul Eggleton
2018-05-04utils: decode command output in runcmd() as UTF-8Paul Eggleton
2018-04-24utils: add function to add meta/lib/oe to sys.pathPaul Eggleton
2018-04-24update.py: add an option --timeout for lockfileRobert Yang
2018-02-05utils.py: fix remove obsolete dependenciesRobert Yang
2017-09-27Don't show "Starting bitbake server" in update logAmanda Brindle
2017-07-21update.py: update layers in dependency orderRobert Yang
2017-07-21utils.py: add REMOVE_LAYER_DEPENDENCIES to remove dependenciesRobert Yang
2017-07-21update.py: update actual branch for layer and bitbakeRobert Yang
2017-03-14utils.py: split out parse_conf() from parse_layer_conf()Paul Eggleton
2017-03-07utils.py: fix bad indentingPaul Eggleton
2016-11-16Record and display update logsPaul Eggleton
2016-11-07utils: fix error in runcmd() if printerr=FalsePaul Eggleton
2016-10-19views: ensure we only show results once in recipe searchPaul Eggleton
2016-10-18layerindexer: Add layer recommends supportLiam R. Howlett
2016-10-18layerindex: Add collection and version to layerbranchLiam R. Howlett
2016-10-18layerindex: Detect dependencies from layer.conf filesLiam R. Howlett
2016-10-18layerindex/recipeparse.py: refactor setup_tinfoil, checkout_layer_branch, par...Liam R. Howlett
2016-10-18layerindex/utils: Update runcmd to decode binary strings to stringsLiam R. Howlett
2016-09-20Update to Django 1.8Paul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-12Upgrade to Django 1.6+Paul Eggleton
2013-09-05Ensure logger is passed into runcmd function or use sys.stderr.writePaul Eggleton
2013-09-05Implement locking for update/bulkchange processPaul Eggleton
2013-07-28Split out recipe parsing and utility functions to a separate modulePaul Eggleton