No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Release zchunk 1.3.0 with the following changes:
* meson: Use global function in argp check
* Add ZCK_NO_WRITE option to disable writing to a file
Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Add a patch submitted upstream to fix the argp detection with clang.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Release zchunk 1.2.0 with the following changes:
* Now builds for Windows
* Can set '--uncompressed' flag when creating zchunk files to also store
uncompressed digests
* 'zck_read_header' now indicates whether there's a dictionary and what flags
are enabled in the zchunk file
* Minimum meson version required to build zchunk is now 0.53
* Switched to use GitHub actions for automated testing
* Added the following automated test environments:
* 'centos-8-stream'
* 'centos-9-stream'
* 'ubuntu-lts'
* 'windows', both using Mamba and meson-wrap
* 'macos'
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
zchunk is a compressed file format that splits the file into independent chunks.
This allows you to only download changed chunks when downloading a new version of
the file, and also makes zchunk files efficient over rsync.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>