diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-01-16 10:39:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-15 23:17:45 -0800 |
commit | 77e647912eebf51197ddf777102a02bf6f993756 (patch) | |
tree | e5e79f7e708451a6b17eaf9a77a4b1c364034c1f | |
parent | 02d0a59daa74eb190e29d4675724632ac98f39da (diff) | |
download | meta-openembedded-77e647912eebf51197ddf777102a02bf6f993756.tar.gz |
fio: upgrade 3.16 -> 3.17
-files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch
Removed since this is included in 3.17.
-Refresh the following patch:
files/0001-update-the-interpreter-paths.patch
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-benchmark/fio/files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch | 28 | ||||
-rw-r--r-- | meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch | 13 | ||||
-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 @@ | |||
1 | From 2af58909cd9f2862d1dc07836e201361a2cd8d5d Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 5 Oct 2019 08:53:22 -0700 | ||
4 | Subject: [PATCH] arch-arm: Consider armv7ve arch as well | ||
5 | |||
6 | Upstream-Status: Submitted [] | ||
7 | |||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
9 | --- | ||
10 | arch/arch-arm.h | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/arch/arch-arm.h b/arch/arch-arm.h | ||
14 | index 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 | -- | ||
27 | 2.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 | ||
22 | diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv | 21 | diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv |
23 | index 78a007e5..0524b6e6 100755 | 22 | index 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> |
82 | diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py | ||
83 | index 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 | -- |
93 | 2.17.1 | 82 | 2.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 = "" | |||
21 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 21 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
22 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 22 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
23 | 23 | ||
24 | SRCREV = "92f75708b530989fdb13b50be6604f44b80d038d" | 24 | SRCREV = "08ce9dc20b8a4e55db7af6d869ddfa49b4a02d03" |
25 | SRC_URI = "git://git.kernel.dk/fio.git \ | 25 | SRC_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 | ||
30 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |