Skip to content

Commit

Permalink
rt-tests: upgrade 2.2 -> 2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Zheng Ruoqin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
zhengruoqin authored and rpurdie committed Dec 14, 2021
1 parent f81c3ff commit aed533f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "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"
Expand Down

0 comments on commit aed533f

Please sign in to comment.