diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:12 +0000 |
commit | 1929a1e359e4df7d1a2666bdd976c0190865ffde (patch) | |
tree | 5d00ce872843c95c78f1ee028daabe3db38e262b /meta | |
parent | dd0ecfcf06e7a0a456096f951d94bfe1439224c7 (diff) | |
download | poky-1929a1e359e4df7d1a2666bdd976c0190865ffde.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb (renamed from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 2 | ||||
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_1.9.bb (renamed from meta/recipes-rt/rt-tests/rt-tests_1.8.bb) | 0 |
4 files changed, 5 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 c18928ed02..8fd94b176c 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 @@ | |||
1 | From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17 00:00:00 2001 | 1 | From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17 00:00:00 2001 |
2 | From: Randy Witt <randy.e.witt@intel.com> | 2 | From: Randy Witt <randy.e.witt@intel.com> |
3 | Date: Fri, 16 Oct 2020 16:54:30 -0700 | 3 | Date: Fri, 16 Oct 2020 16:54:30 -0700 |
4 | Subject: [PATCH] Makefile: Allow for CC and AR to be overridden | 4 | Subject: [PATCH] Makefile: Allow for CC and AR to be overridden |
@@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb. | |||
9 | Signed-off-by: Randy Witt <randy.e.witt@intel.com> | 9 | Signed-off-by: Randy Witt <randy.e.witt@intel.com> |
10 | 10 | ||
11 | Upstream-Status: Inappropriate [other] | 11 | Upstream-Status: Inappropriate [other] |
12 | |||
12 | --- | 13 | --- |
13 | Makefile | 4 ++-- | 14 | Makefile | 4 ++-- |
14 | 1 file changed, 2 insertions(+), 2 deletions(-) | 15 | 1 file changed, 2 insertions(+), 2 deletions(-) |
15 | 16 | ||
16 | diff --git a/Makefile b/Makefile | 17 | diff --git a/Makefile b/Makefile |
17 | index 05fc5ed..7a289c8 100644 | 18 | index c3ebbd7..2176835 100644 |
18 | --- a/Makefile | 19 | --- a/Makefile |
19 | +++ b/Makefile | 20 | +++ b/Makefile |
20 | @@ -1,6 +1,6 @@ | 21 | @@ -1,6 +1,6 @@ |
21 | VERSION = 1.8 | 22 | VERSION = 1.9 |
22 | -CC = $(CROSS_COMPILE)gcc | 23 | -CC = $(CROSS_COMPILE)gcc |
23 | -AR = $(CROSS_COMPILE)ar | 24 | -AR = $(CROSS_COMPILE)ar |
24 | +CC ?= $(CROSS_COMPILE)gcc | 25 | +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 index 5f61c4ecdd..5f61c4ecdd 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb +++ b/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 5d28c7e63e..2dd890cf95 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | # Version 1.8 | 1 | # Version 1.8 |
2 | SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb" | 2 | SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09" |
3 | PE = "1" | 3 | PE = "1" |
4 | 4 | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest" | 5 | 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 index 2834cabcd4..2834cabcd4 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb | |||