blob: ba61ff971e754cdef8783955fc599309d6644517 [file] [log] [blame]
Brad Bishopc8f47122019-06-24 09:36:18 -04001SUMMARY = "Stressful Application Test"
2DESCRIPTION = "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"
7HOMEPAGE = "https://github.com/stressapptest/stressapptest"
8SECTION = "benchmark"
9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://COPYING;md5=55ea9d559f985fb4834317d8ed6b9e58"
11
Andrew Geissler20137392023-10-12 04:59:14 -060012SRCREV = "25e31a2c1fcc66f3a43e91998f0819b016322a70"
Andrew Geissler517393d2023-01-13 08:55:19 -060013
14EXTRA_AUTOCONF:append:armv7a = " --with-cpu=armv7a"
15EXTRA_AUTOCONF:append:armv7ve = " --with-cpu=armv7a"
16
17GI_DATA_ENABLED:libc-musl:armv7a = "False"
18GI_DATA_ENABLED:libc-musl:armv7ve = "False"
Andrew Geissler20137392023-10-12 04:59:14 -060019SRC_URI = "git://github.com/stressapptest/stressapptest;branch=master;protocol=https"
Brad Bishopc8f47122019-06-24 09:36:18 -040020
21S = "${WORKDIR}/git"
22
23inherit autotools