[oe-commits] [meta-openembedded] 69/73: fio: Upgrade to 3.12

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:56:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit c3916ef18918ff4497a25c6e0c697a1bc5a74d2e
Author: Mingli Yu <mingli.yu at windriver.com>
AuthorDate: Fri Nov 16 01:32:09 2018 -0800

    fio: Upgrade to 3.12
    
    Refresh 0001-update-the-interpreter-paths.patch as the
    folder unit_tests/ is renamed to t/ in below commit:
    c44d2c6e Move steady state unit test to t/
    
    Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../fio/files/0001-update-the-interpreter-paths.patch             | 8 ++++----
 meta-oe/recipes-benchmark/fio/{fio_3.8.bb => fio_3.12.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 276a24d..327b9f5 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 at windriver.com>
  tools/hist/fiologparser_hist.py | 2 +-
  tools/hist/half-bins.py         | 2 +-
  tools/plot/fio2gnuplot          | 2 +-
- unit_tests/steadystate_tests.py | 2 +-
+ t/steadystate_tests.py | 2 +-
  7 files changed, 7 insertions(+), 7 deletions(-)
 
 diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv
@@ -79,10 +79,10 @@ index 4d1815cf..509141af 100755
  # Note: this script is python2 and python3 compatible.
  #
  #  Copyright (C) 2013 eNovance SAS <licensing at enovance.com>
-diff --git a/unit_tests/steadystate_tests.py b/unit_tests/steadystate_tests.py
+diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py
 index 50254dcc..95e7dfde 100755
---- a/unit_tests/steadystate_tests.py
-+++ b/unit_tests/steadystate_tests.py
+--- a/t/steadystate_tests.py
++++ b/t/steadystate_tests.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python2.7
 +#!/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
similarity index 96%
rename from meta-oe/recipes-benchmark/fio/fio_3.8.bb
rename to meta-oe/recipes-benchmark/fio/fio_3.12.bb
index 5bc48b0..2deb42d 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}"
 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
 
 # rev for v3.8
-SRCREV = "bfd986752ad053175423ffe3bbbeb07803f8ad4a"
+SRCREV = "16500b5a0b03ee0142d592bb74a46943a223b06e"
 SRC_URI = "git://git.kernel.dk/fio.git \
           file://0001-update-the-interpreter-paths.patch \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list