From 12af941ea5324dd08669b040aa9d60f71526ffca Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 17 Dec 2024 16:57:50 +0800 Subject: 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 ' support; - (mkfs.erofs) Add '--hard-dereference' for NixOS reproducibility - Several minor random fixes. (From OE-Core rev: 4fb94c8d873e0eff878308deadf31cab413ed590) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../erofs-utils/erofs-utils_1.8.2.bb | 27 ---------------------- .../erofs-utils/erofs-utils_1.8.3.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb create mode 100644 meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb deleted file mode 100644 index 4d8689f87c..0000000000 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Tools for erofs filesystems" -# liberofs also available under Apache 2.0 -LICENSE = "GPL-2.0-or-later" -SECTION = "base" -LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" -HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" - -SRCREV = "8bedd862edfbb9a5e54dd37abede29020dd8fdfb" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" - -UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))" - -S = "${WORKDIR}/git" - -DEPENDS = "util-linux-libuuid" - -inherit pkgconfig autotools - -PACKAGECONFIG ??= "lz4 zlib" -PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4" -PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" - -EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse" - -CFLAGS:append:powerpc64le = " -D__SANE_USERSPACE_TYPES__" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb new file mode 100644 index 0000000000..996303c7f0 --- /dev/null +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb @@ -0,0 +1,27 @@ +SUMMARY = "Tools for erofs filesystems" +# liberofs also available under Apache 2.0 +LICENSE = "GPL-2.0-or-later" +SECTION = "base" +LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" +HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" + +SRCREV = "8d6c5d48615e23cd47cf9eb793904aedbb93ff4e" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" + +UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))" + +S = "${WORKDIR}/git" + +DEPENDS = "util-linux-libuuid" + +inherit pkgconfig autotools + +PACKAGECONFIG ??= "lz4 zlib" +PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4" +PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" + +EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse" + +CFLAGS:append:powerpc64le = " -D__SANE_USERSPACE_TYPES__" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf