summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton2017-09-211-1/+6
* bitbake: cooker.py: Fix layer priority processingMark Hatle2017-09-211-7/+7
* bitbake: cooker: ensure monkey-patching in collect_bbfiles() gets undone on e...Paul Eggleton2017-09-211-19/+19
* bitbake: cooker: fix watching empty directoriesPaul Eggleton2017-09-211-3/+6
* bitbake: cooker: Track directories searched for bbappend/bb filesRichard Purdie2017-09-211-3/+21
* 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
* bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie2016-08-181-1/+2
* bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie2016-08-181-5/+5
* bitbake: cooker: add BuildInit eventElliot Smith2016-08-111-0/+4
* bitbake: cooker: Fix incorrect dot file generationRichard Purdie2016-07-201-1/+1
* bitbake: cooker: clean up EvertWriterEd Bartosh2016-06-201-20/+13
* bitbake: cooker: replace EventLogWriteHandler with namedtupleEd Bartosh2016-06-201-45/+41
* bitbake: cooker: don't remove event fileEd Bartosh2016-06-201-6/+0
* bitbake: cooker: encode event objects to base64Ed Bartosh2016-06-201-1/+4
* bitbake: cooker: move EventLogWriteHandler to the top module levelEd Bartosh2016-06-201-62/+64
* bitbake: bitbake: fix wrong usage of format_excEd Bartosh2016-06-161-1/+1
* bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie2016-06-151-43/+29
* bitbake: cooker.py: fix warn() -> warning()Robert Yang2016-06-131-3/+3
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-19/+19
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-021-1/+1
* bitbake: cooker: Fix parse progress for python3Richard Purdie2016-05-211-1/+1
* bitbake: cooker: Improve taskgraph file handlingRichard Purdie2016-05-191-4/+7
* bitbake: bb.cooker: show limited traceback for parsing ExpansionErrorChristopher Larson2016-05-191-2/+5