diff options
| -rw-r--r-- | meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_3.12.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.8.bb) | 2 |
2 files changed, 5 insertions, 5 deletions
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 276a24d894..327b9f5b73 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,7 +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 | unit_tests/steadystate_tests.py | 2 +- | 19 | t/steadystate_tests.py | 2 +- |
| 20 | 7 files changed, 7 insertions(+), 7 deletions(-) | 20 | 7 files changed, 7 insertions(+), 7 deletions(-) |
| 21 | 21 | ||
| 22 | diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv | 22 | diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv |
| @@ -79,10 +79,10 @@ index 4d1815cf..509141af 100755 | |||
| 79 | # Note: this script is python2 and python3 compatible. | 79 | # Note: this script is python2 and python3 compatible. |
| 80 | # | 80 | # |
| 81 | # Copyright (C) 2013 eNovance SAS <licensing@enovance.com> | 81 | # Copyright (C) 2013 eNovance SAS <licensing@enovance.com> |
| 82 | diff --git a/unit_tests/steadystate_tests.py b/unit_tests/steadystate_tests.py | 82 | diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py |
| 83 | index 50254dcc..95e7dfde 100755 | 83 | index 50254dcc..95e7dfde 100755 |
| 84 | --- a/unit_tests/steadystate_tests.py | 84 | --- a/t/steadystate_tests.py |
| 85 | +++ b/unit_tests/steadystate_tests.py | 85 | +++ b/t/steadystate_tests.py |
| 86 | @@ -1,4 +1,4 @@ | 86 | @@ -1,4 +1,4 @@ |
| 87 | -#!/usr/bin/python2.7 | 87 | -#!/usr/bin/python2.7 |
| 88 | +#!/usr/bin/env python | 88 | +#!/usr/bin/env python |
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.8.bb b/meta-oe/recipes-benchmark/fio/fio_3.12.bb index 5bc48b0529..2deb42db99 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.8.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.12.bb | |||
| @@ -21,7 +21,7 @@ PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | |||
| 21 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 21 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
| 22 | 22 | ||
| 23 | # rev for v3.8 | 23 | # rev for v3.8 |
| 24 | SRCREV = "bfd986752ad053175423ffe3bbbeb07803f8ad4a" | 24 | SRCREV = "16500b5a0b03ee0142d592bb74a46943a223b06e" |
| 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 | " | 27 | " |
