aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2018-08-28cooker.py: Fix incorrect bb files matched warningmgh/cooker-fixMark 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
2017-06-09command / cooker: drop Hob support commands and functionsPaul Eggleton
2017-06-09cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-06-09cooker: set config valid flags in initConfigurationData()Paul Eggleton
2017-06-09cooker: fix file changes not triggering task re-execution with memresPaul Eggleton
2017-06-04cooker: fix undefined dep in generatePkgDepTreeDataAndy Voltz
2017-03-22cooker.py: use correct multiconfig prefix in dependency graphPatrick Ohly
2017-03-21data/cooker: Sort output data shown by -eRichard Purdie
2017-02-19cooker: detect malformed BBMASK expressions which begin with a separatorAndre McCurdy
2017-02-19cooker: Rewrite dependency dot file generationRichard Purdie
2017-02-13cooker.py: run sanity checks for multiconfigJuro Bystricky
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2017-01-19cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2017-01-19cooker: Only add universe targets where the task existsRichard Purdie