summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker/siggen: Empty siggen cache during parsingRichard Purdie2020-02-181-1/+2
* bitbake: cooker: Keep track of watched files using a set instead of a listPeter Kjellerstedt2020-01-281-8/+8
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-191-13/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-191-0/+2
* bitbake: bitbake: cooker: Rename __depends in all multiconfigsJoshua Watt2019-06-111-2/+3
* bitbake: cooker: Ensure mcdeps are processed even if only one multiconfigRichard Purdie2019-06-111-1/+5
* bitbake: cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is emptyRobert Yang2019-03-241-1/+1
* bitbake: cooker: Tweak multiconfig dependency resolutionRichard Purdie2019-02-251-29/+24
* bitbake: cooker: Split recipes to parse amongst threads ahead of timeRichard Purdie2019-01-081-11/+6
* bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi...Richard Purdie2019-01-081-37/+5
* bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2019-01-031-20/+31
* bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie2018-12-081-0/+19
* bitbake: cooker: Fix multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-11-221-8/+1
* bitbake: cooker/runqueue: Turn universe warnings into verbnotesRichard Purdie2018-09-101-1/+1
* bitbake: cooker.py: Fix incorrect bb files matched warningMark Hatle2018-09-051-1/+4
* bitbake: bitbake: Add support for multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2018-08-011-3/+31
* bitbake: cooker: Fix environment double key expansion issueRichard Purdie2018-03-041-3/+2
* bitbake: cooker: Run registered anonymous python before displaying environmentRichard Purdie2018-03-041-1/+3
* bitbake: bitbake: cooker: don't stop file notifier when cooker is shutdownRobert Yang2018-02-141-2/+0
* bitbake: bitbake: cooker: fix for BBFILE_PATTERN matches bbappendRobert Yang2018-02-141-3/+7
* bitbake: bitbake: cooker: skip when BBFILE_PATTERN is emptyRobert Yang2018-02-141-0/+1
* bitbake: cooker: Sort task graph (dot) file outputRichard Purdie2018-01-291-6/+6
* bitbake: cooker: fix typo in bitbake -g messagePaul Eggleton2017-11-211-1/+1
* bitbake: cooker: fix watching directories with Python 3.6+Paul Eggleton2017-10-311-1/+11
* bitbake: cooker: ensure monkey-patching in collect_bbfiles() gets undone on e...Paul Eggleton2017-09-171-19/+19
* bitbake: cooker: fix watching empty directoriesPaul Eggleton2017-09-171-3/+6
* bitbake: process/cooker: Improve readypipe handlingRichard Purdie2017-09-121-5/+1
* bitbake: cooker: clear extra config settings and remote datastores on client ...Paul Eggleton2017-09-051-0/+2
* bitbake: cooker.py: Fix layer priority processingMark Hatle2017-09-051-7/+7
* bitbake: cooker: Ensure parseConfiguration clears parsecache_validRichard Purdie2017-09-021-0/+2
* bitbake: cooker: Ensure buildFile doesn't have lasting side effectsRichard Purdie2017-08-311-0/+5
* bitbake: cooker: ensure we can run buildFileInternal() after cache is populatedPaul Eggleton2017-08-311-4/+4
* bitbake: cooker: Allow changes in PRSERV_HOST to be responded toRichard Purdie2017-08-311-8/+11
* bitbake: cooker: Change to consistent prefile/postfile handlingRichard Purdie2017-08-311-13/+10
* bitbake: cooker: Handle datastore tracking for showEnvironment server side onlyRichard Purdie2017-08-311-1/+10
* bitbake: prserv/cooker: Drop unused paramRichard Purdie2017-08-311-1/+1
* bitbake: cooker: Ignore common bitbake files for the parse cache invalidationRichard Purdie2017-08-131-0/+3
* bitbake: cooker: Improve inotify overflow handlingRichard Purdie2017-08-131-1/+4
* bitbake: cooker: Ensure we handle inotify before running the next commandRichard Purdie2017-08-131-7/+10
* bitbake: cooker: Track directories searched for bbappend/bb filesRichard Purdie2017-08-131-3/+21
* bitbake: cooker/siggen: Reset siggen when reparsingRichard Purdie2017-08-131-0/+1
* bitbake: cooker: Ensure all tasks are shown in task dependency treeRichard Purdie2017-08-031-3/+3
* bitbake: process/cooker: Allow UI process to know if the cooker was started s...Richard Purdie2017-07-301-1/+5
* bitbake: cooker/process: Drop server_main functionRichard Purdie2017-07-241-22/+0
* bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton2017-07-211-9/+25
* bitbake: cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie2017-07-211-0/+2
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-211-57/+1
* bitbake: cooker: fix whitespacePaul Eggleton2017-07-181-4/+4
* bitbake: cooker: Use multiple BuildStarted events for multiconfigRichard Purdie2017-07-081-12/+16
* bitbake: cooker: ensure graceful exit after exception during BuildCompleted h...2.4_M1Paul Eggleton2017-06-141-2/+4