| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: runqueue: Add covered_tasks (or 'collated_deps') to scenequeue data | Richard Purdie | 2019-07-15 | 1 | -0/+6 |
* | bitbake: event/runqueue: Drop StampUpdate event, its pointless/unused | Richard Purdie | 2019-07-15 | 4 | -35/+0 |
* | bitbake: runqueue: Fold remains of the scenequeue setup into RunQueueExecute | Richard Purdie | 2019-07-15 | 1 | -47/+42 |
* | bitbake: runqueue: Simplify _execute_runqueue logic | Richard Purdie | 2019-07-15 | 1 | -22/+24 |
* | bitbake: runqueue: Remove RunQueueExecuteScenequeue and RunQueueExecuteTasks | Richard Purdie | 2019-07-15 | 1 | -56/+43 |
* | bitbake: runqueue: Fix counter/task updating glitch | Richard Purdie | 2019-07-15 | 1 | -1/+1 |
* | bitbake: runqueue: Merge scenequeue and real task queue code together | Richard Purdie | 2019-07-15 | 1 | -258/+258 |
* | bitbake: runqueue: Merge stats handling together for setscene/real tasks | Richard Purdie | 2019-07-15 | 1 | -19/+20 |
* | bitbake: runqueue: Uniquely namespace the scenequeue functions | Richard Purdie | 2019-07-15 | 1 | -39/+47 |
* | bitbake: runqueue: Factor out the process_setscene_whitelist checks | Richard Purdie | 2019-07-15 | 1 | -40/+45 |
* | bitbake: runqueue: Remove unused function parameter | Richard Purdie | 2019-07-15 | 1 | -2/+3 |
* | bitbake: runqueue: Move scenequeue data generation to a separate function | Richard Purdie | 2019-07-15 | 1 | -224/+244 |
* | bitbake: runqueue: Remove now uneeded code | Richard Purdie | 2019-07-15 | 1 | -25/+1 |
* | bitbake: runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2 | Richard Purdie | 2019-07-15 | 1 | -30/+3 |
* | bitbake: runqueue: Tweak buildable variable handling in scheduler | Richard Purdie | 2019-07-15 | 1 | -4/+5 |
* | bitbake: siggen: Use unique hashes for tasks | Richard Purdie | 2019-07-15 | 1 | -2/+3 |
* | bitbake: siggen: Fix default handler | Richard Purdie | 2019-07-15 | 1 | -1/+2 |
* | bitbake: cache: Set packages for skipped recipes | Robert Yang | 2019-07-15 | 1 | -7/+6 |
* | bitbake: cache: Remove duplicated lines for provides and rprovides | Robert Yang | 2019-07-15 | 1 | -4/+2 |
* | bitbake: bitbake: Add --skip-setscene option | Joshua Watt | 2019-07-03 | 3 | -0/+11 |
* | bitbake: main: Alter EOFError handling | Richard Purdie | 2019-07-03 | 1 | -7/+2 |
* | bitbake: main: Ensure log messages are printed when no UI starts | Richard Purdie | 2019-07-03 | 1 | -1/+2 |
* | bitbake: event: Clear ui_queue after handling it | Richard Purdie | 2019-07-03 | 1 | -0/+2 |
* | bitbake: bitbake: toaster:tests: python -> python3 | Robert Yang | 2019-06-28 | 30 | -30/+30 |
* | bitbake: bitbake: lib: Cleanup /usr/bin/env python | Robert Yang | 2019-06-28 | 11 | -12/+1 |
* | bitbake: tests/fetch.py: add missing skipIfNoNetwork tags to tests that try t... | Luca Boccassi | 2019-06-28 | 1 | -0/+5 |
* | bitbake: tests/utils.py: add one more test cases for bb.utils.vercmp_string | Martin Jansa | 2019-06-21 | 1 | -0/+4 |
* | bitbake: cooker: list all nonexistent bblayer directories | Oleksandr Kravchuk | 2019-06-18 | 1 | -3/+13 |
* | bitbake: cooker: Ensure mcdeps are processed even if only one multiconfig | Richard Purdie | 2019-06-11 | 1 | -1/+5 |
* | bitbake: build: implement custom progress handlers injected via OE_EXTRA_IMPORTS | Chris Laplante | 2019-06-11 | 1 | -0/+21 |
* | bitbake: build/progress: use context managers for progress handlers | Chris Laplante | 2019-06-11 | 2 | -5/+42 |
* | bitbake: build: extract progress handler creation logic into its own method | Chris Laplante | 2019-06-11 | 1 | -11/+16 |
* | bitbake: knotty: allow progress rate for indeterminate bars | Chris Laplante | 2019-06-11 | 1 | -1/+1 |
* | bitbake: cooker: Add compability handling for multiconfig: prefix migration | Richard Purdie | 2019-06-10 | 1 | -0/+3 |
* | bitbake: multiconfig: Switch from 'multiconfig' -> 'mc' | Richard Purdie | 2019-06-10 | 5 | -24/+24 |
* | bitbake: toaster: Fix Thud Bitbake release metadata | David Reyna | 2019-06-10 | 2 | -2/+2 |
* | bitbake: fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAME | Matthias Schiffer | 2019-05-30 | 1 | -0/+5 |
* | bitbake: main: Fix error message typo | Richard Purdie | 2019-05-30 | 1 | -1/+1 |
* | bitbake: bitbake: Show base multiconfig environment | Joshua Watt | 2019-05-30 | 1 | -10/+21 |
* | bitbake: bitbake: cooker: Rename __depends in all multiconfigs | Joshua Watt | 2019-05-30 | 1 | -2/+3 |
* | bitbake: bitbake: fetch2/npm: fix npw view parsing | Jean-Marie LEMETAYER | 2019-05-21 | 1 | -14/+5 |
* | bitbake: svn.py: Stop SVN from directly pulling from an external layer w/o fe... | Mark Hatle | 2019-05-21 | 2 | -0/+99 |
* | bitbake: gitsm: Fix a bug where the wrong path was used for the submodule init | Mark Hatle | 2019-05-16 | 2 | -5/+34 |
* | bitbake: bitbake: Strip old editor directives from file headers | Richard Purdie | 2019-05-04 | 96 | -209/+0 |
* | bitbake: bitbake: Drop duplicate license boilerplace text | Richard Purdie | 2019-05-04 | 127 | -1570/+6 |
* | bitbake: bitbake: Add initial pass of SPDX license headers to source code | Richard Purdie | 2019-05-04 | 162 | -1/+383 |
* | bitbake: build: Disable warning about dependent tasks for now | Richard Purdie | 2019-05-01 | 2 | -3/+3 |
* | bitbake: build: Ensure warning for invalid task dependencies is useful | Richard Purdie | 2019-05-01 | 2 | -2/+2 |
* | bitbake: knotty: Implement console 'keepalive' output | Richard Purdie | 2019-05-01 | 1 | -0/+13 |
* | bitbake: knotty: Pretty print task elapsed time | Jacob Kroon | 2019-04-30 | 1 | -1/+13 |