summaryrefslogtreecommitdiffstats
path: root/bitbake
AgeCommit message (Expand)Author
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
2019-07-15bitbake: runqueue: Factor out the process_setscene_whitelist checksRichard Purdie
2019-07-15bitbake: runqueue: Remove unused function parameterRichard Purdie
2019-07-15bitbake: runqueue: Move scenequeue data generation to a separate functionRichard Purdie
2019-07-15bitbake: runqueue: Remove now uneeded codeRichard Purdie
2019-07-15bitbake: runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2Richard Purdie
2019-07-15bitbake: runqueue: Tweak buildable variable handling in schedulerRichard Purdie
2019-07-15bitbake: siggen: Use unique hashes for tasksRichard Purdie
2019-07-15bitbake: siggen: Fix default handlerRichard Purdie
2019-07-15bitbake: cache: Set packages for skipped recipesRobert Yang
2019-07-15bitbake: cache: Remove duplicated lines for provides and rprovidesRobert Yang
2019-07-03bitbake: bitbake: Add --skip-setscene optionJoshua Watt
2019-07-03bitbake: main: Alter EOFError handlingRichard Purdie
2019-07-03bitbake: main: Ensure log messages are printed when no UI startsRichard Purdie
2019-07-03bitbake: event: Clear ui_queue after handling itRichard Purdie
2019-06-28bitbake: bitbake: toaster:tests: python -> python3Robert Yang
2019-06-28bitbake: bitbake: lib: Cleanup /usr/bin/env pythonRobert Yang
2019-06-28bitbake: tests/fetch.py: add missing skipIfNoNetwork tags to tests that try t...Luca Boccassi
2019-06-21bitbake: tests/utils.py: add one more test cases for bb.utils.vercmp_stringMartin Jansa