Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recipes: Update SRC_URI branch and protocols | Richard Purdie | 2021-11-03 | 1 | -1/+1 |
| | | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | zsync-curl: add recipe | Ross Burton | 2021-06-10 | 3 | -0/+185 |
zsync is a tool that is similar to rsync but optimised for transfering single large files where you have a previous version of the file locally. These qualities make it an excellent choice for transfering built images between hosts. zsync-curl is a maintained fork of the original zsync, that uses curl for HTTP requests allowing it to connect to HTTPS servers. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |