summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: lib/bb/utils: fix movefile() copy to dir fallbackMardegan, Alberto2017-09-251-9/+10
* bitbake: server/process: Increase runCommand timeoutRichard Purdie2017-09-251-1/+1
* bitbake: cooker: ensure monkey-patching in collect_bbfiles() gets undone on e...Paul Eggleton2017-09-171-19/+19
* bitbake: cooker: fix watching empty directoriesPaul Eggleton2017-09-171-3/+6
* bitbake: server/process: ensure server failure log is limited to current sessionPaul Eggleton2017-09-121-3/+25
* bitbake: runqueue: fix BB_SETSCENE_ENFORCE with empty BB_SETSCENE_ENFORCE_WHI...Paul Eggleton2017-09-121-3/+3
* bitbake: process/cooker: Improve readypipe handlingRichard Purdie2017-09-122-9/+14
* bitbake: tests/fetch: handle network failures gracefullyRoss Burton2017-09-111-0/+2
* bitbake: fetch2: add stub latest_versionstring to FetchMethodRoss Burton2017-09-111-0/+8
* bitbake: Replace deprecated git branch parameter "--set-upstream"Andre Rosa2017-09-111-1/+1
* bitbake: cooker: clear extra config settings and remote datastores on client ...Paul Eggleton2017-09-052-0/+5
* bitbake: cooker.py: Fix layer priority processingMark Hatle2017-09-051-7/+7
* bitbake: siggen: move reset() definition to base SignatureGenerator classPaul Eggleton2017-09-051-4/+2
* bitbake: cooker: Ensure parseConfiguration clears parsecache_validRichard Purdie2017-09-021-0/+2
* bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and ...Richard Purdie2017-09-024-14/+3
* bitbake: siggen: Add reset to SignatureGeneratorCaio Marcelo de Oliveira Filho2017-08-311-0/+3
* bitbake: cooker: Ensure buildFile doesn't have lasting side effectsRichard Purdie2017-08-311-0/+5
* bitbake: fetch2/npm: add noverify parameter to skip lockdown/shrinkwrapPaul Eggleton2017-08-311-20/+21
* bitbake: cooker: ensure we can run buildFileInternal() after cache is populatedPaul Eggleton2017-08-311-4/+4
* bitbake: tinfoil: ensure variable history tracking works when parsing a recipePaul Eggleton2017-08-311-11/+18
* bitbake: tinfoil: ensure log lines get printed when tasks failPaul Eggleton2017-08-312-23/+34
* bitbake: tinfoil: fix log message doubling when config_only=FalsePaul Eggleton2017-08-311-0/+11
* bitbake: ui/knotty: Send updateConfig earlyRichard Purdie2017-08-311-1/+3
* bitbake: cookerdata: Avoid tracebacks from early reset() callsRichard Purdie2017-08-311-0/+3
* bitbake: cooker: Allow changes in PRSERV_HOST to be responded toRichard Purdie2017-08-311-8/+11
* bitbake: cooker: Change to consistent prefile/postfile handlingRichard Purdie2017-08-313-21/+10
* bitbake: cooker: Handle datastore tracking for showEnvironment server side onlyRichard Purdie2017-08-312-7/+11
* bitbake: prserv/cooker: Drop unused paramRichard Purdie2017-08-311-1/+1
* bitbake: command: Fix some bugs identified by BB_SERVER_TIMEOUTRichard Purdie2017-08-311-1/+2
* bitbake: main: Attempt to gain bitbake.lock rather than just waitingRichard Purdie2017-08-241-1/+9
* bitbake: process: Clean up connection retry logicRichard Purdie2017-08-242-7/+14
* bitbake: fetch2: don't mandate path element in encodeurl()Paul Eggleton2017-08-231-6/+5
* bitbake: bitbake: ui: Sort 'Dependent tasks' in taskexpJussi Kukkonen2017-08-231-1/+3
* bitbake: process: Ensure we call select() to know which fds to readRichard Purdie2017-08-221-1/+1
* bitbake: process: Increase server startup timeoutRichard Purdie2017-08-161-1/+1
* bitbake: process: Improve client disconnectsRichard Purdie2017-08-161-15/+23
* bitbake: cooker: Ignore common bitbake files for the parse cache invalidationRichard Purdie2017-08-131-0/+3
* bitbake: cooker: Improve inotify overflow handlingRichard Purdie2017-08-132-1/+8
* bitbake: cooker: Ensure we handle inotify before running the next commandRichard Purdie2017-08-132-7/+12
* bitbake: cooker: Track directories searched for bbappend/bb filesRichard Purdie2017-08-131-3/+21
* bitbake: server/process: Ensure we don't loop on client EOFErrorRichard Purdie2017-08-131-2/+2
* bitbake: cooker/siggen: Reset siggen when reparsingRichard Purdie2017-08-132-0/+4
* bitbake: main: Handle BB_SERVER_TIMEOUT = -1 for no server timeoutRobert Yang2017-08-092-3/+6
* bitbake: process: Fix disconnect when BB_SERVER_TIMEOUTRobert Yang2017-08-091-0/+2
* bitbake: main: Remove unneeded float()Robert Yang2017-08-091-1/+1
* bitbake: Revert "tinfoil: fix duplication of log messages"Paul Eggleton2017-08-092-4/+3
* bitbake: daemonize: Always print any remaning UI events at exit2.4_M2Richard Purdie2017-08-031-1/+1
* bitbake: cooker: Ensure all tasks are shown in task dependency treeRichard Purdie2017-08-031-3/+3
* bitbake: daemonize: clean up codeRichard Purdie2017-07-311-134/+14
* bitbake: daemonize: Ensure child process exits safelyRichard Purdie2017-07-311-3/+8