aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-06bitbake: Bump version to 1.43.1 for API changes1.43.1Richard Purdie
2019-08-06tests/runqueue: Add hashserv+runqueue testRichard Purdie
2019-08-06build/utils: Drop bb.build.FuncFailedRichard Purdie
2019-08-06siggen: Clean up task reference formatsRichard Purdie
2019-08-06runqueue: Clean up BB_HASHCHECK_FUNCTION APIRichard Purdie
2019-08-06hashserv: Switch from threads to multiprocessingRichard Purdie
2019-08-06hashserv: Use separate threads for answering requests and handling themRichard Purdie
2019-08-06prserv: Use a memory journalRichard Purdie
2019-08-06hashserv: Turn off sqlite synchronous modeRichard Purdie
2019-08-06cooker/hashserv: Allow autostarting of a local hash server using BB_HASHSERVERichard Purdie
2019-08-06runqueue: Improve determinismRichard Purdie
2019-08-06runqueue: Enable dynamic task adjustment to hash equivalencyRichard Purdie
2019-08-02siggen: Convert to use self.unitaskhashesRichard Purdie
2019-08-02siggen: Add new unitaskhashes data variable which is cachedRichard Purdie
2019-08-02runqueue: Improve scenequeue processing logicRichard Purdie
2019-08-02cache: Add SimpleCache classRichard Purdie
2019-08-02siggen: Import unihash code from OE-CoreRichard Purdie
2019-08-02hashserv: SQL OptimizationsJoshua Watt
2019-07-27fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when handling 403 ...Chris Laplante via bitbake-devel
2019-07-27fetch2/npm: Use npm pack to download node modules instead of wgetMads Andreasen
2019-07-27toaster: Sync list of fs_types with oe-coreDaniel Ammann
2019-07-19siggen: Fix handling of tainted sig filesRichard Purdie
2019-07-18cache: Create a symlink for current cachefileRobert Yang
2019-07-18runqueue: Fix non setscene tasks targets being lostRichard Purdie
2019-07-16fetch2/clearcase: Fix class import errorsCHerzig@Gauselmann.de
2019-07-16tests/runqueue: Allow common sstate tasks to become validRichard Purdie
2019-07-16runqueue: Optimise multiconfig with overlapping setsceneRichard Purdie
2019-07-15runqueue: Abstract hash verification functionRichard Purdie
2019-07-15runqueue: Whitespace fixRichard Purdie
2019-07-15runqueue: Simplify some convoluted logicRichard Purdie
2019-07-15uihelper: No longer listen to scenequeue task startedRichard Purdie
2019-07-15tests: Add initial scenario based test for runqueueRichard Purdie
2019-07-15runqueue: Complete the merge of scenequeue and normal task executionRichard Purdie
2019-07-15runqueue: Alter setscenewhitelist handlingRichard Purdie
2019-07-15runqueue: Merge the queues and execute setscene and normal tasks in parallelRichard Purdie
2019-07-15runqueue: Clarify scenequeue_covered vs. tasks_coveredRichard Purdie
2019-07-15runqueue: Further scheduler buildable tasks cleanupRichard Purdie
2019-07-15runqueue: Remove pointless variableRichard Purdie
2019-07-15runqueue: Code simplificationRichard Purdie
2019-07-15runqueue: Tweak comments and debug codeRichard Purdie
2019-07-15runqueue: Simplify scenequeue unskippable calculationRichard Purdie
2019-07-15runqueue: Add covered_tasks (or 'collated_deps') to scenequeue dataRichard Purdie
2019-07-15event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie
2019-07-15runqueue: Fold remains of the scenequeue setup into RunQueueExecuteRichard Purdie
2019-07-15runqueue: Simplify _execute_runqueue logicRichard Purdie
2019-07-15runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasksRichard Purdie
2019-07-15runqueue: Fix counter/task updating glitchRichard Purdie
2019-07-15runqueue: Merge scenequeue and real task queue code togetherRichard Purdie
2019-07-15runqueue: Merge stats handling together for setscene/real tasksRichard Purdie
2019-07-15runqueue: Uniquely namespace the scenequeue functionsRichard Purdie