summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-01-03 11:45:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-04 12:34:03 +0000
commit0b39822e4c429f810916df43b974b0d78a9b6450 (patch)
tree95226572d5dcc2d4258e84e3596c1bdb93857b13 /meta/recipes-rt
parentdc63c19cc26583f92457cf2075c409d804e811b9 (diff)
downloadpoky-0b39822e4c429f810916df43b974b0d78a9b6450.tar.gz
rt-tests: update 2.7 -> 2.8
(From OE-Core rev: 5ace733314256540e4211f9228f691fdef199659) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch2
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests.inc4
2 files changed, 3 insertions, 3 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 d5bd7fe523..fface76731 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
@@ -19,7 +19,7 @@ index 223a839..a735584 100644
19--- a/Makefile 19--- a/Makefile
20+++ b/Makefile 20+++ b/Makefile
21@@ -2,6 +2,6 @@ 21@@ -2,6 +2,6 @@
22 VERSION = 2.7 22 VERSION = 2.8
23-CC = $(CROSS_COMPILE)gcc 23-CC = $(CROSS_COMPILE)gcc
24-AR = $(CROSS_COMPILE)ar 24-AR = $(CROSS_COMPILE)ar
25+CC ?= $(CROSS_COMPILE)gcc 25+CC ?= $(CROSS_COMPILE)gcc
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 3fbdfa2038..f28258ef58 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
1SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b" 1SRCREV = "f5b910a90b6f5ab0ef6df392e009ffe1429d53af"
2PV = "2.7" 2PV = "2.8"
3PE = "1" 3PE = "1"
4 4
5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https" 5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"