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