summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
AgeCommit message (Expand)Author
2024-03-22bitbake: bitbake: improve descriptions of '-S printdiff'Alexander Kanavin
2023-01-11bitbake: main: Move --buildfile help at the end of "Execution" groupYoann Congal
2023-01-09bitbake: Group and reorder options in bitbake helpYoann Congal
2022-12-17bitbake: bitbake: Convert to argparseJoshua Watt
2022-12-17bitbake: bitbake: siggen/runqueue: Switch to using RECIPE_SIGGEN_INFO feature...Richard Purdie
2022-12-13bitbake: main/process: Add extra sockname debuggingRichard Purdie
2022-12-09bitbake: main/server: Add lockfile debugging upon server retryRichard Purdie
2022-12-09bitbake: main: Add timestamp to server retry messagesRichard Purdie
2022-11-20bitbake: server: Ensure cooker profiling worksRichard Purdie
2022-02-21bitbake: lib/bb: Replace "abort" usage in task handlingScott Murray
2021-09-17bitbake: bitbake: drop old rules for python warningsAlexander Kanavin
2020-11-11bitbake: main: extract creation of argument parser into function so it can be...Chris Laplante
2020-10-26bitbake: main: Handle cooker daemon startup errorStacy Gaikovaia
2020-08-25bitbake: main/server/process: Drop configuration object passingRichard Purdie
2020-08-25bitbake: cooker/cookerdata/main: Improve loglevel handlingRichard Purdie
2019-07-03bitbake: bitbake: Add --skip-setscene optionJoshua Watt
2019-07-03bitbake: main: Alter EOFError handlingRichard Purdie
2019-07-03bitbake: main: Ensure log messages are printed when no UI startsRichard Purdie
2019-06-28bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-05-30bitbake: main: Fix error message typoRichard Purdie
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-12-26bitbake: main: When retrying the connection, show the attempt numberRichard Purdie
2018-12-05bitbake: main: Don't use print() directly, use loggerRichard Purdie
2018-10-10bitbake: main: Fix environment handling for UI module importsRichard Purdie
2018-02-14bitbake: main/runqueue: Rework runall task and add runonly optionRichard Purdie
2017-10-31bitbake: main: Give a user readable error if we can't locate topdirRichard Purdie
2017-09-02bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie
2017-08-24bitbake: main: Attempt to gain bitbake.lock rather than just waitingRichard Purdie
2017-08-24bitbake: process: Clean up connection retry logicRichard Purdie
2017-08-09bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang
2017-08-09bitbake: main: Remove unneeded float()Robert Yang
2017-08-09bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton
2017-07-30bitbake: main: Always return 0 for bitbake --kill-serverRichard Purdie
2017-07-21bitbake: bb/main.py: fix logic for --observe-onlyRobert Yang
2017-07-21bitbake: bb/main.py: avoid starting server when not neededRobert Yang
2017-07-21bitbake: bb/main.py: fix infinite loop for --server-onlyRobert Yang
2017-07-21bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-06-12bitbake: tinfoil: fix duplication of log messagesPaul Eggleton
2017-03-27bitbake: main: Improve -v and -D option documentationDiana Thayer
2017-03-13bitbake: runqueue: add option to run all tasks in specific build targetMatthew McClintock
2017-01-23bitbake: lib/bb/main.py: Shutdown cooker when server isn't foregroundAníbal Limón
2016-12-14bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14bitbake: knotty: make quiet option a level optionPaul Eggleton
2016-10-09bitbake: main: Check bitbake server-only port is a numberBenjamin Esquivel
2016-07-21bitbake: bitbake: implement idle timeout for xmlrpc serverEd Bartosh
2016-07-21bitbake: bitbake: implement --foreground command line optionEd Bartosh
2016-07-20bitbake: bitbake: main: implement server autostart featureEd Bartosh
2016-07-08bitbake: knotty: add quiet output modePaul Eggleton