From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] libkmod: Version bump. v33 -> v34
Date: Mon, 24 Feb 2025 16:53:02 +0100 [thread overview]
Message-ID: <20250224155302.371166-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250223192215.1957788-1-christian.melki@t2data.com>
Thanks, applied as a84172a394a8b75743e8c4d7dea0b2c7396821b9.
Michael
[sent from post-receive hook]
On Mon, 24 Feb 2025 16:53:02 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Pretty significant bump. Runtime dlopen loadable compression etc.
> Autotools is set to be dropped and seemed broken on this last release,
> so convert it to meson.
> https://github.com/kmod-project/kmod/releases/tag/v34
>
> * Convert autotools to meson.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250223192215.1957788-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libkmod.in b/rules/libkmod.in
> index 11af184e81df..4b7d27c5c88b 100644
> --- a/rules/libkmod.in
> +++ b/rules/libkmod.in
> @@ -2,6 +2,7 @@
>
> menuconfig LIBKMOD
> tristate
> + select HOST_MESON
> select ZLIB if LIBKMOD_ZLIB
> select ZSTD if LIBKMOD_ZSTD
> select HOST_LIBKMOD if LIBKMOD_ZLIB || LIBKMOD_ZSTD
> diff --git a/rules/libkmod.make b/rules/libkmod.make
> index b091edc8cf2d..994ba51c33e5 100644
> --- a/rules/libkmod.make
> +++ b/rules/libkmod.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
> #
> # Paths and names
> #
> -LIBKMOD_VERSION := 33
> -LIBKMOD_MD5 := c451c4aa61521adbe8af147f498046f8
> +LIBKMOD_VERSION := 34
> +LIBKMOD_MD5 := 3e6c5c9ad9c7367ab9c3cc4f08dfde62
> LIBKMOD := kmod-$(LIBKMOD_VERSION)
> LIBKMOD_SUFFIX := tar.xz
> LIBKMOD_URL := $(call ptx/mirror, KERNEL, utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
> @@ -32,24 +32,19 @@ LIBKMOD_CVE_PRODUCT := kernel:kmod
> # Prepare
> # ----------------------------------------------------------------------------
>
> -LIBKMOD_CONF_TOOL := autoconf
> +LIBKMOD_CONF_TOOL := meson
> LIBKMOD_CONF_OPT := \
> - $(CROSS_AUTOCONF_USR) \
> - $(GLOBAL_LARGE_FILE_OPTION) \
> - --$(call ptx/endis, PTXCONF_LIBKMOD_TOOLS)-tools \
> - --disable-manpages \
> - --disable-test-modules \
> - --$(call ptx/endis, PTXCONF_LIBKMOD_LOGGING)-logging \
> - --$(call ptx/endis, PTXCONF_LIBKMOD_DEBUG)-debug \
> - --disable-coverage \
> - --disable-gtk-doc \
> - --disable-gtk-doc-html \
> - --disable-gtk-doc-pdf \
> - --$(call ptx/endis, PTXDIST_Y2038)-year2038 \
> - --$(call ptx/wwo, PTXCONF_LIBKMOD_ZSTD)-zstd \
> - --without-xz \
> - --$(call ptx/wwo, PTXCONF_LIBKMOD_ZLIB)-zlib \
> - --without-openssl
> + $(CROSS_MESON_USR) \
> + -Dbuild-tests=false \
> + -Ddebug-messages=$(call ptx/truefalse,PTXCONF_LIBKMOD_DEBUG) \
> + -Ddocs=false \
> + -Dlogging=$(call ptx/truefalse,PTXCONF_LIBKMOD_LOGGING) \
> + -Dmanpages=false \
> + -Dopenssl=disabled \
> + -Dtools=$(call ptx/truefalse,PTXCONF_LIBKMOD_TOOLS) \
> + -Dzstd=$(call ptx/endis,PTXCONF_LIBKMOD_ZSTD)d \
> + -Dxz=disabled \
> + -Dzlib=$(call ptx/endis,PTXCONF_LIBKMOD_ZLIB)d
>
> # ----------------------------------------------------------------------------
> # Target-Install
prev parent reply other threads:[~2025-02-24 15:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 19:22 [ptxdist] [PATCH 1/2] " Christian Melki
2025-02-23 19:22 ` [ptxdist] [PATCH 2/2] host-libkmod: Follow target libkmod v33 -> v34 bump Christian Melki
2025-02-24 15:53 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-02-24 15:53 ` Michael Olbrich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250224155302.371166-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=christian.melki@t2data.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox