summaryrefslogtreecommitdiffstats
path: root/recipes-ti/tasks
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-09 10:07:47 -0700
committerDenys Dmytriyenko <denys@ti.com>2012-09-14 00:22:11 -0400
commit306bec90c470a0130714dca2b506ba2e8da86144 (patch)
tree31155249b36608c92cb06693c22afac1fc838fdc /recipes-ti/tasks
parent7b54887b9505bb8334bfbe4094a2c396add8da48 (diff)
downloadmeta-ti-306bec90c470a0130714dca2b506ba2e8da86144.tar.gz
recipes: Use 'packagegroup' instead of 'task'
bring recipes in sync with OE-Core, task bbclass is now replaced by packagegroup. and task recipes are now called packagegroup_something Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/tasks')
-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