summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: cooker: read file watches on server idleAlexandru DAMIAN2015-03-091-7/+23
* bitbake: cooker: rework LAYERDEPENDS versioning so that it is actually usefulPaul Eggleton2015-02-161-26/+14
* bitbake: cooker: Use expanded_data for ASSUME_PROVIDEDRichard Purdie2015-01-231-2/+2
* bitbake: cooker: Rename event_data -> expanded_dataRichard Purdie2015-01-231-11/+12
* bitbake: cooker.py: trap the ENOSPC error and translate itRobert Yang2015-01-211-0/+5
* bitbake: cooker: Further optimise pyinotifyRichard Purdie2015-01-211-1/+1
* bitbake: command/cooker/knotty: Fix memres handling of command environment ch...Richard Purdie2015-01-211-1/+21
* bitbake: cooker: Improve pyinotify performanceRichard Purdie2015-01-161-0/+6
* bitbake: cooker: Fix pyinotify handling of ENOENT issuesRichard Purdie2015-01-141-4/+17
* bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie2015-01-141-2/+42
* bitbake: cooker: Shut down the parser in error stateRichard Purdie2015-01-081-1/+1
* bitbake: cooker: add ability to ignore unmatched regexes in BBFILE_PATTERNPaul Eggleton2014-12-231-3/+4
* bitbake: add option to write offline event log fileAlexandru DAMIAN2014-12-181-3/+72
* bitbake: cooker: Allow featureset in error stateRichard Purdie2014-11-281-2/+2
* bitbake: bitbake-worker: exit normally when SIGHUPRobert Yang2014-11-201-1/+6
* bitbake: cooker.py: fix loginfo op being set to an invalid valueBrendan Le Foll2014-11-121-2/+2
* bitbake: knotty: Ensure commandline parameters are updated in memres serverRichard Purdie2014-09-231-0/+4
* bitbake: cooker: tweak CookerCollectFiles::find_bbfilesBernhard Reutner-Fischer2014-08-231-1/+1
* bitbake: cooker: Get rid of duplicate 'import re'Namhyung Kim2014-08-021-2/+0
* bitbake: "per-package" should say "per-recipe"Robert P. J. Day2014-07-231-1/+1
* bitbake: cooker: Overwrite IMAGE_BASENAME to default in custom imageMarius Avram2014-04-041-0/+11
* bitbake: bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN2014-04-011-0/+3
* bitbake: bin/bitbake/cooker: Ensure initial featureset is optimalRichard Purdie2014-03-301-1/+3
* bitbake: cooker: Only change self.data if it existsRichard Purdie2014-03-301-2/+4
* bitbake: cooker/event: Overhaul sanity test mechanismRichard Purdie2014-03-271-1/+3
* bitbake: cooker: delVar in removeConfigurationVarMarius Avram2014-03-251-0/+2