mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
rt-tests: upgrade 2.2 -> 2.3
(From OE-Core rev: aed533f84c41bb5a17b9af6eb2c3076371472057) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7008028693
commit
0094cb2078
@@ -19,7 +19,7 @@ index ec5d693..ab8a8de 100644
|
|||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1,6 +1,6 @@
|
@@ -1,6 +1,6 @@
|
||||||
VERSION = 2.2
|
VERSION = 2.3
|
||||||
-CC = $(CROSS_COMPILE)gcc
|
-CC = $(CROSS_COMPILE)gcc
|
||||||
-AR = $(CROSS_COMPILE)ar
|
-AR = $(CROSS_COMPILE)ar
|
||||||
+CC ?= $(CROSS_COMPILE)gcc
|
+CC ?= $(CROSS_COMPILE)gcc
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
SRCREV = "75c16956e32817dfb0d5cb7379e731061e16593f"
|
SRCREV = "338843c1ee157ae5d990c6f544f66b447b24fa8b"
|
||||||
PV = "2.2"
|
PV = "2.3"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main"
|
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main"
|
||||||
|
|||||||
Reference in New Issue
Block a user