summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
AgeCommit message (Expand)Author
2017-01-11bitbake: bitbake: cooker: Handle inofity queue overflows more gracefullyRichard Purdie
2017-01-11bitbake: bitbake: cooker: Fix world taskgraph generation issueRichard Purdie
2016-10-09bitbake: runqueue: Optimise task id string manipulationsRichard Purdie
2016-09-22bitbake: cooker/providers: Only add target to world build if task existsRichard Purdie
2016-09-21bitbake: cooker.py: add LAYERRECOMMENDS processingJoe Slater
2016-09-16bitbake: cooker: check if target contains taskEd Bartosh
2016-09-08bitbake: cooker: record events on cooker exitEd Bartosh
2016-09-02bitbake: cooker.py: Catch when stdout doesn't have a file descriptorMariano Lopez
2016-08-18bitbake: bitbake: Initial multi-config supportRichard Purdie
2016-08-18bitbake: cache: Build datastores from databuilder objectRichard Purdie
2016-08-18bitbake: cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie
2016-08-18bitbake: cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie
2016-08-11bitbake: cooker: add BuildInit eventElliot Smith
2016-07-20bitbake: cooker: Fix incorrect dot file generationRichard Purdie
2016-06-20bitbake: cooker: clean up EvertWriterEd Bartosh
2016-06-20bitbake: cooker: replace EventLogWriteHandler with namedtupleEd Bartosh
2016-06-20bitbake: cooker: don't remove event fileEd Bartosh
2016-06-20bitbake: cooker: encode event objects to base64Ed Bartosh
2016-06-20bitbake: cooker: move EventLogWriteHandler to the top module levelEd Bartosh
2016-06-16bitbake: bitbake: fix wrong usage of format_excEd Bartosh
2016-06-15bitbake: taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie
2016-06-13bitbake: cooker.py: fix warn() -> warning()Robert Yang
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-21bitbake: cooker: Fix parse progress for python3Richard Purdie
2016-05-19bitbake: cooker: Improve taskgraph file handlingRichard Purdie
2016-05-19bitbake: bb.cooker: show limited traceback for parsing ExpansionErrorChristopher Larson
2016-05-14bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie
2016-05-13bitbake: cooker: Fix log message syntaxRichard Purdie
2016-05-06bitbake: bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-04-15bitbake: cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie
2016-04-15bitbake: cooker: pass exception to finishAsyncCommandRichard Purdie
2016-03-31bitbake: cooker: fix CookerParser.shutdown()Markus Lehtonen
2016-03-30bitbake: cooker: Ensure bbappend order is deterministicRichard Purdie
2016-02-18bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-15bitbake: cooker: Improve cache handlingRichard Purdie
2016-02-11bitbake: cooker: gracefully shutdown parsersEd Bartosh
2016-02-10bitbake: build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-10bitbake: cooker: Don't expand python functions in variable dumpsRichard Purdie
2016-02-10bitbake: cooker: extended dot stylingSchroeder, Henning
2016-02-06bitbake: cooker: shutdown cooker parser on shutdownEd Bartosh
2016-02-01bitbake: cooker, bitbake-worker: Fix spelling of "received"Phil Blundell
2016-02-01bitbake: cooker: Only start as many parse threads as we needRichard Purdie
2016-01-30bitbake: bitbake: Set process names to be meaninfulRichard Purdie
2016-01-29bitbake: cooker: Allow BBMASK to contain multiple regular expressionsPeter Kjellerstedt
2016-01-22bitbake: taskdata: add the ability to access world targets listPaul Eggleton
2016-01-11bitbake: cooker: add providermap to dep_treeEd Bartosh
2016-01-08bitbake: cooker: fix findFilesMatchingInDir documentationRoss Burton
2016-01-08bitbake: cooker: use in instead of countRoss Burton
2016-01-06bitbake: cooker: add state.get_name methodEd Bartosh