aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-02-25bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin
2019-02-23cooker: Tweak multiconfig dependency resolutionRichard Purdie
2019-02-23siggen: Fix multiconfig corner caseRichard Purdie
2019-02-23runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie
2019-02-16runqueue: Fix dependency loop analysis 'hangs'Richard Purdie
2019-02-14bitbake: Allow arguments in FAKEROOTCMDJoshua Watt
2019-02-12bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONSRobert Yang
2019-02-12build.py: add unhandled exception information to the logger when executing py...Alexander Kanavin
2019-02-12bitbake: remove True option to getVar callsAndré Draszik
2019-02-05server/process: Add missing exception raiseRichard Purdie
2019-02-05bitbake: ConfHandler: Don't strip leading spacesRobert Yang
2019-02-05toaster: correctly register the thud branchDavid Reyna
2019-01-27gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle
2019-01-24gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
2019-01-24gitsm.py: Fix relative URLsMark Hatle
2019-01-18bb.tests.codeparser: add parameter expansion modifiers testChristopher Larson
2019-01-18bb.data_smart: only try to expand refs to valid variable namesChristopher Larson
2019-01-15gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-01-15gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-01-15gitsm.py: revise unpackMark Hatle
2019-01-15gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-01-15tests/fetch.py: Add alternative gitsm test caseMark Hatle
2019-01-15gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-01-15gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-01-14bitbake: Fix Deprecated warnings from regexsRichard Purdie
2019-01-13bs4/element: Fix DeprecationWarningRichard Purdie
2019-01-11bitbake: runqueue: __find_md5__ -> __find_sha256Robert Yang
2019-01-08bitbake: runqueue: Use multiconfig name to fetch unihashJoshua Watt
2019-01-08data/siggen: Switch md5 -> sha256Richard Purdie
2019-01-08codeparser: Switch to sha256 from md5Richard Purdie
2019-01-08cooker: Split recipes to parse amongst threads ahead of timeRichard Purdie
2019-01-08cooker: Remove Feeder() since its no longer needed with moderm multiprocessingRichard Purdie
2019-01-08tests.data: Add underscore+numeric in overrides datastore testRichard Purdie
2019-01-08bitbake: hashserv: Add hash equivalence reference serverJoshua Watt
2019-01-08bitbake: persist_data: Fix Locking Protocol ErrorJoshua Watt
2019-01-03runqueue: Pass unique hash to hash validateJoshua Watt
2019-01-03runqueue: Pass unique hash to taskJoshua Watt
2019-01-03runqueue: Track task unique hashJoshua Watt
2019-01-03siggen: Split out task unique hashJoshua Watt
2019-01-03cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego
2018-12-26process: Rewrite multiple connection handlingRichard Purdie
2018-12-26process: Handle EWOULDBLOCK in socket connectRichard Purdie
2018-12-26main: When retrying the connection, show the attempt numberRichard Purdie
2018-12-26process.py: Set socket timeout to 10 secondsRichard Purdie
2018-12-26tests/persist_data: Add testsJoshua Watt
2018-12-14server/process: Ensure socket has a timeout setRichard Purdie
2018-12-14utils: Add aarch64 support to ioprio_setRichard Purdie
2018-12-14data_smart: Allow numeric characters in overridesRichard Purdie
2018-12-14data_smart: Add missing regexp markupRichard Purdie
2018-12-08bitbake: pysh: Improve error handling for shell codeRobert Yang