]> code.ossystems Code Review - openembedded-core.git/commitdiff
rt-tests: upgrade 2.2 -> 2.3
authorzhengruoqin <zhengrq.fnst@fujitsu.com>
Mon, 13 Dec 2021 22:31:04 +0000 (06:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Dec 2021 22:45:40 +0000 (22:45 +0000)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
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 1e8ff4619b540afa0490938b4e8da3206dc19d42..43c2a2f33beed8a983ae53192b8e254a81851523 100644 (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
index 71227307c3fb9ddf730d1e8d5cba51cac5979520..e519dfdc61ecc7e9a45387c579304ab955f3551e 100644 (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"