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:
zhengruoqin
2021-12-14 06:31:04 +08:00
committed by Richard Purdie
parent 7008028693
commit 0094cb2078
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ index ec5d693..ab8a8de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 2.2
VERSION = 2.3
-CC = $(CROSS_COMPILE)gcc
-AR = $(CROSS_COMPILE)ar
+CC ?= $(CROSS_COMPILE)gcc

View File

@@ -1,5 +1,5 @@
SRCREV = "75c16956e32817dfb0d5cb7379e731061e16593f"
PV = "2.2"
SRCREV = "338843c1ee157ae5d990c6f544f66b447b24fa8b"
PV = "2.3"
PE = "1"
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main"