diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-17 16:57:50 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-18 11:11:55 +0000 |
| commit | 12af941ea5324dd08669b040aa9d60f71526ffca (patch) | |
| tree | 357bafc75f16096fbb81356c18dfc1837ba281fc | |
| parent | 7f65cb1a6bfa603e7058088962acbbf89c0b9bee (diff) | |
| download | poky-12af941ea5324dd08669b040aa9d60f71526ffca.tar.gz | |
erofs-utils: upgrade 1.8.2 -> 1.8.3
Changelog:
==========
- (mkfs.erofs) Fix multi-threaded compression with '-Eall-fragments';
- (mkfs.erofs) Fix large chunk-based image generation;
- (mkfs.erofs) Avoid large arrays on the stack
- (mkfs.erofs) Fix PAX format parsing in headerball mode
- (mkfs.erofs) Several fixes for incremental builds
- (mkfs.erofs) Fix reproducible builds due to 'i_ino'
- Use pkg-config for liblz4 configuration;
- Get rid of pthread_cancel() dependencies;
- (mkfs.erofs) Add '-U <clear|random>' support;
- (mkfs.erofs) Add '--hard-dereference' for NixOS reproducibility
- Several minor random fixes.
(From OE-Core rev: 4fb94c8d873e0eff878308deadf31cab413ed590)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb (renamed from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb index 4d8689f87c..996303c7f0 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb | |||
| @@ -5,7 +5,7 @@ SECTION = "base" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" |
| 6 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" | 6 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" |
| 7 | 7 | ||
| 8 | SRCREV = "8bedd862edfbb9a5e54dd37abede29020dd8fdfb" | 8 | SRCREV = "8d6c5d48615e23cd47cf9eb793904aedbb93ff4e" |
| 9 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" | 9 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" |
| 10 | 10 | ||
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" |
