summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-12-14 06:31:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-14 22:46:38 +0000
commit0094cb207854fbfb9e06a424d0c3d487b669b9dc (patch)
treeb79ecbaa9fe4e3e7c1b55ae9bec586168dfe3565 /meta/recipes-rt
parent7008028693be7c48c801c9ab31805a65db05b851 (diff)
downloadpoky-0094cb207854fbfb9e06a424d0c3d487b669b9dc.tar.gz
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>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch2
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
index 1e8ff4619b..43c2a2f33b 100644
--- a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
+++ b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
@@ -19,7 +19,7 @@ index ec5d693..ab8a8de 100644
19--- a/Makefile 19--- a/Makefile
20+++ b/Makefile 20+++ b/Makefile
21@@ -1,6 +1,6 @@ 21@@ -1,6 +1,6 @@
22 VERSION = 2.2 22 VERSION = 2.3
23-CC = $(CROSS_COMPILE)gcc 23-CC = $(CROSS_COMPILE)gcc
24-AR = $(CROSS_COMPILE)ar 24-AR = $(CROSS_COMPILE)ar
25+CC ?= $(CROSS_COMPILE)gcc 25+CC ?= $(CROSS_COMPILE)gcc
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 71227307c3..e519dfdc61 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
1SRCREV = "75c16956e32817dfb0d5cb7379e731061e16593f" 1SRCREV = "338843c1ee157ae5d990c6f544f66b447b24fa8b"
2PV = "2.2" 2PV = "2.3"
3PE = "1" 3PE = "1"
4 4
5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main" 5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main"