summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-benchmark
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb6
-rw-r--r--meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb8
-rw-r--r--meta-oe/recipes-benchmark/dbench/dbench_4.0.bb8
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_3.27.bb6
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb2
-rw-r--r--meta-oe/recipes-benchmark/iozone3/iozone3_492.bb12
-rw-r--r--meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb20
-rw-r--r--meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb8
-rw-r--r--meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb6
-rw-r--r--meta-oe/recipes-benchmark/s-suite/s-suite_git.bb6
-rw-r--r--meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb2
-rw-r--r--meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb2
12 files changed, 43 insertions, 43 deletions
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb
index d7583f0764..91387176b8 100644
--- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb
+++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb
@@ -25,7 +25,7 @@ do_install () {
25 25
26PACKAGES =+ "bonnie-scripts" 26PACKAGES =+ "bonnie-scripts"
27 27
28FILES_${PN} = "${sbindir}" 28FILES:${PN} = "${sbindir}"
29FILES_bonnie-scripts = "${bindir}" 29FILES:bonnie-scripts = "${bindir}"
30 30
31RDEPENDS_bonnie-scripts += "perl" 31RDEPENDS:bonnie-scripts += "perl"
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb
index b21212a430..f8f817e40b 100644
--- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb
+++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "A collection of cpuburn programs tuned for different ARM hardware"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://cpuburn-a53.S;beginline=1;endline=22;md5=3b7ccd70144c16d3fe14ac491c2d4a87" 3LIC_FILES_CHKSUM = "file://cpuburn-a53.S;beginline=1;endline=22;md5=3b7ccd70144c16d3fe14ac491c2d4a87"
4 4
5RPROVIDES_${PN} = "cpuburn-neon" 5RPROVIDES:${PN} = "cpuburn-neon"
6PROVIDES += "cpuburn-neon" 6PROVIDES += "cpuburn-neon"
7 7
8SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" 8SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f"
@@ -47,6 +47,6 @@ do_install() {
47} 47}
48 48
49COMPATIBLE_MACHINE ?= "(^$)" 49COMPATIBLE_MACHINE ?= "(^$)"
50COMPATIBLE_MACHINE_armv7a = "(.*)" 50COMPATIBLE_MACHINE:armv7a = "(.*)"
51COMPATIBLE_MACHINE_armv7ve = "(.*)" 51COMPATIBLE_MACHINE:armv7ve = "(.*)"
52COMPATIBLE_MACHINE_aarch64 = "(.*)" 52COMPATIBLE_MACHINE:aarch64 = "(.*)"
diff --git a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb
index fb6a96e64b..517958b152 100644
--- a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb
+++ b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb
@@ -1,6 +1,6 @@
1SUMMARY = "The dbench (disk) and tbench (TCP) benchmarks" 1SUMMARY = "The dbench (disk) and tbench (TCP) benchmarks"
2SUMMARY_dbench = "Filesystem load benchmark" 2SUMMARY:dbench = "Filesystem load benchmark"
3SUMMARY_tbench = "TCP load benchmark" 3SUMMARY:tbench = "TCP load benchmark"
4HOMEPAGE = "http://samba.org/ftp/tridge/dbench/" 4HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
@@ -16,11 +16,11 @@ inherit autotools
16 16
17PACKAGES =+ "tbench" 17PACKAGES =+ "tbench"
18 18
19RPROVIDES_${PN}-dbg += "tbench-dbg" 19RPROVIDES:${PN}-dbg += "tbench-dbg"
20 20
21TARGET_CC_ARCH += "${LDFLAGS}" 21TARGET_CC_ARCH += "${LDFLAGS}"
22 22
23FILES_tbench = "${bindir}/tbench* ${prefix}/share/client.txt" 23FILES:tbench = "${bindir}/tbench* ${prefix}/share/client.txt"
24 24
25SRC_URI[md5sum] = "1fe56ff71b9a416f8889d7150ac54da4" 25SRC_URI[md5sum] = "1fe56ff71b9a416f8889d7150ac54da4"
26SRC_URI[sha256sum] = "6001893f34e68a3cfeb5d424e1f2bfef005df96a22d86f35dc770c5bccf3aa8a" 26SRC_URI[sha256sum] = "6001893f34e68a3cfeb5d424e1f2bfef005df96a22d86f35dc770c5bccf3aa8a"
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.27.bb b/meta-oe/recipes-benchmark/fio/fio_3.27.bb
index d18649db0d..96791948b0 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.27.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.27.bb
@@ -12,12 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13DEPENDS = "libaio zlib coreutils-native" 13DEPENDS = "libaio zlib coreutils-native"
14DEPENDS += "${@bb.utils.contains('MACHINE_FEATURES', 'pmem', 'pmdk', '', d)}" 14DEPENDS += "${@bb.utils.contains('MACHINE_FEATURES', 'pmem', 'pmdk', '', d)}"
15RDEPENDS_${PN} = "python3-core bash" 15RDEPENDS:${PN} = "python3-core bash"
16 16
17PACKAGECONFIG_NUMA = "numa" 17PACKAGECONFIG_NUMA = "numa"
18# ARM does not currently support NUMA 18# ARM does not currently support NUMA
19PACKAGECONFIG_NUMA_arm = "" 19PACKAGECONFIG_NUMA:arm = ""
20PACKAGECONFIG_NUMA_armeb = "" 20PACKAGECONFIG_NUMA:armeb = ""
21 21
22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 22PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
23PACKAGECONFIG[numa] = ",--disable-numa,numactl" 23PACKAGECONFIG[numa] = ",--disable-numa,numactl"
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index f5e719a35a..5e99e9e4ef 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
9 file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" 9 file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552"
10 10
11DEPENDS = "libpng jpeg udev" 11DEPENDS = "libpng jpeg udev"
12DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}" 12DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}"
13 13
14PV = "2021.02+${SRCPV}" 14PV = "2021.02+${SRCPV}"
15 15
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb
index a68a27c970..ba3eaec619 100644
--- a/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb
+++ b/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb
@@ -23,11 +23,11 @@ S = "${WORKDIR}/${BPN}_${PV}/src/current"
23# explicitly listed below. Another, the iozone3 Makefile 23# explicitly listed below. Another, the iozone3 Makefile
24# needs to be told about the cross-compiler explicitly here. 24# needs to be told about the cross-compiler explicitly here.
25# 25#
26EXTRA_OEMAKE_powerpc = "linux-powerpc CC='${CC}' GCC='${CC}'" 26EXTRA_OEMAKE:powerpc = "linux-powerpc CC='${CC}' GCC='${CC}'"
27EXTRA_OEMAKE_powerpc64 = "linux-powerpc64 CC='${CC}' GCC='${CC}'" 27EXTRA_OEMAKE:powerpc64 = "linux-powerpc64 CC='${CC}' GCC='${CC}'"
28EXTRA_OEMAKE_powerpc64le = "linux-powerpc64 CC='${CC}' GCC='${CC}'" 28EXTRA_OEMAKE:powerpc64le = "linux-powerpc64 CC='${CC}' GCC='${CC}'"
29EXTRA_OEMAKE_x86-64 = "linux-AMD64 CC='${CC}' GCC='${CC}'" 29EXTRA_OEMAKE:x86-64 = "linux-AMD64 CC='${CC}' GCC='${CC}'"
30EXTRA_OEMAKE_arm = "linux-arm CC='${CC}' GCC='${CC}'" 30EXTRA_OEMAKE:arm = "linux-arm CC='${CC}' GCC='${CC}'"
31EXTRA_OEMAKE = "linux CC='${CC}' GCC='${CC}'" 31EXTRA_OEMAKE = "linux CC='${CC}' GCC='${CC}'"
32 32
33TARGET_CC_ARCH += "${LDFLAGS}" 33TARGET_CC_ARCH += "${LDFLAGS}"
@@ -55,7 +55,7 @@ do_install() {
55 install -m 0644 ${WORKDIR}/${BPN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${BPN}/ 55 install -m 0644 ${WORKDIR}/${BPN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${BPN}/
56} 56}
57 57
58FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt" 58FILES:${PN} += "${datadir}/doc/${PN}/copyright.txt"
59 59
60# LICENSE: 60# LICENSE:
61# 61#
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
index 124b142d83..cfdf420650 100644
--- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
+++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb
@@ -4,8 +4,8 @@ LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
5 5
6DEPENDS = "sysfsutils" 6DEPENDS = "sysfsutils"
7RDEPENDS_${PN} += "bash python3-core" 7RDEPENDS:${PN} += "bash python3-core"
8RDEPENDS_${PN}-tests += "bash python3-core" 8RDEPENDS:${PN}-tests += "bash python3-core"
9 9
10PV = "2.23" 10PV = "2.23"
11PE = "1" 11PE = "1"
@@ -37,9 +37,9 @@ COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*"
37 37
38LIBARGS = "LIB32=${baselib} LIB64=${baselib}" 38LIBARGS = "LIB32=${baselib} LIB64=${baselib}"
39LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" 39LIBHUGETLBFS_ARCH = "${TARGET_ARCH}"
40LIBHUGETLBFS_ARCH_powerpc = "ppc" 40LIBHUGETLBFS_ARCH:powerpc = "ppc"
41LIBHUGETLBFS_ARCH_powerpc64 = "ppc64" 41LIBHUGETLBFS_ARCH:powerpc64 = "ppc64"
42LIBHUGETLBFS_ARCH_powerpc64le = "ppc64le" 42LIBHUGETLBFS_ARCH:powerpc64le = "ppc64le"
43EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS} BUILDTYPE=NATIVEONLY V=2" 43EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS} BUILDTYPE=NATIVEONLY V=2"
44PARALLEL_MAKE = "" 44PARALLEL_MAKE = ""
45CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0" 45CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
@@ -65,12 +65,12 @@ do_install() {
65 65
66 66
67PACKAGES =+ "${PN}-tests " 67PACKAGES =+ "${PN}-tests "
68FILES_${PN} += "${libdir}/*.so" 68FILES:${PN} += "${libdir}/*.so"
69FILES_${PN}-dev = "${includedir}" 69FILES:${PN}-dev = "${includedir}"
70FILES_${PN}-dbg += "${libdir}/libhugetlbfs/tests/obj32/.debug ${libdir}/libhugetlbfs/tests/obj64/.debug" 70FILES:${PN}-dbg += "${libdir}/libhugetlbfs/tests/obj32/.debug ${libdir}/libhugetlbfs/tests/obj64/.debug"
71FILES_${PN}-tests += "${libdir}/libhugetlbfs/tests" 71FILES:${PN}-tests += "${libdir}/libhugetlbfs/tests"
72 72
73INSANE_SKIP_${PN} = "dev-so" 73INSANE_SKIP:${PN} = "dev-so"
74 74
75INHIBIT_PACKAGE_STRIP = "1" 75INHIBIT_PACKAGE_STRIP = "1"
76INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 76INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index e9d1067d43..7d141d8c7e 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -83,7 +83,7 @@ do_install () {
83 install -m 0644 ${S}/src/webpage-lm.tar ${D}${datadir}/lmbench 83 install -m 0644 ${S}/src/webpage-lm.tar ${D}${datadir}/lmbench
84} 84}
85 85
86pkg_postinst_${PN} () { 86pkg_postinst:${PN} () {
87 if [ -z "$D" ]; then 87 if [ -z "$D" ]; then
88 if command -v systemd-tmpfiles >/dev/null; then 88 if command -v systemd-tmpfiles >/dev/null; then
89 systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/lmbench.conf 89 systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/lmbench.conf
@@ -93,9 +93,9 @@ pkg_postinst_${PN} () {
93 fi 93 fi
94} 94}
95 95
96RDEPENDS_${PN} = "perl" 96RDEPENDS:${PN} = "perl"
97FILES_${PN} += "${datadir}/lmbench" 97FILES:${PN} += "${datadir}/lmbench"
98 98
99ALTERNATIVE_${PN} = "stream" 99ALTERNATIVE:${PN} = "stream"
100ALTERNATIVE_LINK_NAME[stream] = "${bindir}/stream" 100ALTERNATIVE_LINK_NAME[stream] = "${bindir}/stream"
101 101
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
index 4a8e5b5b2a..c571013a91 100644
--- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
+++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb
@@ -27,11 +27,11 @@ do_install() {
27# continual target reboots if they encounter network problems. 27# continual target reboots if they encounter network problems.
28# 28#
29SYSTEMD_AUTO_ENABLE = "disable" 29SYSTEMD_AUTO_ENABLE = "disable"
30SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" 30SYSTEMD_SERVICE:${PN} = "phoromatic-client.service phoromatic-server.service"
31 31
32RDEPENDS_${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release" 32RDEPENDS:${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release"
33 33
34FILES_${PN} += " \ 34FILES:${PN} += " \
35 ${datadir}/phoronix-test-suite \ 35 ${datadir}/phoronix-test-suite \
36 ${datadir}/appdata/phoronix-test-suite.appdata.xml \ 36 ${datadir}/appdata/phoronix-test-suite.appdata.xml \
37 ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ 37 ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \
diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
index d6852e29fb..a0df05c942 100644
--- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
+++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
@@ -23,11 +23,11 @@ do_install() {
23 install -m0755 ${S}/process_config.sh ${D}/opt/S-suite 23 install -m0755 ${S}/process_config.sh ${D}/opt/S-suite
24} 24}
25 25
26RDEPENDS_${PN} = "bash bc coreutils gawk g++ gcc fio libaio libaio-dev sysstat \ 26RDEPENDS:${PN} = "bash bc coreutils gawk g++ gcc fio libaio libaio-dev sysstat \
27 git" 27 git"
28 28
29FILES_${PN} = "/opt/S-suite/" 29FILES:${PN} = "/opt/S-suite/"
30 30
31# added to INSANE_SKIP since s-suite have an runtime 31# added to INSANE_SKIP since s-suite have an runtime
32# dependency (RDEPENDS) on libaio-dev. 32# dependency (RDEPENDS) on libaio-dev.
33INSANE_SKIP_${PN} += "dev-deps" 33INSANE_SKIP:${PN} += "dev-deps"
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
index d1725dddd6..46b6788a8f 100644
--- a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
+++ b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
@@ -23,6 +23,6 @@ PACKAGECONFIG[mysql] = "--with-mysql \
23 --with-mysql-libs=${STAGING_LIBDIR}, \ 23 --with-mysql-libs=${STAGING_LIBDIR}, \
24 --without-mysql,mysql5" 24 --without-mysql,mysql5"
25 25
26do_configure_prepend() { 26do_configure:prepend() {
27 touch ${S}/NEWS ${S}/AUTHORS 27 touch ${S}/NEWS ${S}/AUTHORS
28} 28}
diff --git a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb
index 427ce67d61..c9e2958a6b 100644
--- a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb
+++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb
@@ -21,7 +21,7 @@ do_install() {
21 oe_runmake install 21 oe_runmake install
22} 22}
23 23
24RDEPENDS_${PN} = "\ 24RDEPENDS:${PN} = "\
25 perl \ 25 perl \
26 perl-module-exporter-heavy \ 26 perl-module-exporter-heavy \
27 perl-module-getopt-long \ 27 perl-module-getopt-long \