aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/tinfoil.py
AgeCommit message (Expand)Author
2021-03-11tinfoil: Honor quiet when parsing recipesManuel Leonhardt
2020-10-09tinfoil: When sending commands we need to process eventsRichard Purdie
2020-09-12tinfoil: Ensure sockets don't leak even when exceptions occurRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-24main/server/process: Drop configuration object passingRichard Purdie
2020-06-06bitbake: cooker: Split file collections per multiconfigJoshua Watt
2020-04-24tinfoil: fix config_data mess up insane check while parsing multiple recipesHongxu Jia
2020-04-06tinfoil: Add back ability to parse on top of a datastoreyocto-3.12020-04-dunfell1.46.0Richard Purdie
2020-03-24tinfoil: Add iterator support for DataStoreConnectorRichard Purdie
2020-03-24tinfoil: Simplify remote datastore connectionsRichard Purdie
2020-03-23tinfoil: Drop parse_recipe_file custom datastore supportRichard Purdie
2020-03-13tinfoil: Update to match recent knotty console changesRichard Purdie
2020-03-12knotty: Remove dependency on format variableJoshua Watt
2020-03-06tinfoil: Add multiconfig supportJoshua Watt
2020-01-19lib: remove unused importsFrazer Clews
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2017-11-11tinfoil: ensure get_recipe_info() returns Null if recipe not foundPaul Eggleton
2017-11-08tinfoil: Ensure we clean up loggersRichard Purdie
2017-08-31tinfoil: ensure variable history tracking works when parsing a recipePaul Eggleton
2017-08-31tinfoil: ensure log lines get printed when tasks failPaul Eggleton
2017-08-31tinfoil: fix log message doubling when config_only=FalsePaul Eggleton
2017-08-08Revert "tinfoil: fix duplication of log messages"Paul Eggleton
2017-07-21tinfoil: add more doc commentsPaul Eggleton
2017-07-21tinfoil: add simple API for getting cached recipe informationPaul Eggleton
2017-07-21tinfoil: enable access to additional cached itemsPaul Eggleton
2017-07-21tinfoil: add functionality for running full buildsPaul Eggleton
2017-07-21tinfoil: set a flag when recipes have been parsedPaul Eggleton
2017-07-21tinfoil: add a parse_recipes() functionPaul Eggleton
2017-07-21tinfoil: add internal mode to build_file() functionPaul Eggleton
2017-07-21server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-06-09tinfoil: fix duplication of log messagesPaul Eggleton
2017-06-04tinfoil: allow extra features to be passed to prepareAndy Voltz
2017-03-30tinfoil: improve get_recipe_file() exception textPaul Eggleton
2017-03-30tinfoil: fix get_recipe_file() to return an error on invalid recipePaul Eggleton
2017-03-27tinfoil: enable client-side logger handling by defaultPaul Eggleton
2017-03-21data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-21tinfoil: fix override handling in remote datastoresPaul Eggleton
2017-02-19tinfoil: ensure PATH includes bitbake's bin directoryPaul Eggleton
2016-12-14cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14tinfoil: implement server-side recipe parsingPaul Eggleton
2016-12-14tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-09-02tinfoil: add a parse_recipe_file functionPaul Eggleton
2016-09-02tinfoil: add context manager functionsPaul Eggleton
2016-08-17bitbake: Initial multi-config supportRichard Purdie
2015-09-23tinfoil: remove logging handler at shutdownMarkus Lehtonen
2015-07-31cooker: properly fix bitbake.lock handlingRichard Purdie
2015-07-23tinfoil: Add shutdown methodRichard Purdie
2015-03-24bin/bitbake: Create bitbake_main APIEd Bartosh