summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/fio/files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch28
-rw-r--r--meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch13
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_3.17.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.16.bb)3
3 files changed, 2 insertions, 42 deletions
diff --git a/meta-oe/recipes-benchmark/fio/files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch b/meta-oe/recipes-benchmark/fio/files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch
deleted file mode 100644
index 983a76fb6d..0000000000
--- a/meta-oe/recipes-benchmark/fio/files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 2af58909cd9f2862d1dc07836e201361a2cd8d5d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 5 Oct 2019 08:53:22 -0700
4Subject: [PATCH] arch-arm: Consider armv7ve arch as well
5
6Upstream-Status: Submitted []
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 arch/arch-arm.h | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/arch/arch-arm.h b/arch/arch-arm.h
14index 78cb2ebe..4f722967 100644
15--- a/arch/arch-arm.h
16+++ b/arch/arch-arm.h
17@@ -11,7 +11,7 @@
18 #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
19 #define read_barrier() __asm__ __volatile__ ("" : : : "memory")
20 #define write_barrier() __asm__ __volatile__ ("" : : : "memory")
21-#elif defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_8A__)
22+#elif defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_8A__) || defined(__ARM_ARCH_7VE__)
23 #define nop __asm__ __volatile__ ("nop")
24 #define read_barrier() __sync_synchronize()
25 #define write_barrier() __sync_synchronize()
26--
272.23.0
28
diff --git a/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch b/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
index 327b9f5b73..c9c3a08dfc 100644
--- a/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
+++ b/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
@@ -16,8 +16,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
16 tools/hist/fiologparser_hist.py | 2 +- 16 tools/hist/fiologparser_hist.py | 2 +-
17 tools/hist/half-bins.py | 2 +- 17 tools/hist/half-bins.py | 2 +-
18 tools/plot/fio2gnuplot | 2 +- 18 tools/plot/fio2gnuplot | 2 +-
19 t/steadystate_tests.py | 2 +- 19 6 files changed, 6 insertions(+), 6 deletions(-)
20 7 files changed, 7 insertions(+), 7 deletions(-)
21 20
22diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv 21diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv
23index 78a007e5..0524b6e6 100755 22index 78a007e5..0524b6e6 100755
@@ -79,16 +78,6 @@ index 4d1815cf..509141af 100755
79 # Note: this script is python2 and python3 compatible. 78 # Note: this script is python2 and python3 compatible.
80 # 79 #
81 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com> 80 # Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
82diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py
83index 50254dcc..95e7dfde 100755
84--- a/t/steadystate_tests.py
85+++ b/t/steadystate_tests.py
86@@ -1,4 +1,4 @@
87-#!/usr/bin/python2.7
88+#!/usr/bin/env python
89 # Note: this script is python2 and python 3 compatible.
90 #
91 # steadystate_tests.py
92-- 81--
932.17.1 822.17.1
94 83
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.16.bb b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
index adab618780..e41c21d1e2 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.16.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
@@ -21,10 +21,9 @@ PACKAGECONFIG_NUMA_armeb = ""
21PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 21PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
22PACKAGECONFIG[numa] = ",--disable-numa,numactl" 22PACKAGECONFIG[numa] = ",--disable-numa,numactl"
23 23
24SRCREV = "92f75708b530989fdb13b50be6604f44b80d038d" 24SRCREV = "08ce9dc20b8a4e55db7af6d869ddfa49b4a02d03"
25SRC_URI = "git://git.kernel.dk/fio.git \ 25SRC_URI = "git://git.kernel.dk/fio.git \
26 file://0001-update-the-interpreter-paths.patch \ 26 file://0001-update-the-interpreter-paths.patch \
27 file://0001-arch-arm-Consider-armv7ve-arch-as-well.patch \
28" 27"
29 28
30S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"