summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: main: Improve -v and -D option documentationDiana Thayer2017-03-271-2/+13
* bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock2017-03-131-0/+3
* bitbake: lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón2017-01-231-0/+1
* bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton2016-12-141-34/+49
* bitbake: knotty: make quiet option a level optionPaul Eggleton2016-12-141-2/+2
* bitbake: main: Check bitbake server-only port is a numberBenjamin Esquivel2016-10-091-0/+7
* bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh2016-07-211-1/+6
* bitbake: bitbake: implement --foreground command line optionEd Bartosh2016-07-211-1/+11
* bitbake: bitbake: main: implement server autostart featureEd Bartosh2016-07-201-5/+16
* bitbake: knotty: add quiet output modePaul Eggleton2016-07-081-0/+9
* bitbake: lib/bb/main.py: Fix use of BBPOSTCONF and BBPRECONFMariano Lopez2016-06-091-2/+2
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-5/+6
* bitbake: main: Ensure exceptions are correctly displayedRichard Purdie2016-05-131-2/+1
* bitbake: main: Change warn() -> warning()Richard Purdie2016-05-131-1/+1
* bitbake: bitake: main: fix line-too-long pytling warningsEd Bartosh2016-05-061-39/+82
* bitbake: bitbake: main: fix bad-continuation warningsEd Bartosh2016-05-061-66/+69
* bitbake: bitbake: main: fix bad-witespace pylint warningsEd Bartosh2016-05-061-69/+69
* bitbake: bitbake: main: set defaults from env variablesEd Bartosh2016-05-061-18/+6
* bitbake: bitbake: main: add 2 environment variablesEd Bartosh2016-05-061-0/+6
* bitbake: main: fix processing of BBEVENTLOGEd Bartosh2016-04-191-1/+1
* bitbake: bitbake: xmlrpc: set single use mode differentlyEd Bartosh2016-03-241-2/+3
* bitbake: main/runqueue: Add --setscene-only option to bitbakeRichard Purdie2016-01-111-0/+3
* bitbake: main: kill server without queue setupEd Bartosh2016-01-061-6/+7
* bitbake: xmplrpc: split connect methodEd Bartosh2016-01-061-0/+1
* bitbake: cooker: preserve pre and post configsEd Bartosh2015-10-271-0/+7
* bitbake: lib/bb/main: avoid importing all server/UI modules on every executionPaul Eggleton2015-08-241-22/+38
* bitbake: main: Handle RuntimeError exception in list_extension_modulesRandy Witt2015-08-201-1/+1
* bitbake: lib/bb/main: consolidate UI/server extension listing and loadingPaul Eggleton2015-08-191-31/+54
* bitbake: Fix -m handling if cannot connect to serverPaul Eggleton2015-08-191-2/+0
* bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie2015-08-011-0/+1
* bitbake: main: add skeleton documentation for the recipe:do_task syntaxRoss Burton2015-07-071-1/+1
* bitbake: bitbake: Check if bitbake versions matchEd Bartosh2015-04-291-2/+1
* bitbake: bitbake: Handle BBMainExceptionEd Bartosh2015-04-291-1/+1
* bitbake: Update to version 1.27.0 post 1.26 releaseRichard Purdie2015-03-251-1/+1
* bitbake: Update to version 1.26.0Richard Purdie2015-03-251-1/+1
* bitbake: bin/bitbake: Create bitbake_main APIEd Bartosh2015-03-251-0/+390