summaryrefslogtreecommitdiffstats
path: root/recipes-ti/tasks/task-ti-test.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/tasks/task-ti-test.bb')
-rw-r--r--recipes-ti/tasks/task-ti-test.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-ti/tasks/task-ti-test.bb b/recipes-ti/tasks/task-ti-test.bb
deleted file mode 100644
index c11695c8..00000000
--- a/recipes-ti/tasks/task-ti-test.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "Extended task to get System Test specific apps"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4
5inherit allarch task
6
7TEST = "\
8 bonnie++ \
9 hdparm \
10 iozone3 \
11 iperf \
12 lmbench \
13 rt-tests \
14 "
15
16TI_TEST = "\
17 ltp-ddt \
18 "
19
20RDEPENDS_${PN} = "\
21 ${TEST} \
22 ${TI_TEST} \
23 "
24