summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: cooker: fix always loading cache on every UI start with memresPaul Eggleton2017-06-141-5/+12
* bitbake: command / cooker: drop Hob support commands and functionsPaul Eggleton2017-06-121-193/+0
* bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton2017-06-121-1/+6
* bitbake: cooker: set config valid flags in initConfigurationData()Paul Eggleton2017-06-121-6/+2
* bitbake: cooker: fix file changes not triggering task re-execution with memresPaul Eggleton2017-06-121-1/+13
* bitbake: cooker: fix undefined dep in generatePkgDepTreeDataAndy Voltz2017-06-051-2/+2
* bitbake: cooker.py: use correct multiconfig prefix in dependency graphPatrick Ohly2017-03-231-1/+1
* bitbake: data/cooker: Sort output data shown by -eRichard Purdie2017-03-221-1/+1
* bitbake: cooker: detect malformed BBMASK expressions which begin with a separ...Andre McCurdy2017-02-191-0/+5
* bitbake: cooker: Rewrite dependency dot file generationRichard Purdie2017-02-191-53/+45
* bitbake: cooker.py: run sanity checks for multiconfigJuro Bystricky2017-02-151-1/+2
* bitbake: lib: Drop now unneeded update_data callsRichard Purdie2017-02-151-3/+0
* bitbake: cooker: Add BB_LIMITEDDEPS supportRichard Purdie2017-01-201-0/+1
* bitbake: cooker: Only add universe targets where the task existsRichard Purdie2017-01-201-0/+9
* bitbake: cooker.py: new multiconfig '*' syntax supportJuro Bystricky2017-01-191-1/+31
* bitbake: bb/cooker: BBCooker stops notifier at shutdownAníbal Limón2017-01-061-0/+2
* bitbake: cooker/command: Drop expanded_dataRichard Purdie2016-12-161-14/+12
* bitbake: runqueue: enable setVariable command to affect task executionPaul Eggleton2016-12-141-0/+1
* bitbake: cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton2016-12-141-4/+5
* bitbake: tinfoil: rewrite as a wrapper around the UIPaul Eggleton2016-12-141-3/+16
* bitbake: command: provide a means to shut down from the client in memres modePaul Eggleton2016-12-141-0/+7
* bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie2016-12-081-0/+8
* bitbake: cooker: Fix world taskgraph generation issueRichard Purdie2016-12-081-4/+10
* bitbake: cooker: convert type which needs to be marshalledSujith H2016-12-071-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-21/+21
* bitbake: lib/bb/cooker.py: fix for BBFILE_PATTERN = ""Robert Yang2016-11-041-0/+4
* bitbake: runqueue: Optimise task id string manipulationsRichard Purdie2016-10-091-6/+3
* bitbake: cooker/providers: Only add target to world build if task existsRichard Purdie2016-09-221-3/+3
* bitbake: cooker.py: add LAYERRECOMMENDS processingJoe Slater2016-09-211-3/+34
* bitbake: cooker: check if target contains taskEd Bartosh2016-09-161-1/+2
* bitbake: cooker: record events on cooker exitEd Bartosh2016-09-081-1/+1
* bitbake: cooker.py: Catch when stdout doesn't have a file descriptorMariano Lopez2016-09-021-9/+12
* bitbake: bitbake: Initial multi-config supportRichard Purdie2016-08-181-125/+169
* bitbake: cache: Build datastores from databuilder objectRichard Purdie2016-08-181-12/+11