summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* stressapptest: Upgrade to 1.0.11 releaseKhem Raj2023-10-071-31/+0
| | | | | | Drop patches already in this upstream version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Fix build with largefile support and muslKhem Raj2022-12-171-1/+9
| | | | | | Update status of patches as they are submitted upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Upgrade to latest tipKhem Raj2022-12-081-1/+3
| | | | | | Brings in support for mips along with other fixes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Use git SHA instead of git archiveKhem Raj2019-06-161-5/+4
| | | | | | git archives get regenerated randomly so lets use git fetcher instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Implement reading sysfs and use it if sysconf is not thereKhem Raj2019-06-161-0/+1
| | | | | | | This helps in building on musl platform where _SC_LEVEL1_DCACHE_LINESIZE is not available Signed-off-by: Khem Raj <raj.khem@gmail.com>
* stressapptest: Fix build with libc++Khem Raj2019-06-161-1/+3
| | | | | | | when using libc++ instead of libstdc++, __gnu_cxx namespace is not available Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-benchmark/stressapptest_1.0.9.bb: add recipeMaciej Pijanowski2019-06-151-0/+19
This patch introduces recipe for the stressapptest utility. The recipe builds without errors and warnings (tested on thud). It basically uses autootools to buildm so should build just fine on the other releases as well. Basic commands from the project's README were tested on a few armv7 / armv8 platforms. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>