summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* bitbake: runqueue: Further optimise holdoff tasksRichard Purdie2019-08-211-24/+25
* bitbake: runqueue: Optimise holdoff task handlingRichard Purdie2019-08-211-2/+10
* bitbake: runqueue: Small but critical fixRichard Purdie2019-08-211-0/+1
* bitbake: cookerdata: Delay the setup of the siggen slightly to allow metadata...Richard Purdie2019-08-211-1/+1
* bitbake: runqueue: Ensure target_tids is filteredRichard Purdie2019-08-161-0/+1
* bitbake: hashserv: Ensure we don't accumulate sockets in TIME_WAIT stateRichard Purdie2019-08-161-0/+6
* bitbake: bitbake: server/process: Handle BBHandledException to avoid unexpect...Robert Yang2019-08-161-1/+4
* bitbake: runqueue: Ensure data is handled correctlyRichard Purdie2019-08-151-0/+2
* bitbake: runqueue: Fix data corruption problemRichard Purdie2019-08-151-0/+3
* bitbake: tests/runqueue: Fix testsRichard Purdie2019-08-152-5/+5
* bitbake: runqueue: Ensure we clear the stamp cacheRichard Purdie2019-08-141-0/+3
* bitbake: runqueue: Add missing setscene task corner caseRichard Purdie2019-08-141-0/+2
* bitbake: runqueue: Add further debug informationRichard Purdie2019-08-141-0/+11
* bitbake: runqueue: Drop debug statement causing performance issuesRichard Purdie2019-08-141-2/+0
* bitbake: runqueue: Fix event timing raceRichard Purdie2019-08-142-71/+74
* bitbake: runqueue: Recompute holdoff tasks from scratchRichard Purdie2019-08-141-1/+1
* bitbake: runqueue: Improve scenequeue debuggingRichard Purdie2019-08-141-19/+42
* bitbake: runqueue: Fix next_buildable_task performance problemRichard Purdie2019-08-141-5/+7
* bitbake: runqueue: Wait for covered tasks to complete before trying setsceneRichard Purdie2019-08-141-0/+4
* bitbake: cooker: Improve hash server startup code to avoid exit tracebacksRichard Purdie2019-08-142-12/+18
* bitbake: tests/runqueue: Add further hash equivalence testsRichard Purdie2019-08-144-12/+166
* bitbake: runqueue: Improve setscene task handling logicRichard Purdie2019-08-141-75/+34
* bitbake: runqueue: Fix corruption issueRichard Purdie2019-08-141-1/+1
* bitbake: layerindexlib: Fix parsing of recursive layer dependenciesMark Hatle2019-08-131-2/+19
* bitbake: knotty: Fix for the Second Keyboard InterruptRobert Yang2019-08-081-4/+14
* bitbake: cooker: Cleanup the queue before call process.join()Robert Yang2019-08-081-0/+8
* bitbake: bitbake: Bump version to 1.43.1 for API changesRichard Purdie2019-08-062-2/+2
* bitbake: tests/runqueue: Add hashserv+runqueue testRichard Purdie2019-08-064-7/+59
* bitbake: build/utils: Drop bb.build.FuncFailedRichard Purdie2019-08-063-49/+12
* bitbake: siggen: Clean up task reference formatsRichard Purdie2019-08-065-95/+82
* 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