summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tinfoil.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: tinfoil: Do not fail when logging is disabled and full config is usedPeter Kjellerstedt2023-09-261-1/+1
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-181-0/+6
* bitbake: tinfoil: Don't wait for events indefinitelyRichard Purdie2023-01-111-1/+7
* bitbake: tinfoil: Ensure CommandExit is handledRichard Purdie2022-12-291-1/+1
* bitbake: tinfoil: Allow run_command not to wait on eventsRichard Purdie2022-03-261-2/+2
* bitbake: tinfoil: Fix typo "receive" and "something"Zygmunt Krynicki2022-02-201-2/+2
* bitbake: tinfoil/data_smart: Allow variable history emit() to function remotelyRichard Purdie2021-04-181-0/+4
* bitbake: tinfoil: Honor quiet when parsing recipesManuel Leonhardt2021-03-111-1/+1
* bitbake: tinfoil: When sending commands we need to process eventsRichard Purdie2020-10-101-1/+10
* bitbake: tinfoil: Ensure sockets don't leak even when exceptions occurRichard Purdie2020-09-121-12/+16
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-1/+1
* bitbake: main/server/process: Drop configuration object passingRichard Purdie2020-08-251-7/+1
* bitbake: bitbake: cooker: Split file collections per multiconfigJoshua Watt2020-06-101-11/+13
* bitbake: tinfoil: fix config_data mess up insane check while parsing multiple...Hongxu Jia2020-04-241-0/+1
* bitbake: tinfoil: Add back ability to parse on top of a datastoreRichard Purdie2020-04-061-2/+5
* bitbake: tinfoil: Add iterator support for DataStoreConnectorRichard Purdie2020-03-241-0/+5
* bitbake: tinfoil: Simplify remote datastore connectionsRichard Purdie2020-03-241-60/+55
* bitbake: tinfoil: Drop parse_recipe_file custom datastore supportRichard Purdie2020-03-241-9/+2
* bitbake: tinfoil: Update to match recent knotty console changesRichard Purdie2020-03-131-11/+1
* bitbake: knotty: Remove dependency on format variableJoshua Watt2020-03-131-3/+1
* bitbake: tinfoil: Add multiconfig supportJoshua Watt2020-03-071-18/+20
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-2/+2
* 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: tinfoil: ensure get_recipe_info() returns Null if recipe not foundPaul Eggleton2017-11-211-7/+10
* bitbake: tinfoil: Ensure we clean up loggersRichard Purdie2017-11-091-2/+8
* bitbake: tinfoil: ensure variable history tracking works when parsing a recipePaul Eggleton2017-08-311-11/+18
* bitbake: tinfoil: ensure log lines get printed when tasks failPaul Eggleton2017-08-311-0/+7
* bitbake: tinfoil: fix log message doubling when config_only=FalsePaul Eggleton2017-08-311-0/+11
* bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton2017-08-091-2/+1
* bitbake: tinfoil: add more doc commentsPaul Eggleton2017-07-211-0/+65
* bitbake: tinfoil: add simple API for getting cached recipe informationPaul Eggleton2017-07-211-0/+142
* bitbake: tinfoil: enable access to additional cached itemsPaul Eggleton2017-07-211-0/+8
* bitbake: tinfoil: add functionality for running full buildsPaul Eggleton2017-07-211-0/+154
* bitbake: tinfoil: set a flag when recipes have been parsedPaul Eggleton2017-07-211-0/+3
* bitbake: tinfoil: add a parse_recipes() functionPaul Eggleton2017-07-211-1/+7
* bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton2017-07-211-3/+6
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-211-1/+1
* bitbake: tinfoil: fix duplication of log messagesPaul Eggleton2017-06-121-1/+2
* bitbake: tinfoil: allow extra features to be passed to prepareAndy Voltz2017-06-051-1/+4
* bitbake: tinfoil: improve get_recipe_file() exception textPaul Eggleton2017-03-311-2/+2
* bitbake: tinfoil: fix get_recipe_file() to return an error on invalid recipePaul Eggleton2017-03-311-1/+1
* bitbake: tinfoil: enable client-side logger handling by defaultPaul Eggleton2017-03-271-1/+5
* bitbake: data_smart: implement missing remote datastore operationsPaul Eggleton2017-03-221-1/+29
* bitbake: tinfoil: fix override handling in remote datastoresPaul Eggleton2017-03-221-2/+5
* bitbake: tinfoil: ensure PATH includes bitbake's bin directoryPaul Eggleton2017-02-191-0/+13
* bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton2016-12-141-2/+2
* bitbake: tinfoil: pass datastore to server when expanding python referencesPaul Eggleton2016-12-141-2/+4
* bitbake: tinfoil: implement server-side recipe parsingPaul Eggleton2016-12-141-17/+37
* bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton2016-12-141-60/+325