summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
AgeCommit message (Expand)Author
2019-01-21bitbake: bb.data_smart: only try to expand refs to valid variable namesChristopher Larson
2019-01-16bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-01-16bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-01-16bitbake: gitsm.py: revise unpackMark Hatle
2019-01-16bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-01-16bitbake: tests/fetch.py: Add alternative gitsm test caseMark Hatle
2019-01-16bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-01-16bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-01-16bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie
2019-01-14bitbake: bitbake: runqueue: __find_md5__ -> __find_sha256Robert Yang
2019-01-11bitbake: bitbake: runqueue: Use multiconfig name to fetch unihashJoshua Watt
2019-01-08bitbake: data/siggen: Switch md5 -> sha256Richard Purdie
2019-01-08bitbake: codeparser: Switch to sha256 from md5Richard Purdie
2019-01-08bitbake: cooker: Split recipes to parse amongst threads ahead of timeRichard Purdie
2019-01-08bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi...Richard Purdie
2019-01-08bitbake: tests.data: Add underscore+numeric in overrides datastore testRichard Purdie
2019-01-08bitbake: bitbake: persist_data: Fix Locking Protocol ErrorJoshua Watt
2019-01-03bitbake: runqueue: Pass unique hash to hash validateJoshua Watt
2019-01-03bitbake: runqueue: Pass unique hash to taskJoshua Watt
2019-01-03bitbake: runqueue: Track task unique hashJoshua Watt
2019-01-03bitbake: siggen: Split out task unique hashJoshua Watt
2019-01-03bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-12-26bitbake: process: Rewrite multiple connection handlingRichard Purdie
2018-12-26bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie
2018-12-26bitbake: main: When retrying the connection, show the attempt numberRichard Purdie
2018-12-26bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie
2018-12-26bitbake: tests/persist_data: Add testsJoshua Watt
2018-12-15bitbake: server/process: Ensure socket has a timeout setRichard Purdie
2018-12-14bitbake: utils: Add aarch64 support to ioprio_setRichard Purdie
2018-12-14bitbake: data_smart: Allow numeric characters in overridesRichard Purdie
2018-12-14bitbake: data_smart: Add missing regexp markupRichard Purdie
2018-12-09bitbake: bitbake: pysh: Improve error handling for shell codeRobert Yang
2018-12-09bitbake: pysh/pyshlex.py: Set is not importableRobert Yang
2018-12-09bitbake: pysh/sherrors.py: Remove unused classesRobert Yang
2018-12-09bitbake: pysh: Remove unused modulesRobert Yang
2018-12-08bitbake: bitbake: persist_data: Retry database setupJoshua Watt
2018-12-08bitbake: utils: Use utils.remove() within prunedir()Richard Purdie
2018-12-08bitbake: fetch2: Fix os.errno referencesRichard Purdie
2018-12-08bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie
2018-12-08bitbake: cooker: Add some timing debug messages to the server startupRichard Purdie
2018-12-08bitbake: server/process: Increase server startup time delayRichard Purdie
2018-12-07bitbake: cache: Cleanup deprecated function usageRichard Purdie
2018-12-07bitbake: siggen: Split out stampfile hash fetchJoshua Watt
2018-12-07bitbake: bitbake-worker: Pass taskhash as runtask parameterJoshua Watt
2018-12-07bitbake: persist_data: Disable enable_shared_cacheJoshua Watt
2018-12-07bitbake: persist_data: Enable Write Ahead LogJoshua Watt
2018-12-07bitbake: persist_data: Add key constraintsJoshua Watt
2018-12-07bitbake: persist_data: Fix leaking cursors causing deadlockJoshua Watt
2018-12-05bitbake: main: Don't use print() directly, use loggerRichard Purdie
2018-12-05bitbake: process: Flush key output to logsRichard Purdie