aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/main.py
AgeCommit message (Expand)Author
2020-11-08main: extract creation of argument parser into function so it can be utilized...Chris Laplante
2020-10-26main: Handle cooker daemon startup erroryocto-3.22020-10.1-gatesgarth2020-10-gatesgarth1.48.11.48.0Stacy Gaikovaia
2020-08-24main/server/process: Drop configuration object passingRichard Purdie
2020-08-24cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2019-07-02bitbake: Add --skip-setscene optionJoshua Watt
2019-07-02main: Alter EOFError handlingRichard Purdie
2019-07-02main: Ensure log messages are printed when no UI startsRichard Purdie
2019-06-27bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-05-29main: Fix error message typoRichard Purdie
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-12-26main: When retrying the connection, show the attempt numberRichard Purdie
2018-12-05main: Don't use print() directly, use loggerRichard Purdie
2018-10-09main: Fix environment handling for UI module importsRichard Purdie
2018-02-09main/runqueue: Rework runall task and add runonly optionRichard Purdie
2017-10-31main: Give a user readable error if we can't locate topdirRichard Purdie
2017-08-31cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandli...Richard Purdie
2017-08-24main: Attempt to gain bitbake.lock rather than just waitingRichard Purdie
2017-08-24process: Clean up connection retry logicRichard Purdie
2017-08-08main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang
2017-08-08main: Remove unneeded float()Robert Yang
2017-08-08Revert "tinfoil: fix duplication of log messages"Paul Eggleton
2017-07-28main: Always return 0 for bitbake --kill-serverRichard Purdie
2017-07-21bb/main.py: fix logic for --observe-onlyRobert Yang
2017-07-21bb/main.py: avoid starting server when not neededRobert Yang
2017-07-21bb/main.py: fix infinite loop for --server-onlyRobert Yang
2017-07-21server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-06-09tinfoil: fix duplication of log messagesPaul Eggleton
2017-03-27main: Improve -v and -D option documentationDiana Thayer
2017-03-11runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-01-23lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón
2016-12-14tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14knotty: make quiet option a level optionPaul Eggleton
2016-10-08main: Check bitbake server-only port is a numberBenjamin Esquivel
2016-07-21bitbake: implement idle timeout for xmlrpc serverEd Bartosh
2016-07-21bitbake: implement --foreground command line optionEd Bartosh
2016-07-20bitbake: main: implement server autostart featureEd Bartosh
2016-07-05knotty: add quiet output modePaul Eggleton
2016-06-09lib/bb/main.py: Fix use of BBPOSTCONF and BBPRECONFMariano Lopez
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-12main: Ensure exceptions are correctly displayedRichard Purdie
2016-05-12main: Change warn() -> warning()Richard Purdie
2016-04-29bitake: main: fix line-too-long pytling warningsEd Bartosh
2016-04-29bitbake: main: fix bad-continuation warningsEd Bartosh
2016-04-29bitbake: main: fix bad-witespace pylint warningsEd Bartosh
2016-04-29bitbake: main: set defaults from env variablesEd Bartosh
2016-04-29bitbake: main: add 2 environment variablesEd Bartosh
2016-04-19main: fix processing of BBEVENTLOGEd Bartosh
2016-03-24bitbake: xmlrpc: set single use mode differentlyEd Bartosh