summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: cooker.py: run sanity checks for multiconfigJuro Bystricky2017-03-161-1/+2
* bitbake: cooker.py: new multiconfig '*' syntax supportJuro Bystricky2017-03-161-1/+31
* bitbake: bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie2017-01-111-0/+8
* bitbake: bitbake: cooker: Fix world taskgraph generation issueRichard Purdie2017-01-111-4/+10
* 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
* bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie2016-05-141-7/+1
* bitbake: cooker: Fix log message syntaxRichard Purdie2016-05-131-1/+1
* bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson2016-05-061-1/+1
* bitbake: cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie2016-04-151-0/+8
* bitbake: cooker: pass exception to finishAsyncCommandRichard Purdie2016-04-151-2/+2
* bitbake: cooker: fix CookerParser.shutdown()Markus Lehtonen2016-03-311-1/+0
* bitbake: cooker: Ensure bbappend order is deterministicRichard Purdie2016-03-301-1/+2
* bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen2016-02-181-4/+4
* bitbake: cooker: Improve cache handlingRichard Purdie2016-02-151-4/+10
* bitbake: cooker: gracefully shutdown parsersEd Bartosh2016-02-111-0/+1
* bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie2016-02-101-1/+1
* bitbake: cooker: Don't expand python functions in variable dumpsRichard Purdie2016-02-101-2/+9
* bitbake: cooker: extended dot stylingSchroeder, Henning2016-02-101-3/+3
* bitbake: cooker: shutdown cooker parser on shutdownEd Bartosh2016-02-061-0/+3
* bitbake: cooker, bitbake-worker: Fix spelling of "received"Phil Blundell2016-02-011-2/+2
* bitbake: cooker: Only start as many parse threads as we needRichard Purdie2016-02-011-2/+3
* bitbake: bitbake: Set process names to be meaninfulRichard Purdie2016-01-301-0/+1
* bitbake: cooker: Allow BBMASK to contain multiple regular expressionsPeter Kjellerstedt2016-01-291-2/+15
* bitbake: taskdata: add the ability to access world targets listPaul Eggleton2016-01-221-23/+1
* bitbake: cooker: add providermap to dep_treeEd Bartosh2016-01-111-0/+7
* bitbake: cooker: fix findFilesMatchingInDir documentationRoss Burton2016-01-081-4/+3