]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rt-tests: upgrade 2.6 -> 2.7
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 24 Jun 2024 08:27:20 +0000 (16:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Jun 2024 13:33:37 +0000 (14:33 +0100)
0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
refreshed for 2.7

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 a1fc9e26a03e30c06715d5d54437a78ccfdf8e7f..d5bd7fe523b1cb28bdc2ffe16166b346dbe828f5 100644 (file)
@@ -18,8 +18,8 @@ diff --git a/Makefile b/Makefile
 index 223a839..a735584 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -1,6 +1,6 @@
- VERSION = 2.6
+@@ -2,6 +2,6 @@
+ VERSION = 2.7
 -CC = $(CROSS_COMPILE)gcc
 -AR = $(CROSS_COMPILE)ar
 +CC ?= $(CROSS_COMPILE)gcc
index 70315c46941267aeabd438f8eb7f982f360e6c34..3fbdfa203819be122e60f6b175a92d3f510a1f9c 100644 (file)
@@ -1,5 +1,5 @@
-SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5"
-PV = "2.6"
+SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
+PV = "2.7"
 PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"