summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: runqueue: Clean up BB_HASHCHECK_FUNCTION APIRichard Purdie2019-08-062-53/+23
* bitbake: hashserv: Switch from threads to multiprocessingRichard Purdie2019-08-063-15/+27
* bitbake: hashserv: Use separate threads for answering requests and handling themRichard Purdie2019-08-061-1/+40
* bitbake: prserv: Use a memory journalRichard Purdie2019-08-061-1/+1
* bitbake: hashserv: Turn off sqlite synchronous modeRichard Purdie2019-08-061-0/+2
* bitbake: cooker/hashserv: Allow autostarting of a local hash server using BB_...Richard Purdie2019-08-066-10/+37
* bitbake: runqueue: Improve determinismRichard Purdie2019-08-061-13/+13
* bitbake: runqueue: Enable dynamic task adjustment to hash equivalencyRichard Purdie2019-08-062-10/+161
* bitbake: siggen: Convert to use self.unitaskhashesRichard Purdie2019-08-061-4/+8
* bitbake: siggen: Add new unitaskhashes data variable which is cachedRichard Purdie2019-08-062-2/+19
* bitbake: runqueue: Improve scenequeue processing logicRichard Purdie2019-08-061-9/+3
* bitbake: cache: Add SimpleCache classRichard Purdie2019-08-061-0/+53
* bitbake: siggen: Import unihash code from OE-CoreRichard Purdie2019-08-061-0/+163
* bitbake: hashserv: SQL OptimizationsJoshua Watt2019-08-061-10/+27
* bitbake: fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when hand...Chris Laplante via bitbake-devel2019-07-271-7/+9
* bitbake: fetch2/npm: Use npm pack to download node modules instead of wgetMads Andreasen2019-07-271-22/+23
* bitbake: toaster: Sync list of fs_types with oe-coreDaniel Ammann2019-07-271-5/+5
* bitbake: siggen: Fix handling of tainted sig filesRichard Purdie2019-07-191-2/+2
* bitbake: cache: Create a symlink for current cachefileRobert Yang2019-07-191-0/+9
* bitbake: runqueue: Fix non setscene tasks targets being lostRichard Purdie2019-07-182-1/+18
* bitbake: fetch2/clearcase: Fix class import errorsCHerzig@Gauselmann.de2019-07-161-1/+3
* bitbake: tests/runqueue: Allow common sstate tasks to become validRichard Purdie2019-07-161-0/+6
* bitbake: runqueue: Optimise multiconfig with overlapping setsceneRichard Purdie2019-07-166-11/+98
* bitbake: runqueue: Abstract hash verification functionRichard Purdie2019-07-161-40/+42
* bitbake: runqueue: Whitespace fixRichard Purdie2019-07-161-19/+19
* bitbake: runqueue: Simplify some convoluted logicRichard Purdie2019-07-161-6/+1
* bitbake: uihelper: No longer listen to scenequeue task startedRichard Purdie2019-07-151-1/+1
* bitbake: tests: Add initial scenario based test for runqueueRichard Purdie2019-07-1510-0/+442
* bitbake: runqueue: Complete the merge of scenequeue and normal task executionRichard Purdie2019-07-151-117/+109
* bitbake: runqueue: Alter setscenewhitelist handlingRichard Purdie2019-07-151-49/+30
* bitbake: runqueue: Merge the queues and execute setscene and normal tasks in ...Richard Purdie2019-07-151-54/+115
* bitbake: runqueue: Clarify scenequeue_covered vs. tasks_coveredRichard Purdie2019-07-151-8/+12
* bitbake: runqueue: Further scheduler buildable tasks cleanupRichard Purdie2019-07-151-8/+1
* bitbake: runqueue: Remove pointless variableRichard Purdie2019-07-151-9/+10
* bitbake: runqueue: Code simplificationRichard Purdie2019-07-151-4/+1
* bitbake: runqueue: Tweak comments and debug codeRichard Purdie2019-07-151-1/+4
* bitbake: runqueue: Simplify scenequeue unskippable calculationRichard Purdie2019-07-151-32/+13
* bitbake: runqueue: Add covered_tasks (or 'collated_deps') to scenequeue dataRichard Purdie2019-07-151-0/+6
* bitbake: event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie2019-07-154-35/+0
* bitbake: runqueue: Fold remains of the scenequeue setup into RunQueueExecuteRichard Purdie2019-07-151-47/+42
* bitbake: runqueue: Simplify _execute_runqueue logicRichard Purdie2019-07-151-22/+24
* bitbake: runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasksRichard Purdie2019-07-151-56/+43
* bitbake: runqueue: Fix counter/task updating glitchRichard Purdie2019-07-151-1/+1
* bitbake: runqueue: Merge scenequeue and real task queue code togetherRichard Purdie2019-07-151-258/+258
* bitbake: runqueue: Merge stats handling together for setscene/real tasksRichard Purdie2019-07-151-19/+20
* bitbake: runqueue: Uniquely namespace the scenequeue functionsRichard Purdie2019-07-151-39/+47
* bitbake: runqueue: Factor out the process_setscene_whitelist checksRichard Purdie2019-07-151-40/+45
* bitbake: runqueue: Remove unused function parameterRichard Purdie2019-07-151-2/+3
* bitbake: runqueue: Move scenequeue data generation to a separate functionRichard Purdie2019-07-151-224/+244
* bitbake: runqueue: Remove now uneeded codeRichard Purdie2019-07-151-25/+1