mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 19:00:49 +00:00
task-ti-test: import task-arago-test.bb from arago git
* ltp-ddt isn't in meta-oe or meta-ti yet, but will be soon Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
DESCRIPTION = "Extended task to get System Test specific apps"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
inherit task
|
||||
|
||||
# those ones can be set in machine config to supply packages needed to get machine booting
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||
|
||||
TEST = "\
|
||||
bonnie++ \
|
||||
hdparm \
|
||||
iozone3 \
|
||||
iperf \
|
||||
lmbench \
|
||||
rt-tests \
|
||||
"
|
||||
|
||||
TI_TEST = "\
|
||||
ltp-ddt \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${TEST} \
|
||||
${TI_TEST} \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
|
||||
"
|
||||
|
||||
RRECOMMENDS_${PN} = "\
|
||||
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user