aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2020-01-25cooker: Keep track of watched files using a set instead of a liststable/1.42-nutstable/1.42-nextPeter Kjellerstedt
2019-06-19bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-06-19bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-06-11bitbake: cooker: Rename __depends in all multiconfigsJoshua Watt
2019-06-11cooker: Ensure mcdeps are processed even if only one multiconfigRichard Purdie
2019-03-21cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is emptyRobert Yang
2019-02-23cooker: Tweak multiconfig dependency resolutionRichard Purdie
2019-01-08cooker: Split recipes to parse amongst threads ahead of timeRichard Purdie
2019-01-08cooker: Remove Feeder() since its no longer needed with moderm multiprocessingRichard Purdie
2019-01-03cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-12-07cooker: Add some timing debug messages to the server startupRichard Purdie
2018-11-22cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-09-07cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie
2018-09-04cooker.py: Fix incorrect bb files matched warningMark Hatle
2018-08-01bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-03-03cooker: Fix environment double key expansion issueRichard Purdie
2018-03-03cooker: Run registered anonymous python before displaying environmentRichard Purdie
2018-02-09bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang
2018-02-09bitbake: cooker: fix for BBFILE_PATTERN matches bbappendRobert Yang
2018-02-09bitbake: cooker: skip when BBFILE_PATTERN is emptyRobert Yang
2018-01-28cooker: Sort task graph (dot) file outputRichard Purdie
2017-11-11cooker: fix typo in bitbake -g messagePaul Eggleton
2017-10-31cooker: fix watching directories with Python 3.6+Paul Eggleton
2017-09-14cooker: ensure monkey-patching in collect_bbfiles() gets undone on errorPaul Eggleton
2017-09-14cooker: fix watching empty directoriesPaul Eggleton
2017-09-11process/cooker: Improve readypipe handlingRichard Purdie
2017-09-05cooker: clear extra config settings and remote datastores on client disconnectPaul Eggleton
2017-09-05cooker.py: Fix layer priority processingMark Hatle
2017-09-01cooker: Ensure parseConfiguration clears parsecache_validRichard Purdie
2017-08-31cooker: Ensure buildFile doesn't have lasting side effectsRichard Purdie
2017-08-31cooker: ensure we can run buildFileInternal() after cache is populatedPaul Eggleton
2017-08-31cooker: Allow changes in PRSERV_HOST to be responded toRichard Purdie
2017-08-31cooker: Change to consistent prefile/postfile handlingRichard Purdie
2017-08-31cooker: Handle datastore tracking for showEnvironment server side onlyRichard Purdie
2017-08-31prserv/cooker: Drop unused paramRichard Purdie
2017-08-09cooker: Ignore common bitbake files for the parse cache invalidationRichard Purdie
2017-08-09cooker: Improve inotify overflow handlingRichard Purdie
2017-08-09cooker: Ensure we handle inotify before running the next commandRichard Purdie
2017-08-09cooker: Track directories searched for bbappend/bb filesRichard Purdie
2017-08-09cooker/siggen: Reset siggen when reparsingRichard Purdie
2017-08-01cooker: Ensure all tasks are shown in task dependency treeRichard Purdie
2017-07-28process/cooker: Allow UI process to know if the cooker was started successfullyRichard Purdie
2017-07-24cooker/process: Drop server_main functionRichard Purdie
2017-07-21tinfoil: add internal mode to build_file() functionPaul Eggleton
2017-07-21cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie
2017-07-21server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-07-18cooker: fix whitespacePaul Eggleton
2017-07-07cooker: Use multiple BuildStarted events for multiconfigRichard Purdie
2017-06-14cooker: ensure graceful exit after exception during BuildCompleted handlerPaul Eggleton
2017-06-14cooker: fix always loading cache on every UI start with memresPaul Eggleton