diff options
Diffstat (limited to 'meta-oe/recipes-benchmark')
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index f8f817e40b..7969af6c37 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb +++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |||
| @@ -9,7 +9,7 @@ SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" | |||
| 9 | 9 | ||
| 10 | PV = "1.0+git${SRCPV}" | 10 | PV = "1.0+git${SRCPV}" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/ssvb/cpuburn-arm.git \ | 12 | SRC_URI = "git://github.com/ssvb/cpuburn-arm.git;branch=master;protocol=https \ |
| 13 | file://0001-cpuburn-a8.S-Remove-.func-.endfunc.patch \ | 13 | file://0001-cpuburn-a8.S-Remove-.func-.endfunc.patch \ |
| 14 | file://0002-burn.S-Add.patch \ | 14 | file://0002-burn.S-Add.patch \ |
| 15 | file://0003-burn.S-Remove-.func-.endfunc.patch \ | 15 | file://0003-burn.S-Remove-.func-.endfunc.patch \ |
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.28.bb b/meta-oe/recipes-benchmark/fio/fio_3.28.bb index 6e4b648d26..93eb1c2dd8 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.28.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.28.bb | |||
| @@ -23,7 +23,7 @@ PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | |||
| 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
| 24 | 24 | ||
| 25 | SRCREV = "d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6" | 25 | SRCREV = "d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6" |
| 26 | SRC_URI = "git://git.kernel.dk/fio.git \ | 26 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 5e99e9e4ef..9f7ceebfbe 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-n | |||
| 14 | PV = "2021.02+${SRCPV}" | 14 | PV = "2021.02+${SRCPV}" |
| 15 | 15 | ||
| 16 | SRC_URI = " \ | 16 | SRC_URI = " \ |
| 17 | git://github.com/glmark2/glmark2.git;protocol=https \ | 17 | git://github.com/glmark2/glmark2.git;protocol=https;branch=master \ |
| 18 | file://0001-fix-dispmanx-build.patch \ | 18 | file://0001-fix-dispmanx-build.patch \ |
| 19 | file://0002-run-dispmanx-fullscreen.patch \ | 19 | file://0002-run-dispmanx-fullscreen.patch \ |
| 20 | " | 20 | " |
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb index be75837beb..47bf4d5015 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb | |||
| @@ -11,7 +11,7 @@ AUTHOR = "ESNET <info@es.net>, Lawrence Berkeley National Laboratory <websupport | |||
| 11 | LICENSE = "BSD-3-Clause" | 11 | LICENSE = "BSD-3-Clause" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b7fb682e9941a49f1214dcd7441410d7" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b7fb682e9941a49f1214dcd7441410d7" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/esnet/iperf.git \ | 14 | SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \ |
| 15 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ | 15 | file://0002-Remove-pg-from-profile_CFLAGS.patch \ |
| 16 | file://0001-configure.ac-check-for-CPP-prog.patch \ | 16 | file://0001-configure.ac-check-for-CPP-prog.patch \ |
| 17 | " | 17 | " |
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb index f16bd99d5d..17bbb9b6ce 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=9a825c63897c53f487ef900598c31527" | |||
| 9 | SRCREV = "b6b2ce5f9f87a09b14499cb00c600c601f022634" | 9 | SRCREV = "b6b2ce5f9f87a09b14499cb00c600c601f022634" |
| 10 | PV = "20110206+git${SRCPV}" | 10 | PV = "20110206+git${SRCPV}" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://git.musl-libc.org/libc-bench \ | 12 | SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ |
| 13 | file://0001-build-Do-not-override-ldflags-from-environment.patch \ | 13 | file://0001-build-Do-not-override-ldflags-from-environment.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index cfdf420650..be131cd261 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
| @@ -12,7 +12,7 @@ PE = "1" | |||
| 12 | 12 | ||
| 13 | SRCREV = "6b126a4d7da9490fa40fe7e1b962edcb939feddc" | 13 | SRCREV = "6b126a4d7da9490fa40fe7e1b962edcb939feddc" |
| 14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
| 15 | git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https \ | 15 | git://github.com/libhugetlbfs/libhugetlbfs.git;protocol=https;branch=master \ |
| 16 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ | 16 | file://skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch \ |
| 17 | file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ | 17 | file://libhugetlbfs-avoid-search-host-library-path-for-cros.patch \ |
| 18 | file://tests-Makefile-install-static-4G-edge-testcases.patch \ | 18 | file://tests-Makefile-install-static-4G-edge-testcases.patch \ |
diff --git a/meta-oe/recipes-benchmark/mbw/mbw_git.bb b/meta-oe/recipes-benchmark/mbw/mbw_git.bb index 5ed726d9b7..3738036a88 100644 --- a/meta-oe/recipes-benchmark/mbw/mbw_git.bb +++ b/meta-oe/recipes-benchmark/mbw/mbw_git.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "console/tests" | |||
| 4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
| 5 | LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef" | 5 | LIC_FILES_CHKSUM = "file://mbw.spec;beginline=1;endline=10;md5=bbb77813272134a5c461f71abe945bef" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/raas/${BPN}.git" | 7 | SRC_URI = "git://github.com/raas/${BPN}.git;branch=master;protocol=https" |
| 8 | 8 | ||
| 9 | SRCREV = "2a15026ff65160127204881263464b1740a57198" | 9 | SRCREV = "2a15026ff65160127204881263464b1740a57198" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb index a2966e99dd..d30ea5a01b 100644 --- a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb +++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb | |||
| @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58" | |||
| 11 | 11 | ||
| 12 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" | 12 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/stressapptest/stressapptest \ | 14 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \ |
| 15 | file://libcplusplus-compat.patch \ | 15 | file://libcplusplus-compat.patch \ |
| 16 | file://read_sysfs_for_cachesize.patch \ | 16 | file://read_sysfs_for_cachesize.patch \ |
| 17 | " | 17 | " |
diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index 0607da834b..025aacf251 100644 --- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb +++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://main.c;endline=22;md5=879b9bbb60851454885b5fa47eb6b34 | |||
| 9 | PV = "0.4.9+git${SRCPV}" | 9 | PV = "0.4.9+git${SRCPV}" |
| 10 | 10 | ||
| 11 | SRCREV = "a2cf6d7e382e3aea1eb39173174d9fa28cad15f3" | 11 | SRCREV = "a2cf6d7e382e3aea1eb39173174d9fa28cad15f3" |
| 12 | SRC_URI = "git://github.com/ssvb/tinymembench.git \ | 12 | SRC_URI = "git://github.com/ssvb/tinymembench.git;branch=master;protocol=https \ |
| 13 | file://0001-asm-Delete-.func-.endfunc-directives.patch \ | 13 | file://0001-asm-Delete-.func-.endfunc-directives.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
