diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-24 16:27:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-26 14:33:42 +0100 |
commit | a1067eff46b03576ee83cbdbdf3d856a5ff03307 (patch) | |
tree | 97fcc6c1bbf7a2760d0d6525a8952b50e0001f4b /meta/recipes-rt/rt-tests | |
parent | f8899b935fb85d39c89aff8909551defe22533a4 (diff) | |
download | poky-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/recipes-rt/rt-tests')
-rw-r--r-- | meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 4 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 4 |
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 | |||
18 | index 223a839..a735584 100644 | 18 | index 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 @@ | |||
1 | SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5" | 1 | SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b" |
2 | PV = "2.6" | 2 | PV = "2.7" |
3 | PE = "1" | 3 | PE = "1" |
4 | 4 | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https" | 5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https" |