diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-09-09 10:07:47 -0700 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-09-14 00:22:11 -0400 |
| commit | 306bec90c470a0130714dca2b506ba2e8da86144 (patch) | |
| tree | 31155249b36608c92cb06693c22afac1fc838fdc /recipes-ti/tasks | |
| parent | 7b54887b9505bb8334bfbe4094a2c396add8da48 (diff) | |
| download | meta-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.bb | 24 |
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 @@ | |||
| 1 | DESCRIPTION = "Extended task to get System Test specific apps" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
| 4 | |||
| 5 | inherit allarch task | ||
| 6 | |||
| 7 | TEST = "\ | ||
| 8 | bonnie++ \ | ||
| 9 | hdparm \ | ||
| 10 | iozone3 \ | ||
| 11 | iperf \ | ||
| 12 | lmbench \ | ||
| 13 | rt-tests \ | ||
| 14 | " | ||
| 15 | |||
| 16 | TI_TEST = "\ | ||
| 17 | ltp-ddt \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = "\ | ||
| 21 | ${TEST} \ | ||
| 22 | ${TI_TEST} \ | ||
| 23 | " | ||
| 24 | |||
