Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 1 | SUMMARY = "Stressful Application Test" |
| 2 | DESCRIPTION = "Stressful Application Test (or stressapptest, its unix name) \ |
| 3 | is a memory interface test. It tries to maximize randomized traffic to memory \ |
| 4 | from processor and I/O, with the intent of creating a realistic high load \ |
| 5 | situation in order to test the existing hardware devices in a computer. \ |
| 6 | " |
| 7 | HOMEPAGE = "https://github.com/stressapptest/stressapptest" |
| 8 | SECTION = "benchmark" |
| 9 | LICENSE = "Apache-2.0" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58" |
| 11 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 12 | SRCREV = "9146a8bfe3e3daefa95f7a61b75183e5fc64af2c" |
Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 13 | |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 14 | PV .= "+1.0.10git${SRCPV}" |
| 15 | |
| 16 | EXTRA_AUTOCONF:append:armv7a = " --with-cpu=armv7a" |
| 17 | EXTRA_AUTOCONF:append:armv7ve = " --with-cpu=armv7a" |
| 18 | |
| 19 | GI_DATA_ENABLED:libc-musl:armv7a = "False" |
| 20 | GI_DATA_ENABLED:libc-musl:armv7ve = "False" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 21 | SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https \ |
Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 22 | file://libcplusplus-compat.patch \ |
| 23 | file://read_sysfs_for_cachesize.patch \ |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 24 | file://0001-configure-Add-with-cpu.patch \ |
| 25 | file://0002-Replace-lfs64-functions-and-defines.patch \ |
| 26 | file://0003-configure-Check-for-pthread_rwlockattr_setkind_np-be.patch \ |
| 27 | " |
Brad Bishop | c8f4712 | 2019-06-24 09:36:18 -0400 | [diff] [blame] | 28 | |
| 29 | S = "${WORKDIR}/git" |
| 30 | |
| 31 | inherit autotools |