| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: runqueue: Fix dependency loop analysis 'hangs' | Richard Purdie | 2019-02-17 | 1 | -3/+9 |
* | bitbake: bitbake: Allow arguments in FAKEROOTCMD | Joshua Watt | 2019-02-15 | 1 | -2/+3 |
* | bitbake: bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONS | Robert Yang | 2019-02-14 | 1 | -0/+4 |
* | bitbake: build.py: add unhandled exception information to the logger when exe... | Alexander Kanavin | 2019-02-14 | 1 | -1/+2 |
* | bitbake: bitbake: remove True option to getVar calls | André Draszik | 2019-02-12 | 2 | -5/+5 |
* | bitbake: server/process: Add missing exception raise | Richard Purdie | 2019-02-06 | 1 | -0/+1 |
* | bitbake: bitbake: ConfHandler: Don't strip leading spaces | Robert Yang | 2019-02-06 | 1 | -1/+1 |
* | bitbake: toaster: correctly register the thud branch | David Reyna | 2019-02-06 | 2 | -5/+5 |
* | bitbake: gitsm: The fetcher did not process some recursive submodules properly. | Mark Hatle | 2019-01-28 | 2 | -1/+23 |
* | bitbake: gitsmy.py: Fix unpack of submodules of submodules | Mark Hatle | 2019-01-24 | 2 | -3/+32 |
* | bitbake: gitsm.py: Fix relative URLs | Mark Hatle | 2019-01-24 | 2 | -7/+8 |
* | bitbake: bb.tests.codeparser: add parameter expansion modifiers test | Christopher Larson | 2019-01-21 | 1 | -0/+7 |
* | bitbake: bb.data_smart: only try to expand refs to valid variable names | Christopher Larson | 2019-01-21 | 1 | -1/+1 |
* | bitbake: gitsm.py: Refactor the functions and simplify the class | Mark Hatle | 2019-01-16 | 2 | -146/+98 |
* | bitbake: gitsm.py: Rework the shallow fetcher and test case | Mark Hatle | 2019-01-16 | 2 | -63/+13 |
* | bitbake: gitsm.py: revise unpack | Mark Hatle | 2019-01-16 | 1 | -38/+78 |
* | bitbake: gitsm.py: Optimize code and attempt to resolve locking issue | Mark Hatle | 2019-01-16 | 1 | -14/+0 |
* | bitbake: tests/fetch.py: Add alternative gitsm test case | Mark Hatle | 2019-01-16 | 1 | -1/+5 |
* | bitbake: gitsm.py: Add support for alternative URL formats from submodule files | Mark Hatle | 2019-01-16 | 1 | -2/+15 |
* | bitbake: gitsm.py: Fix when a submodule is defined, but not initialized | Mark Hatle | 2019-01-16 | 1 | -4/+28 |
* | bitbake: bitbake: Fix Deprecated warnings from regexs | Richard Purdie | 2019-01-16 | 8 | -42/+42 |
* | bitbake: bs4/element: Fix DeprecationWarning | Richard Purdie | 2019-01-14 | 1 | -7/+7 |
* | bitbake: bitbake: runqueue: __find_md5__ -> __find_sha256 | Robert Yang | 2019-01-14 | 1 | -2/+2 |
* | bitbake: bitbake: runqueue: Use multiconfig name to fetch unihash | Joshua Watt | 2019-01-11 | 1 | -1/+1 |
* | bitbake: data/siggen: Switch md5 -> sha256 | Richard Purdie | 2019-01-08 | 3 | -5/+5 |
* | bitbake: codeparser: Switch to sha256 from md5 | Richard Purdie | 2019-01-08 | 1 | -2/+2 |
* | bitbake: cooker: Split recipes to parse amongst threads ahead of time | Richard Purdie | 2019-01-08 | 1 | -11/+6 |
* | bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi... | Richard Purdie | 2019-01-08 | 1 | -37/+5 |
* | bitbake: tests.data: Add underscore+numeric in overrides datastore test | Richard Purdie | 2019-01-08 | 1 | -0/+9 |
* | bitbake: bitbake: hashserv: Add hash equivalence reference server | Joshua Watt | 2019-01-08 | 2 | -0/+293 |
* | bitbake: bitbake: persist_data: Fix Locking Protocol Error | Joshua Watt | 2019-01-08 | 1 | -1/+1 |
* | bitbake: runqueue: Pass unique hash to hash validate | Joshua Watt | 2019-01-03 | 1 | -11/+30 |
* | bitbake: runqueue: Pass unique hash to task | Joshua Watt | 2019-01-03 | 1 | -4/+6 |
* | bitbake: runqueue: Track task unique hash | Joshua Watt | 2019-01-03 | 1 | -8/+17 |
* | bitbake: siggen: Split out task unique hash | Joshua Watt | 2019-01-03 | 1 | -2/+5 |
* | bitbake: cooker: fix indirect multiconfig dependencies | Alejandro Enedino Hernandez Samaniego | 2019-01-03 | 1 | -20/+31 |
* | bitbake: process: Rewrite multiple connection handling | Richard Purdie | 2018-12-26 | 1 | -22/+34 |
* | bitbake: process: Handle EWOULDBLOCK in socket connect | Richard Purdie | 2018-12-26 | 1 | -1/+8 |
* | bitbake: main: When retrying the connection, show the attempt number | Richard Purdie | 2018-12-26 | 1 | -2/+3 |
* | bitbake: process.py: Set socket timeout to 10 seconds | Richard Purdie | 2018-12-26 | 1 | -1/+1 |
* | bitbake: tests/persist_data: Add tests | Joshua Watt | 2018-12-26 | 1 | -0/+142 |
* | bitbake: server/process: Ensure socket has a timeout set | Richard Purdie | 2018-12-15 | 1 | -0/+2 |
* | bitbake: utils: Add aarch64 support to ioprio_set | Richard Purdie | 2018-12-14 | 1 | -0/+2 |
* | bitbake: data_smart: Allow numeric characters in overrides | Richard Purdie | 2018-12-14 | 1 | -1/+2 |
* | bitbake: data_smart: Add missing regexp markup | Richard Purdie | 2018-12-14 | 1 | -2/+2 |
* | bitbake: bitbake: pysh: Improve error handling for shell code | Robert Yang | 2018-12-09 | 2 | -9/+13 |
* | bitbake: pysh/pyshlex.py: Set is not importable | Robert Yang | 2018-12-09 | 1 | -5/+0 |
* | bitbake: pysh/sherrors.py: Remove unused classes | Robert Yang | 2018-12-09 | 1 | -26/+0 |
* | bitbake: pysh: Remove unused modules | Robert Yang | 2018-12-09 | 5 | -2437/+0 |
* | bitbake: bitbake: persist_data: Retry database setup | Joshua Watt | 2018-12-08 | 1 | -35/+48 |