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