summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tinfoil.py
AgeCommit message (Expand)Author
2023-09-26bitbake: tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt
2023-09-18bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie
2023-01-11bitbake: tinfoil: Don't wait for events indefinitelyRichard Purdie
2022-12-29bitbake: tinfoil: Ensure CommandExit is handledRichard Purdie
2022-03-26bitbake: tinfoil: Allow run_command not to wait on eventsRichard Purdie
2022-02-20bitbake: tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki
2021-04-18bitbake: tinfoil/data_smart: Allow variable history emit() to function remotelyRichard Purdie
2021-03-11bitbake: tinfoil: Honor quiet when parsing recipesManuel Leonhardt
2020-10-10bitbake: tinfoil: When sending commands we need to process eventsRichard Purdie
2020-09-12bitbake: tinfoil: Ensure sockets don't leak even when exceptions occurRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25bitbake: main/server/process: Drop configuration object passingRichard Purdie
2020-06-10bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-04-24bitbake: tinfoil: fix config_data mess up insane check while parsing multiple...Hongxu Jia
2020-04-06bitbake: tinfoil: Add back ability to parse on top of a datastoreRichard Purdie
2020-03-24bitbake: tinfoil: Add iterator support for DataStoreConnectorRichard Purdie
2020-03-24bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie
2020-03-24bitbake: tinfoil: Drop parse_recipe_file custom datastore supportRichard Purdie
2020-03-13bitbake: tinfoil: Update to match recent knotty console changesRichard Purdie
2020-03-13bitbake: knotty: Remove dependency on format variableJoshua Watt
2020-03-07bitbake: tinfoil: Add multiconfig supportJoshua Watt
2020-01-19bitbake: lib: remove unused importsFrazer Clews
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
2017-11-21bitbake: tinfoil: ensure get_recipe_info() returns Null if recipe not foundPaul Eggleton
2017-11-09bitbake: tinfoil: Ensure we clean up loggersRichard Purdie
2017-08-31bitbake: tinfoil: ensure variable history tracking works when parsing a recipePaul Eggleton
2017-08-31bitbake: tinfoil: ensure log lines get printed when tasks failPaul Eggleton
2017-08-31bitbake: tinfoil: fix log message doubling when config_only=FalsePaul Eggleton
2017-08-09bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton
2017-07-21bitbake: tinfoil: add more doc commentsPaul Eggleton
2017-07-21bitbake: tinfoil: add simple API for getting cached recipe informationPaul Eggleton
2017-07-21bitbake: tinfoil: enable access to additional cached itemsPaul Eggleton
2017-07-21bitbake: tinfoil: add functionality for running full buildsPaul Eggleton
2017-07-21bitbake: tinfoil: set a flag when recipes have been parsedPaul Eggleton
2017-07-21bitbake: tinfoil: add a parse_recipes() functionPaul Eggleton
2017-07-21bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton
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-06-05bitbake: tinfoil: allow extra features to be passed to prepareAndy Voltz
2017-03-31bitbake: tinfoil: improve get_recipe_file() exception textPaul Eggleton
2017-03-31bitbake: tinfoil: fix get_recipe_file() to return an error on invalid recipePaul Eggleton
2017-03-27bitbake: tinfoil: enable client-side logger handling by defaultPaul Eggleton
2017-03-22bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-22bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton
2017-02-19bitbake: tinfoil: ensure PATH includes bitbake's bin directoryPaul Eggleton
2016-12-14bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14bitbake: tinfoil: implement server-side recipe parsingPaul Eggleton
2016-12-14bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton