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 | |
| 12 | SRCREV = "fb72e5e5f0879231f38e0e826a98a6ca2d1ca38e" |
| 13 | |
| 14 | SRC_URI = "git://github.com/stressapptest/stressapptest \ |
| 15 | file://libcplusplus-compat.patch \ |
| 16 | file://read_sysfs_for_cachesize.patch \ |
| 17 | " |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | |
| 21 | inherit autotools |