summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-03-11 07:17:49 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-10 21:15:03 -0700
commit1329e39d47d772768c9aae8f715d9adcb66710ca (patch)
treeeeb76f521a9f60f750fc0450c327de297c951dc6 /meta-oe
parent8941133760b9b76295f73d171c593cddddde9b6c (diff)
downloadmeta-openembedded-1329e39d47d772768c9aae8f715d9adcb66710ca.tar.gz
fio: upgrade 3.38 -> 3.39
ChangeLog: https://github.com/axboe/fio/releases/tag/fio-3.39 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_3.39.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.38.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.38.bb b/meta-oe/recipes-benchmark/fio/fio_3.39.bb
index 1d1db92f44..473408e9b8 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.38.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.39.bb
@@ -22,8 +22,8 @@ PACKAGECONFIG_NUMA:armeb = ""
22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
23PACKAGECONFIG[numa] = ",--disable-numa,numactl" 23PACKAGECONFIG[numa] = ",--disable-numa,numactl"
24 24
25SRCREV = "5af800ca20ea18193d2262a8191ae32e14d623f8"
26SRC_URI = "git://git.kernel.dk/fio.git;branch=master" 25SRC_URI = "git://git.kernel.dk/fio.git;branch=master"
26SRCREV = "a6e474c9e896e4ba1eb40066a03402afb040710a"
27 27
28UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)" 28UPSTREAM_CHECK_GITTAGREGEX = "fio-(?P<pver>\d+(\.\d+)+)"
29 29