summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: lib/bb/event: refactor printing eventsPaul Eggleton2017-07-217-71/+53
* bitbake: tinfoil: set a flag when recipes have been parsedPaul Eggleton2017-07-211-0/+3
* bitbake: tinfoil: add a parse_recipes() functionPaul Eggleton2017-07-211-1/+7
* bitbake: tinfoil: add internal mode to build_file() functionPaul Eggleton2017-07-213-15/+37
* bitbake: bb/main.py: fix logic for --observe-onlyRobert Yang2017-07-211-1/+1
* bitbake: bb/main.py: avoid starting server when not neededRobert Yang2017-07-211-2/+8
* bitbake: bb/main.py: fix infinite loop for --server-onlyRobert Yang2017-07-211-1/+1
* bitbake: server/process.py: fix self.bitbake_lock.write()Robert Yang2017-07-211-2/+2
* bitbake: cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie2017-07-212-0/+11
* bitbake: server: Rework the server API so process and xmlrpc servers coexistRichard Purdie2017-07-219-914/+787
* bitbake: daemonize: Various fixesRichard Purdie2017-07-211-8/+12
* bitbake: cookerdata: Add a function to find TOPDIRRichard Purdie2017-07-211-0/+21
* bitbake: server: Remove base classes and inline codeRichard Purdie2017-07-213-86/+80
* bitbake: event/command: Allow UI to request the UI eventhander IDRichard Purdie2017-07-213-4/+19
* bitbake: fetch2: fix indentationPaul Eggleton2017-07-181-47/+47
* bitbake: cooker: fix whitespacePaul Eggleton2017-07-181-4/+4
* bitbake: cache.py: fix whitespacePaul Eggleton2017-07-181-14/+13
* bitbake: cookerdata: fix indentation and trailing spacesPaul Eggleton2017-07-181-5/+5
* bitbake: knotty: fix indentationPaul Eggleton2017-07-181-1/+1
* bitbake: bb/server/process: Handle EINTR on idle_commands selectAníbal Limón2017-07-181-1/+6
* bitbake: knotty: Drop task prefix of PLAIN log messagesRichard Purdie2017-07-081-1/+1
* bitbake: BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz2017-07-081-1/+1
* bitbake: server/xmlrpc: Add Heartbeat event supportRichard Purdie2017-07-081-0/+26
* bitbake: event: Queue offline events for the UIRichard Purdie2017-07-083-3/+12
* bitbake: server/process: Fix waitEvent() calls with 0 timeoutRichard Purdie2017-07-081-0/+2
* bitbake: data: Micro performance optimisation tweakRichard Purdie2017-07-081-1/+1
* bitbake: cooker: Use multiple BuildStarted events for multiconfigRichard Purdie2017-07-081-12/+16
* bitbake: bitbake: Add MultiConfigParsed eventRichard Purdie2017-07-083-0/+9
* bitbake: npm fetcher: fix unknown variable name.Ismo Puustinen2017-06-291-1/+1
* bitbake: cache: don't insert PN into PACKAGESRoss Burton2017-06-281-2/+2
* bitbake: tests: create unit tests for event moduleJair Gonzalez2017-06-231-0/+377
* bitbake: event: remove mapping for deleted event handlersJair Gonzalez2017-06-231-1/+5
* bitbake: fetch: fix handling of files with incorrect checksums from a premirrorJoshua Lock2017-06-221-0/+9
* bitbake: event: drop some unused eventsPaul Eggleton2017-06-221-21/+0
* bitbake: toaster: add getMessage to MockEventDavid Reyna2017-06-221-0/+6
* bitbake: toaster: fail on layers with sub-layerDavid Reyna2017-06-221-3/+8
* bitbake: cooker: ensure graceful exit after exception during BuildCompleted h...2.4_M1Paul Eggleton2017-06-141-2/+4
* bitbake: cooker: fix always loading cache on every UI start with memresPaul Eggleton2017-06-141-5/+12
* bitbake: bitbake: runqueue: multiconfig fixJuro Bystricky2017-06-141-1/+1
* bitbake: bitbake:process: flush stderr/stdout to logJuro Bystricky2017-06-141-36/+43
* bitbake: ConfHandler.py: allow require or include with multiple parametersPatrick Ohly2017-06-131-8/+12
* bitbake: ConfHandler.py: allow require or include without parameterPatrick Ohly2017-06-131-0/+4
* bitbake: cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMESRichard Purdie2017-06-121-0/+7
* bitbake: knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton2017-06-122-2/+10
* bitbake: tinfoil: fix duplication of log messagesPaul Eggleton2017-06-122-3/+4
* bitbake: command / cooker: drop Hob support commands and functionsPaul Eggleton2017-06-122-253/+0
* bitbake: cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton2017-06-123-3/+9
* bitbake: cooker: set config valid flags in initConfigurationData()Paul Eggleton2017-06-121-6/+2
* bitbake: cooker: fix file changes not triggering task re-execution with memresPaul Eggleton2017-06-121-1/+13
* bitbake: cookerdata: fix variable history not showing in bitbake -e with memresPaul Eggleton2017-06-121-1/+1