* [OE-core] [PATCH] rt-tests/hwlatdetect: upgrade 2.9 -> 2.10
@ 2026-03-20 11:40 Wang Mingyu
0 siblings, 0 replies; only message in thread
From: Wang Mingyu @ 2026-03-20 11:40 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
refreshed for 2.10
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...kefile-Allow-for-CC-and-AR-to-be-overridden.patch | 12 ++++++++----
meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++--
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
index fface76731..a39781908e 100644
--- a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
+++ b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
@@ -9,17 +9,18 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
Signed-off-by: Randy Witt <randy.e.witt@intel.com>
Upstream-Status: Inappropriate [other]
-
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
-index 223a839..a735584 100644
+index 83d2a33..e757839 100644
--- a/Makefile
+++ b/Makefile
-@@ -2,6 +2,6 @@
- VERSION = 2.8
+@@ -2,8 +2,8 @@
+ include feature/test-feature.mak
+
+ VERSION = 2.10
-CC = $(CROSS_COMPILE)gcc
-AR = $(CROSS_COMPILE)ar
+CC ?= $(CROSS_COMPILE)gcc
@@ -27,3 +28,6 @@ index 223a839..a735584 100644
OBJDIR = bld
+--
+2.43.0
+
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 2042768d5a..e782d990c8 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
-SRCREV = "9166c3f0bb9c5d3e31dc80aff165a5073b5ac5be"
-PV = "2.9"
+SRCREV = "40b14a2aac9449dfb07d4f9b4bd873fc3ea62f28"
+PV = "2.10"
PE = "1"
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https;tag=v${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-20 11:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 11:40 [OE-core] [PATCH] rt-tests/hwlatdetect: upgrade 2.9 -> 2.10 Wang Mingyu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox