From f50a33c074a2de99c6b4b889c91c673162ec4040 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 21 Apr 2025 20:52:38 +0100 Subject: [PATCH] lttng-modules: Upgrade 2.13.17 -> 2.13.18 Includes fixes for 64 bit time on 32 bit platforms. Signed-off-by: Richard Purdie --- .../{lttng-modules_2.13.17.bb => lttng-modules_2.13.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.13.17.bb => lttng-modules_2.13.18.bb} (94%) diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.17.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb similarity index 94% rename from meta/recipes-kernel/lttng/lttng-modules_2.13.17.bb rename to meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb index 0657112c14a..553dae9f4da 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.17.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb @@ -16,7 +16,7 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ " -SRC_URI[sha256sum] = "b0b23504150ae5c1fc6ee14e28d029518f61fe2ec5f17bb61c7941aa52bb6e65" +SRC_URI[sha256sum] = "a2f38e289817dbd1d2f12cfc1f20390230e16d56323cb58cc1db9874ced400ed" export INSTALL_MOD_DIR = "kernel/lttng-modules" -- 2.47.3