summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: utils: Add ionice option to prunedirRichard Purdie2019-09-191-4/+7
* bitbake: runqueue: validate_hashes(): currentcount should be a numberRobert Yang2019-09-191-3/+3
* bitbake: fetch2/git: add git-lfs toggle optionRoss Burton2019-09-191-7/+11
* bitbake: bitbake-layers: show-recipes: Enable bare outputYeoh Ee Peng2019-09-191-4/+5
* bitbake: bitbake-layers: show-recipes: Select recipes from selected layerYeoh Ee Peng2019-09-191-19/+21
* bitbake: bitbake-layers: show-recipes: Show recipes onlyYeoh Ee Peng2019-09-191-3/+9
* bitbake: svn fetcher: allow "svn propget svn:externals" to failMikko Rapeli2019-09-181-1/+1
* bitbake: bitbake: Rework hash equivalenceJoshua Watt2019-09-1811-347/+953
* bitbake: runqueue/siggen: Optimise hash equiv queriesRichard Purdie2019-09-162-0/+11
* bitbake: Revert "bitbake: cooker: Ensure bbappends are found in stable order"Martin Jansa2019-09-161-1/+0
* bitbake: bitbake-user-manual: key-expansion: Don't refer to overridesJacob Kroon2019-09-101-5/+3
* bitbake: bitbake-user-manual: Correct description for _append/_prepend/_removeJacob Kroon2019-09-101-4/+3
* bitbake: bitbake-user-manual: Improve the example for Removal (Override Style...Martin Jansa2019-09-071-4/+8
* bitbake: bitbake: cooker: Ensure bbappends are found in stable orderWes Lindauer2019-09-071-0/+1
* bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa2019-09-031-1/+2
* bitbake: utils: Fix movefile() exception handling with python3Martin Jansa2019-09-031-1/+1
* bitbake: tests/fetch: Resolve fetch error in bitbake-selftestArmin Kuster2019-09-011-2/+2
* bitbake: cooker.py: remove generation of recipe-depends.dotChen Qi2019-08-281-21/+4
* bitbake: bitbake: respect force flag in runall and runonlyJoshua Watt2019-08-281-14/+18
* bitbake: runqueue: Optimise build_taskdepdata slightlyRichard Purdie2019-08-211-6/+6
* 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