mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
(From OE-Core rev: 3276fdb880979bb3572cbb36602b7eefb7896929) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dd0ecfcf06
commit
1929a1e359
@@ -1,4 +1,4 @@
|
||||
From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17 00:00:00 2001
|
||||
From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17 00:00:00 2001
|
||||
From: Randy Witt <randy.e.witt@intel.com>
|
||||
Date: Fri, 16 Oct 2020 16:54:30 -0700
|
||||
Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
|
||||
@@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
|
||||
Signed-off-by: Randy Witt <randy.e.witt@intel.com>
|
||||
|
||||
Upstream-Status: Inappropriate [other]
|
||||
|
||||
---
|
||||
Makefile | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 05fc5ed..7a289c8 100644
|
||||
index c3ebbd7..2176835 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
VERSION = 1.8
|
||||
VERSION = 1.9
|
||||
-CC = $(CROSS_COMPILE)gcc
|
||||
-AR = $(CROSS_COMPILE)ar
|
||||
+CC ?= $(CROSS_COMPILE)gcc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Version 1.8
|
||||
SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
|
||||
SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
|
||||
|
||||
Reference in New Issue
Block a user