summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: improve descriptions of '-S printdiff'Alexander Kanavin2024-03-221-1/+3
* bitbake: main: Move --buildfile help at the end of "Execution" groupYoann Congal2023-01-111-4/+3
* bitbake: Group and reorder options in bitbake helpYoann Congal2023-01-091-100/+122
* bitbake: bitbake: Convert to argparseJoshua Watt2022-12-171-171/+175
* bitbake: bitbake: siggen/runqueue: Switch to using RECIPE_SIGGEN_INFO feature...Richard Purdie2022-12-171-0/+5
* bitbake: main/process: Add extra sockname debuggingRichard Purdie2022-12-131-1/+2
* bitbake: main/server: Add lockfile debugging upon server retryRichard Purdie2022-12-091-3/+6
* bitbake: main: Add timestamp to server retry messagesRichard Purdie2022-12-091-3/+7
* bitbake: server: Ensure cooker profiling worksRichard Purdie2022-11-201-1/+1
* bitbake: lib/bb: Replace "abort" usage in task handlingScott Murray2022-02-211-1/+1
* bitbake: bitbake: drop old rules for python warningsAlexander Kanavin2021-09-171-7/+0
* bitbake: main: extract creation of argument parser into function so it can be...Chris Laplante2020-11-111-165/+168
* bitbake: main: Handle cooker daemon startup errorStacy Gaikovaia2020-10-261-2/+4
* bitbake: main/server/process: Drop configuration object passingRichard Purdie2020-08-251-6/+4
* bitbake: cooker/cookerdata/main: Improve loglevel handlingRichard Purdie2020-08-251-4/+4
* bitbake: bitbake: Add --skip-setscene optionJoshua Watt2019-07-031-0/+5
* bitbake: main: Alter EOFError handlingRichard Purdie2019-07-031-7/+2
* bitbake: main: Ensure log messages are printed when no UI startsRichard Purdie2019-07-031-1/+2
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-281-1/+0
* bitbake: main: Fix error message typoRichard Purdie2019-05-301-1/+1
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-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