From: Alexander Kanavin Date: Mon, 2 Nov 2020 16:48:57 +0000 (+0100) Subject: rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9679 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3276fdb880979bb3572cbb36602b7eefb7896929;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 c18928ed02d..8fd94b176cd 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 @@ -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 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 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 diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb similarity index 100% rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 5d28c7e63eb..2dd890cf95c 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -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" diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb similarity index 100% rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb