]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rt-tests: update 2.7 -> 2.8
authorAlexander Kanavin <alex@linutronix.de>
Fri, 3 Jan 2025 10:45:17 +0000 (11:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Jan 2025 12:34:01 +0000 (12:34 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
meta/recipes-rt/rt-tests/rt-tests.inc

index d5bd7fe523b1cb28bdc2ffe16166b346dbe828f5..fface76731c5facac93c3f7a480c6a3b9dee5823 100644 (file)
@@ -19,7 +19,7 @@ index 223a839..a735584 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -2,6 +2,6 @@
- VERSION = 2.7
+ VERSION = 2.8
 -CC = $(CROSS_COMPILE)gcc
 -AR = $(CROSS_COMPILE)ar
 +CC ?= $(CROSS_COMPILE)gcc
index 3fbdfa203819be122e60f6b175a92d3f510a1f9c..f28258ef58e71954f02a0ce856f494340c8162a2 100644 (file)
@@ -1,5 +1,5 @@
-SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
-PV = "2.7"
+SRCREV = "f5b910a90b6f5ab0ef6df392e009ffe1429d53af"
+PV = "2.8"
 PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"