summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Convert to python 3 megacommit This needs breaking up into ...Richard Purdie2016-05-161-19/+19
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-05-161-1/+1
* 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
* bitbake: cooker: use in instead of countRoss Burton2016-01-081-1/+1
* bitbake: cooker: add state.get_name methodEd Bartosh2016-01-061-0/+8
* bitbake: cooker: Drop useless parsing exceptionRichard Purdie2016-01-061-5/+0
* bitbake: cooker: Ensure BB_CONSOLE remains correct over server resetsRichard Purdie2015-10-291-0/+7
* bitbake: cooker: preserve pre and post configsEd Bartosh2015-10-271-0/+5
* bitbake: cooker: normalize build targetsEd Bartosh2015-10-161-1/+19
* bitbake: cooker/runqueue: Allow bitbake commands starting with do_Alex Franco2015-09-041-3/+9
* bitbake: lib/bb/cooker: add interrupted flag to BuildCompleted eventPaul Eggleton2015-08-291-2/+8
* bitbake: cooker: drop appendlistPaul Eggleton2015-08-191-5/+0
* bitbake: cooker: drop appliedappendlistPaul Eggleton2015-08-191-10/+18
* bitbake: cooker: ensure prefile/postfile can work in memory resident modePaul Eggleton2015-08-191-1/+3
* bitbake: command: ensure sync commands that read configuration see updatesRichard Purdie2015-08-191-11/+16
* bitbake: cooker: further limit inotify watchesPaul Eggleton2015-08-191-0/+11
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-6/+9
* bitbake: cooker: Resolve file monitoring race issues when using memres bitbakeRichard Purdie2015-08-031-3/+4
* bitbake: cooker: properly fix bitbake.lock handlingRichard Purdie2015-08-011-0/+30
* bitbake: cooker/taskdata: Make NoProvider errors non-fatal to -e/-g optionsRichard Purdie2015-07-121-4/+4
* bitbake: cooker.py: Lock/Unlock members function into BBCookerLeonardo Sandoval2015-07-091-3/+14
* bitbake: cooker: Improve DATE/TIME handlingRichard Purdie2015-07-081-3/+6
* bitbake: cooker: Fire BuildCompleted before finishing the commandRichard Purdie2015-06-261-2/+2
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-14/+14
* bitbake: cooker/event: Add an event which lists all stamps reachable after pa...Richard Purdie2015-06-091-0/+5
* bitbake: cooker/utils: Improve parsing profilingRichard Purdie2015-05-291-2/+12
* bitbake: bitbake: reset build mtime cache before the buildEd Bartosh2015-04-291-1/+2
* bitbake: cooker: Ensure bbappend files are processed in a determistic orderRichard Purdie2015-03-311-7/+9
* bitbake: cooker/server: Fix up 100% CPU usage at idleRichard Purdie2015-03-101-1/+1
* bitbake: cooker: make sure state is properly used to accept clientsAlexandru DAMIAN2015-03-091-3/+3