summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2Richard Purdie2019-07-151-30/+3
* bitbake: runqueue: Tweak buildable variable handling in schedulerRichard Purdie2019-07-151-4/+5
* bitbake: siggen: Use unique hashes for tasksRichard Purdie2019-07-151-2/+3
* bitbake: siggen: Fix default handlerRichard Purdie2019-07-151-1/+2
* bitbake: cache: Set packages for skipped recipesRobert Yang2019-07-151-7/+6
* bitbake: cache: Remove duplicated lines for provides and rprovidesRobert Yang2019-07-151-4/+2
* bitbake: bitbake: Add --skip-setscene optionJoshua Watt2019-07-033-0/+11
* bitbake: main: Alter EOFError handlingRichard Purdie2019-07-031-7/+2
* bitbake: main: Ensure log messages are printed when no UI startsRichard Purdie2019-07-031-1/+2
* bitbake: event: Clear ui_queue after handling itRichard Purdie2019-07-031-0/+2
* bitbake: bitbake: toaster:tests: python -> python3Robert Yang2019-06-2830-30/+30
* bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang2019-06-2811-12/+1
* bitbake: tests/fetch.py: add missing skipIfNoNetwork tags to tests that try t...Luca Boccassi2019-06-281-0/+5
* bitbake: tests/utils.py: add one more test cases for bb.utils.vercmp_stringMartin Jansa2019-06-211-0/+4
* bitbake: cooker: list all nonexistent bblayer directoriesOleksandr Kravchuk2019-06-181-3/+13
* bitbake: cooker: Ensure mcdeps are processed even if only one multiconfigRichard Purdie2019-06-111-1/+5
* bitbake: build: implement custom progress handlers injected via OE_EXTRA_IMPORTSChris Laplante2019-06-111-0/+21