1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Alexander Kanavin
2025-01-03 11:45:17 +01:00
committed by Richard Purdie
parent dc63c19cc2
commit 0b39822e4c
2 changed files with 3 additions and 3 deletions
@@ -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
+2 -2
View 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"