summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: main: When retrying the connection, show the attempt numberRichard Purdie2018-12-261-2/+3
* bitbake: main: Don't use print() directly, use loggerRichard Purdie2018-12-051-1/+1
* bitbake: main: Fix environment handling for UI module importsRichard Purdie2018-10-101-3/+4
* bitbake: main/runqueue: Rework runall task and add runonly optionRichard Purdie2018-02-141-2/+6
* bitbake: main: Give a user readable error if we can't locate topdirRichard Purdie2017-10-311-0/+8
* bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie2017-09-021-5/+0
* bitbake: main: Attempt to gain bitbake.lock rather than just waitingRichard Purdie2017-08-241-1/+9
* bitbake: process: Clean up connection retry logicRichard Purdie2017-08-241-3/+10
* bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang2017-08-091-2/+4
* bitbake: main: Remove unneeded float()Robert Yang2017-08-091-1/+1
* bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton2017-08-091-2/+2
* bitbake: main: Always return 0 for bitbake --kill-serverRichard Purdie2017-07-301-2/+4
* bitbake: bb/main.py: fix logic for --observe-onlyRobert Yang2017-07-211-1/+1
* bitbake: bb/main.py: avoid starting server when not neededRobert Yang2017-07-211-2/+8
* bitbake: bb/main.py: fix infinite loop for --server-onlyRobert Yang2017-07-211-1/+1
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-211-153/+77
* bitbake: tinfoil: fix duplication of log messagesPaul Eggleton2017-06-121-2/+2
* 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