summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsync/zsync-curl
Commit message (Collapse)AuthorAgeFilesLines
* zsync-curl: add recipeRoss Burton2021-06-102-0/+165
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>