summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-24 16:27:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-26 14:33:42 +0100
commita1067eff46b03576ee83cbdbdf3d856a5ff03307 (patch)
tree97fcc6c1bbf7a2760d0d6525a8952b50e0001f4b /meta
parentf8899b935fb85d39c89aff8909551defe22533a4 (diff)
downloadpoky-a1067eff46b03576ee83cbdbdf3d856a5ff03307.tar.gz
rt-tests: upgrade 2.6 -> 2.7
0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch refreshed for 2.7 (From OE-Core rev: 176c1cb4690d6f046db1dfa95a59980532b6ccba) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch4
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests.inc4
2 files changed, 4 insertions, 4 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 a1fc9e26a0..d5bd7fe523 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
@@ -18,8 +18,8 @@ diff --git a/Makefile b/Makefile
18index 223a839..a735584 100644 18index 223a839..a735584 100644
19--- a/Makefile 19--- a/Makefile
20+++ b/Makefile 20+++ b/Makefile
21@@ -1,6 +1,6 @@ 21@@ -2,6 +2,6 @@
22 VERSION = 2.6 22 VERSION = 2.7
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 70315c4694..3fbdfa2038 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
1SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5" 1SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
2PV = "2.6" 2PV = "2.7"
3PE = "1" 3PE = "1"
4 4
5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https" 5SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"