summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi...Richard Purdie2019-01-081-37/+5
* bitbake: tests.data: Add underscore+numeric in overrides datastore testRichard Purdie2019-01-081-0/+9
* bitbake: bitbake: hashserv: Add hash equivalence reference serverJoshua Watt2019-01-084-0/+362
* bitbake: bitbake: persist_data: Fix Locking Protocol ErrorJoshua Watt2019-01-081-1/+1
* bitbake: runqueue: Pass unique hash to hash validateJoshua Watt2019-01-031-11/+30
* bitbake: runqueue: Pass unique hash to taskJoshua Watt2019-01-032-7/+10
* bitbake: runqueue: Track task unique hashJoshua Watt2019-01-031-8/+17
* bitbake: siggen: Split out task unique hashJoshua Watt2019-01-031-2/+5
* bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2019-01-031-20/+31
* bitbake: bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt2019-01-031-1/+3
* bitbake: bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt2019-01-032-152/+82
* bitbake: bitbake-user-manual: Created unique tags for glossary variables.Scott Rifenbark2018-12-276-328/+328
* bitbake: process: Rewrite multiple connection handlingRichard Purdie2018-12-261-22/+34
* bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie2018-12-261-1/+8
* bitbake: main: When retrying the connection, show the attempt numberRichard Purdie2018-12-261-2/+3
* bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie2018-12-261-1/+1
* bitbake: tests/persist_data: Add testsJoshua Watt2018-12-262-0/+143
* bitbake: server/process: Ensure socket has a timeout setRichard Purdie2018-12-151-0/+2
* bitbake: utils: Add aarch64 support to ioprio_setRichard Purdie2018-12-141-0/+2
* bitbake: data_smart: Allow numeric characters in overridesRichard Purdie2018-12-141-1/+2
* bitbake: data_smart: Add missing regexp markupRichard Purdie2018-12-141-2/+2
* bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan2018-12-101-0/+8
* bitbake: bitbake: pysh: Improve error handling for shell codeRobert Yang2018-12-092-9/+13
* bitbake: pysh/pyshlex.py: Set is not importableRobert Yang2018-12-091-5/+0
* bitbake: pysh/sherrors.py: Remove unused classesRobert Yang2018-12-091-26/+0
* bitbake: pysh: Remove unused modulesRobert Yang2018-12-095-2437/+0
* bitbake: bitbake: persist_data: Retry database setupJoshua Watt2018-12-081-35/+48
* bitbake: utils: Use utils.remove() within prunedir()Richard Purdie2018-12-081-9/+1
* bitbake: fetch2: Fix os.errno referencesRichard Purdie2018-12-081-2/+2
* bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie2018-12-081-1/+1
* bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie2018-12-081-0/+19
* bitbake: server/process: Increase server startup time delayRichard Purdie2018-12-081-1/+4
* bitbake: cache: Cleanup deprecated function usageRichard Purdie2018-12-071-1/+1
* bitbake: siggen: Split out stampfile hash fetchJoshua Watt2018-12-071-4/+9
* bitbake: bitbake-worker: Pass taskhash as runtask parameterJoshua Watt2018-12-072-13/+10
* bitbake: persist_data: Disable enable_shared_cacheJoshua Watt2018-12-071-6/+0
* bitbake: persist_data: Enable Write Ahead LogJoshua Watt2018-12-071-0/+5
* bitbake: persist_data: Add key constraintsJoshua Watt2018-12-071-1/+1
* bitbake: persist_data: Fix leaking cursors causing deadlockJoshua Watt2018-12-071-53/+135
* bitbake: main: Don't use print() directly, use loggerRichard Purdie2018-12-051-1/+1
* bitbake: process: Flush key output to logsRichard Purdie2018-12-051-0/+4
* bitbake: server/process: Handle short readsRichard Purdie2018-12-051-3/+3
* bitbake: server/process: Make lockfile handling clearerRichard Purdie2018-12-051-4/+6
* bitbake: bitbake: BBHandler: Check tab indentation for python codeRobert Yang2018-12-052-2/+11
* bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson2018-12-011-28/+36
* bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are runRichard Purdie2018-12-011-5/+6
* bitbake: server/process: Fix ConnectionRefusedError tracebacksRichard Purdie2018-12-011-1/+2
* bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie2018-11-271-1/+1
* bitbake: server/process: Show the last 60 log lines, not the last 10Richard Purdie2018-11-271-2/+2
* bitbake: server/process: Show last 60 lines of the log if the server didn't s...Richard Purdie2018-11-271-0/+6