summaryrefslogtreecommitdiffstats
path: root/lib/bb/cooker.py
AgeCommit message (Expand)Author
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
2016-02-18bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-15cooker: Improve cache handlingRichard Purdie
2016-02-11cooker: gracefully shutdown parsersEd Bartosh
2016-02-10build/data: Don't expand python functions before execution [API change]Richard Purdie
2016-02-10cooker: Don't expand python functions in variable dumpsRichard Purdie
2016-02-10cooker: extended dot stylingSchroeder, Henning
2016-02-06cooker: shutdown cooker parser on shutdownEd Bartosh
2016-01-31cooker, bitbake-worker: Fix spelling of "received"Phil Blundell
2016-01-31cooker: Only start as many parse threads as we needRichard Purdie
2016-01-29bitbake: Set process names to be meaninfulRichard Purdie
2016-01-29cooker: Allow BBMASK to contain multiple regular expressionsPeter Kjellerstedt
2016-01-22taskdata: add the ability to access world targets listPaul Eggleton
2016-01-08cooker: add providermap to dep_treeEd Bartosh
2016-01-07cooker: fix findFilesMatchingInDir documentationRoss Burton
2016-01-07cooker: use in instead of countRoss Burton
2016-01-05cooker: add state.get_name methodEd Bartosh
2016-01-05cooker: Drop useless parsing exceptionRichard Purdie
2015-10-29cooker: Ensure BB_CONSOLE remains correct over server resetsRichard Purdie
2015-10-27cooker: preserve pre and post configsEd Bartosh
2015-10-16cooker: normalize build targetsEd Bartosh
2015-09-03cooker/runqueue: Allow bitbake commands starting with do_Alex Franco
2015-08-29lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton
2015-08-18cooker: drop appendlistPaul Eggleton
2015-08-18cooker: drop appliedappendlistPaul Eggleton
2015-08-17cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton
2015-08-17command: ensure sync commands that read configuration see updatesRichard Purdie
2015-08-17cooker: further limit inotify watchesPaul Eggleton
2015-08-17Fix default function parameter assignment to a listPaul Eggleton