diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-08-31 21:45:24 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-31 08:30:20 -0700 |
commit | 85af6c1f1837033b4d9ba8c1156ae8ef8d204592 (patch) | |
tree | a06a6db56948f2e5d6f479d8a240b06d425e9678 | |
parent | 97f52d0f6a09e243858637e98f41250eaf5554eb (diff) | |
download | meta-openembedded-85af6c1f1837033b4d9ba8c1156ae8ef8d204592.tar.gz |
fio: upgrade 3.21 -> 3.22
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/fio_3.22.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.21.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.21.bb b/meta-oe/recipes-benchmark/fio/fio_3.22.bb index 83f38fc7b..b50ed9f27 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.21.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.22.bb | |||
@@ -22,7 +22,7 @@ PACKAGECONFIG_NUMA_armeb = "" | |||
22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
24 | 24 | ||
25 | SRCREV = "d13596b225baf61425a9ca92b0583fc3fa97765d" | 25 | SRCREV = "477b6753ad068983d49fea0abc91fab82da9bad0" |
26 | SRC_URI = "git://git.kernel.dk/fio.git \ | 26 | SRC_URI = "git://git.kernel.dk/fio.git \ |
27 | " | 27 | " |
28 | 28 | ||