diff mbox series

[AUH] ltp: upgrading to 20240930 SUCCEEDED

Message ID 0101019277eedb64-cb6890da-bcfe-448e-a6b4-4b24c8630459-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] ltp: upgrading to 20240930 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Oct. 10, 2024, 7:36 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *ltp* to *20240930* has Succeeded.

Next steps:
    - apply the patch: git am 0001-ltp-upgrade-20240524-20240930.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 288d7af89be192744319bdf8061c516fcb80ca80 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 10 Oct 2024 03:32:32 +0000
Subject: [PATCH] ltp: upgrade 20240524 -> 20240930

---
 .../ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch  | 2 +-
 .../ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch         | 2 +-
 meta/recipes-extended/ltp/{ltp_20240524.bb => ltp_20240930.bb}  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/ltp/{ltp_20240524.bb => ltp_20240930.bb} (99%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch b/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch
index ade6a52b63..fd71cd85f0 100644
--- a/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch
+++ b/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch
@@ -1,4 +1,4 @@ 
-From 2d384f268791ecd5ff0f26c8137dd4de0a1c4566 Mon Sep 17 00:00:00 2001
+From 474ff3c4f1175cc02548a3110fab9579ca42da1f Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Mon, 10 Jun 2024 22:52:56 -0700
 Subject: [PATCH] Add __clear_cache declaration for clang
diff --git a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch
index 5b6c780bec..97f261e5e9 100644
--- a/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch
+++ b/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch
@@ -1,4 +1,4 @@ 
-From 768159aa53257d247645a12518778f50b8fdf578 Mon Sep 17 00:00:00 2001
+From d6e2d9e73dad920b5e49aaa94f86bab2779c3368 Mon Sep 17 00:00:00 2001
 From: "Mingde (Matthew) Zeng" <matthewzmd@gmail.com>
 Date: Wed, 29 Jul 2020 08:47:09 -0400
 Subject: [PATCH] Remove OOM tests from runtest/mm
diff --git a/meta/recipes-extended/ltp/ltp_20240524.bb b/meta/recipes-extended/ltp/ltp_20240930.bb
similarity index 99%
rename from meta/recipes-extended/ltp/ltp_20240524.bb
rename to meta/recipes-extended/ltp/ltp_20240930.bb
index 6b46723478..ac8bea4244 100644
--- a/meta/recipes-extended/ltp/ltp_20240524.bb
+++ b/meta/recipes-extended/ltp/ltp_20240930.bb
@@ -24,7 +24,7 @@  TUNE_CCARGS:remove:x86-64 = "-mfpmath=sse"
 
 CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
 CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"
-SRCREV = "8f21ebba42216dbb7e8d44c23b4a977d6823f7a1"
+SRCREV = "60f81419c43f94ec182827ef0b9eb5baeb303419"
 
 SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
            file://0001-Remove-OOM-tests-from-runtest-mm.patch \