summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
2017-02-19cooker: detect malformed BBMASK expressions which begin with a separatorAndre McCurdy
2017-02-19cooker: Rewrite dependency dot file generationRichard Purdie
2017-02-13cooker.py: run sanity checks for multiconfigJuro Bystricky
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2017-01-19cooker: Add BB_LIMITEDDEPS supportRichard Purdie
2017-01-19cooker: Only add universe targets where the task existsRichard Purdie
2017-01-17cooker.py: new multiconfig '*' syntax supportJuro Bystricky
2017-01-06bb/cooker: BBCooker stops notifier at shutdownAníbal Limón
2016-12-16cooker/command: Drop expanded_dataRichard Purdie
2016-12-14runqueue: enable setVariable command to affect task executionPaul Eggleton
2016-12-14cooker: allow buildFile warning to be hidden programmaticallyPaul Eggleton
2016-12-14tinfoil: rewrite as a wrapper around the UIPaul Eggleton
2016-12-14command: provide a means to shut down from the client in memres modePaul Eggleton
2016-12-08cooker: Handle inofity queue overflows more gracefullyRichard Purdie
2016-12-08cooker: Fix world taskgraph generation issueRichard Purdie
2016-12-07cooker: convert type which needs to be marshalledSujith H
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-04lib/bb/cooker.py: fix for BBFILE_PATTERN = ""Robert Yang
2016-10-07runqueue: Optimise task id string manipulationsRichard Purdie
2016-09-21cooker/providers: Only add target to world build if task existsRichard Purdie
2016-09-20cooker.py: add LAYERRECOMMENDS processingJoe Slater
2016-09-16cooker: check if target contains taskEd Bartosh
2016-09-06cooker: record events on cooker exitEd Bartosh
2016-09-02cooker.py: Catch when stdout doesn't have a file descriptorMariano Lopez
2016-08-17bitbake: Initial multi-config supportRichard Purdie
2016-08-17cache: Build datastores from databuilder objectRichard Purdie
2016-08-17cache/cooker: Pass databuilder into bb.cache.Cache()Richard Purdie
2016-08-17cache: Make virtualfn2realfn/realfn2virtual standalone functionsRichard Purdie
2016-08-11cooker: add BuildInit eventElliot Smith
2016-07-20cooker: Fix incorrect dot file generationRichard Purdie
2016-06-20cooker: clean up EvertWriterEd Bartosh
2016-06-20cooker: replace EventLogWriteHandler with namedtupleEd Bartosh
2016-06-20cooker: don't remove event fileEd Bartosh
2016-06-20cooker: encode event objects to base64Ed Bartosh
2016-06-20cooker: move EventLogWriteHandler to the top module levelEd Bartosh
2016-06-16bitbake: fix wrong usage of format_excEd Bartosh
2016-06-14taskdata/runqueue: Rewrite without use of ID indirectionRichard Purdie
2016-06-13cooker.py: fix warn() -> warning()Robert Yang
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-24bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-21cooker: Fix parse progress for python3Richard Purdie
2016-05-19cooker: Improve taskgraph file handlingRichard Purdie
2016-05-17bb.cooker: show limited traceback for parsing ExpansionErrorChristopher Larson
2016-05-13cooker/toasterui: Drop SEND_DEPENDS_TREE UI featureRichard Purdie
2016-05-12cooker: Fix log message syntaxRichard Purdie
2016-05-06bb.{cooker, data}: only emit a var as python if 'func' is setChristopher Larson
2016-04-14cooker/knotty: Prefix parse logs with filename being parsedRichard Purdie
2016-04-14cooker: pass exception to finishAsyncCommandRichard Purdie
2016-03-30cooker: fix CookerParser.shutdown()Markus Lehtonen
2016-03-29cooker: Ensure bbappend order is deterministicRichard Purdie