summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
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...Paul Eggleton
2017-06-14bitbake: cooker: fix always loading cache on every UI start with memresPaul Eggleton
2017-06-12bitbake: command / cooker: drop Hob support commands and functionsPaul Eggleton
2017-06-12bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-06-12bitbake: cooker: set config valid flags in initConfigurationData()Paul Eggleton
2017-06-12bitbake: cooker: fix file changes not triggering task re-execution with memresPaul Eggleton
2017-06-05bitbake: cooker: fix undefined dep in generatePkgDepTreeDataAndy Voltz
2017-03-23bitbake: cooker.py: use correct multiconfig prefix in dependency graphPatrick Ohly
2017-03-22bitbake: data/cooker: Sort output data shown by -eRichard Purdie
2017-02-19bitbake: cooker: detect malformed BBMASK expressions which begin with a separ...Andre McCurdy
2017-02-19bitbake: cooker: Rewrite dependency dot file generationRichard Purdie
2017-02-15bitbake: cooker.py: run sanity checks for multiconfigJuro Bystricky
2017-02-15bitbake: lib: Drop now unneeded update_data callsRichard Purdie
2017-01-20bitbake: cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2017-01-20bitbake: cooker: Only add universe targets where the task existsRichard Purdie
2017-01-19bitbake: cooker.py: new multiconfig '*' syntax supportJuro Bystricky
2017-01-06bitbake: bb/cooker: BBCooker stops notifier at shutdownAníbal Limón
2016-12-16bitbake: cooker/command: Drop expanded_dataRichard Purdie
2016-12-14bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-14bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton
2016-12-08bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie