Skip to content

Commit

Permalink
rt-tests: upgrade 2.6 -> 2.7
Browse files Browse the repository at this point in the history
0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
refreshed for 2.7

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
wangmingyu84 authored and rpurdie committed Jun 26, 2024
1 parent f53a682 commit 176c1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ diff --git a/Makefile b/Makefile
index 223a839..a735584 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VERSION = 2.6
@@ -2,6 +2,6 @@
VERSION = 2.7
-CC = $(CROSS_COMPILE)gcc
-AR = $(CROSS_COMPILE)ar
+CC ?= $(CROSS_COMPILE)gcc
Expand Down
4 changes: 2 additions & 2 deletions meta/recipes-rt/rt-tests/rt-tests.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5"
PV = "2.6"
SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
PV = "2.7"
PE = "1"

SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"
Expand Down

0 comments on commit 176c1cb

Please sign in to comment.