| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: tests/fetch: Allow wget upgrade tests to run against a local server | Richard Purdie | 2020-09-09 | 40 | -20/+7691 |
* | bitbake: fetch2: Change git fetcher not to destroy old references | Richard Purdie | 2020-09-08 | 1 | -1/+1 |
* | bitbake: tests/fetch: Switch from git.infradead.org to a YP mirror | Richard Purdie | 2020-07-10 | 1 | -1/+2 |
* | bitbake: runqueue: fix multiconfig task dependency filtering | Kyle Russell | 2019-12-12 | 1 | -1/+1 |
* | bitbake: fetch2: Ensure cached url data is matched to a datastore | Richard Purdie | 2019-11-13 | 1 | -2/+2 |
* | bitbake: cookerdata: Add mc conffiles hashes to cache hash | Joshua Watt | 2019-10-10 | 1 | -1/+5 |
* | bitbake: tests/fetch: Resolve fetch error in bitbake-selftest | Armin Kuster | 2019-09-09 | 1 | -2/+2 |
* | bitbake: fetch2: show warning when renaming the archive with bad checksum failed | Martin Jansa | 2019-09-06 | 1 | -1/+2 |
* | bitbake: utils: Fix movefile() exception handling with python3 | Martin Jansa | 2019-09-06 | 1 | -1/+1 |
* | bitbake: gitsm: Add need_update method to determine when we are going to a ne... | Mark Hatle | 2019-06-18 | 2 | -0/+39 |
* | bitbake: gitsm: Fix a bug where the wrong path was used for the submodule init | Mark Hatle | 2019-06-18 | 2 | -5/+34 |
* | bitbake: bitbake: fix version comparison when one of the versions ends in . | Alexander Kanavin | 2019-06-15 | 2 | -0/+8 |
* | bitbake: bitbake: cooker: Rename __depends in all multiconfigs | Joshua Watt | 2019-06-11 | 1 | -2/+3 |
* | bitbake: toaster: Fix Thud Bitbake release metadata | David Reyna | 2019-06-10 | 2 | -2/+2 |
* | bitbake: gitsm: The fetcher did not process some recursive submodules properly. | Mark Hatle | 2019-03-24 | 2 | -1/+23 |
* | bitbake: gitsmy.py: Fix unpack of submodules of submodules | Mark Hatle | 2019-03-24 | 2 | -3/+32 |
* | bitbake: gitsm.py: Fix relative URLs | Mark Hatle | 2019-03-24 | 2 | -7/+8 |
* | bitbake: gitsm.py: Refactor the functions and simplify the class | Mark Hatle | 2019-03-24 | 2 | -146/+98 |
* | bitbake: gitsm.py: Rework the shallow fetcher and test case | Mark Hatle | 2019-03-24 | 2 | -63/+13 |
* | bitbake: gitsm.py: revise unpack | Mark Hatle | 2019-03-24 | 1 | -38/+78 |
* | bitbake: gitsm.py: Optimize code and attempt to resolve locking issue | Mark Hatle | 2019-03-24 | 1 | -14/+0 |
* | bitbake: tests/fetch.py: Add alternative gitsm test case | Mark Hatle | 2019-03-24 | 1 | -1/+5 |
* | bitbake: gitsm.py: Add support for alternative URL formats from submodule files | Mark Hatle | 2019-03-24 | 1 | -2/+15 |
* | bitbake: gitsm.py: Fix when a submodule is defined, but not initialized | Mark Hatle | 2019-03-24 | 1 | -4/+28 |
* | bitbake: cooker: Tweak multiconfig dependency resolution | Richard Purdie | 2019-02-25 | 1 | -29/+24 |
* | bitbake: siggen: Fix multiconfig corner case | Richard Purdie | 2019-02-25 | 1 | -0/+2 |
* | bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATA | Richard Purdie | 2019-02-25 | 1 | -0/+19 |
* | bitbake: runqueue: Fix dependency loop analysis 'hangs' | Richard Purdie | 2019-02-25 | 1 | -3/+9 |
* | bitbake: server/process: Add missing exception raise | Richard Purdie | 2019-02-06 | 1 | -0/+1 |
* | bitbake: toaster: correctly register the thud branch | David Reyna | 2019-02-06 | 2 | -5/+5 |
* | bitbake: process: Rewrite multiple connection handling | Richard Purdie | 2019-01-28 | 1 | -22/+34 |
* | bitbake: process: Handle EWOULDBLOCK in socket connect | Richard Purdie | 2019-01-28 | 1 | -1/+8 |
* | bitbake: process.py: Set socket timeout to 10 seconds | Richard Purdie | 2019-01-28 | 1 | -1/+1 |
* | bitbake: server/process: Ensure socket has a timeout set | Richard Purdie | 2019-01-28 | 1 | -0/+2 |
* | bitbake: lib/bb/server: Avoid UnboundLocalError traceback | Richard Purdie | 2019-01-28 | 1 | -3/+3 |
* | bitbake: server/process: Handle short reads | Richard Purdie | 2019-01-28 | 1 | -3/+3 |
* | bitbake: cooker: Add some timing debug messages to the server startup | Richard Purdie | 2019-01-28 | 1 | -0/+19 |
* | bitbake: server/process: Increase server startup time delay | Richard Purdie | 2019-01-28 | 1 | -1/+4 |
* | bitbake: cooker: fix indirect multiconfig dependencies | Alejandro Enedino Hernandez Samaniego | 2019-01-28 | 1 | -20/+31 |
* | bitbake: server/process: Show last 60 lines of the log if the server didn't s... | Richard Purdie | 2019-01-08 | 1 | -0/+6 |
* | bitbake: server/process: Show the last 60 log lines, not the last 10 | Richard Purdie | 2019-01-08 | 1 | -2/+2 |
* | bitbake: server/process: print a message when no logfile | Robert Yang | 2019-01-08 | 1 | -0/+4 |
* | bitbake: server/process: Make lockfile handling clearer | Richard Purdie | 2019-01-08 | 1 | -4/+6 |
* | bitbake: fetch: don't use shell=True when listing ar files | Ross Burton | 2019-01-08 | 1 | -1/+1 |
* | bitbake: layerindex: don't use shell=True when cloning | Ross Burton | 2019-01-08 | 1 | -1/+1 |
* | bitbake: siggen: Adapt colors used by bitbake-diffsigs to support light themes | Peter Kjellerstedt | 2019-01-02 | 1 | -4/+4 |
* | bitbake: main: Don't use print() directly, use logger | Richard Purdie | 2018-12-06 | 1 | -1/+1 |
* | bitbake: process: Flush key output to logs | Richard Purdie | 2018-12-06 | 1 | -0/+4 |
* | bitbake: fetch2/svn: Fix SVN repository concurrent update race | Ulf Magnusson | 2018-12-06 | 1 | -28/+36 |
* | bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run | Richard Purdie | 2018-12-06 | 1 | -5/+6 |