summaryrefslogtreecommitdiffstats
path: root/lib/bb
AgeCommit message (Expand)Author
2017-07-21lib/bb/event: refactor printing eventsPaul Eggleton
2017-07-21tinfoil: set a flag when recipes have been parsedPaul Eggleton
2017-07-21tinfoil: add a parse_recipes() functionPaul Eggleton
2017-07-21tinfoil: add internal mode to build_file() functionPaul Eggleton
2017-07-21bb/main.py: fix logic for --observe-onlyRobert Yang
2017-07-21bb/main.py: avoid starting server when not neededRobert Yang
2017-07-21bb/main.py: fix infinite loop for --server-onlyRobert Yang
2017-07-21server/process.py: fix self.bitbake_lock.write()Robert Yang
2017-07-21cookerdata/cooker: Restore original datastore upon client disconnectRichard Purdie
2017-07-21server: Rework the server API so process and xmlrpc servers coexistRichard Purdie
2017-07-18daemonize: Various fixesRichard Purdie
2017-07-18cookerdata: Add a function to find TOPDIRRichard Purdie
2017-07-18server: Remove base classes and inline codeRichard Purdie
2017-07-18event/command: Allow UI to request the UI eventhander IDRichard Purdie
2017-07-18fetch2: fix indentationPaul Eggleton
2017-07-18cooker: fix whitespacePaul Eggleton
2017-07-18cache.py: fix whitespacePaul Eggleton
2017-07-18cookerdata: fix indentation and trailing spacesPaul Eggleton
2017-07-18knotty: fix indentationPaul Eggleton
2017-07-18bb/server/process: Handle EINTR on idle_commands selectAníbal Limón
2017-07-07knotty: Drop task prefix of PLAIN log messagesRichard Purdie
2017-07-07BBHandler: Remove old style bb.data.setVar() syntax usageEnrico Scholz
2017-07-07server/xmlrpc: Add Heartbeat event supportRichard Purdie
2017-07-07event: Queue offline events for the UIRichard Purdie
2017-07-07server/process: Fix waitEvent() calls with 0 timeoutRichard Purdie
2017-07-07data: Micro performance optimisation tweakRichard Purdie
2017-07-07cooker: Use multiple BuildStarted events for multiconfigRichard Purdie
2017-07-06bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-29npm fetcher: fix unknown variable name.Ismo Puustinen
2017-06-28cache: don't insert PN into PACKAGESRoss Burton
2017-06-23tests: create unit tests for event moduleJair Gonzalez
2017-06-23event: remove mapping for deleted event handlersJair Gonzalez
2017-06-16fetch: fix handling of files with incorrect checksums from a premirrorJoshua Lock
2017-06-16event: drop some unused eventsPaul Eggleton
2017-06-16toaster: add getMessage to MockEventDavid Reyna
2017-06-16toaster: fail on layers with sub-layerDavid Reyna
2017-06-14cooker: ensure graceful exit after exception during BuildCompleted handlerPaul Eggleton
2017-06-14cooker: fix always loading cache on every UI start with memresPaul Eggleton
2017-06-14bitbake: runqueue: multiconfig fixJuro Bystricky
2017-06-14bitbake:process: flush stderr/stdout to logJuro Bystricky
2017-06-12ConfHandler.py: allow require or include with multiple parametersPatrick Ohly
2017-06-12ConfHandler.py: allow require or include without parameterPatrick Ohly
2017-06-09cookerdata: Implement LAYERSERIES_COMPAT and LAYERSERIES_CORENAMESRichard Purdie
2017-06-09knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton
2017-06-09tinfoil: fix duplication of log messagesPaul Eggleton
2017-06-09command / cooker: drop Hob support commands and functionsPaul Eggleton
2017-06-09cooker: add BB_CMDLINE to enable access to UI command line with memresPaul Eggleton
2017-06-09cooker: set config valid flags in initConfigurationData()Paul Eggleton
2017-06-09cooker: fix file changes not triggering task re-execution with memresPaul Eggleton
2017-06-09cookerdata: fix variable history not showing in bitbake -e with memresPaul Eggleton