summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-07-30 18:47:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-31 23:03:01 +0100
commit23e9a8835e5b756ce91c7cdf924fdc45778cdb41 (patch)
treedd9d5b6c4fd958df9c94419659c2bbe2a7f802a6 /meta/recipes-rt/rt-tests/rt-tests_1.1.bb
parentfc0c93a62eff08876f8f6b701e3a221ace2fc767 (diff)
downloadpoky-23e9a8835e5b756ce91c7cdf924fdc45778cdb41.tar.gz
stress-ng: add a recipe that replaces the original stress
The original stress is no longer maintained and the homepage went down. This commit replaces it with a maintained re-implementation by Ubuntu. Stress-ng preserves command line option compatibility (for the options that are used in rt-tests), so adjustment is simply changing the name of the executable. Rt-tests is the only user of stress(-ng) in oe-core. (From OE-Core rev: 3fcc10aeba208381166f09861d098d6459d44dfe) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests/rt-tests_1.1.bb')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests_1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.1.bb b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
index 496f04fdba..b673cd784f 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
@@ -26,6 +26,6 @@ do_install_ptest() {
26 cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} 26 cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH}
27} 27}
28 28
29RDEPENDS_${PN}-ptest += " stress python3 python3-multiprocessing python3-datetime python3-misc" 29RDEPENDS_${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc"
30 30
31FILES_${PN} += "${prefix}/src/backfire" 31FILES_${PN} += "${prefix}/src/backfire"