summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
new file mode 100644
index 0000000000..3e5748a3a1
--- /dev/null
+++ b/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
@@ -0,0 +1,19 @@
1SUMMARY = "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
12SRC_URI = "https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"
13
14SRC_URI[md5sum] = "d3a526c174c049dd7a1068dc74a62be2"
15SRC_URI[sha256sum] = "2ba470587ad4f6ae92057d427c3a2a2756e5f10bd25cd91e62eaef55a40b30a1"
16
17S = "${WORKDIR}/${PN}-${PV}"
18
19inherit autotools