diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-01 16:37:24 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-01 16:37:24 +0200 |
| commit | 58ad0b1d7501ba6637784b9d4ef4387d7de23832 (patch) | |
| tree | d38024bb94daba33122d7a879390a86e93dada72 /recipes-ti | |
| parent | f800f67175e7243be993f3b02bc7a503dc730a95 (diff) | |
| download | meta-ti-58ad0b1d7501ba6637784b9d4ef4387d7de23832.tar.gz | |
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>
Diffstat (limited to 'recipes-ti')
| -rw-r--r-- | recipes-ti/tasks/task-ti-test.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-ti/tasks/task-ti-test.bb b/recipes-ti/tasks/task-ti-test.bb new file mode 100644 index 00000000..ff717215 --- /dev/null +++ b/recipes-ti/tasks/task-ti-test.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 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 task | ||
| 6 | |||
| 7 | # those ones can be set in machine config to supply packages needed to get machine booting | ||
| 8 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" | ||
| 9 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" | ||
| 10 | |||
| 11 | TEST = "\ | ||
| 12 | bonnie++ \ | ||
| 13 | hdparm \ | ||
| 14 | iozone3 \ | ||
| 15 | iperf \ | ||
| 16 | lmbench \ | ||
| 17 | rt-tests \ | ||
| 18 | " | ||
| 19 | |||
| 20 | TI_TEST = "\ | ||
| 21 | ltp-ddt \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} = "\ | ||
| 25 | ${TEST} \ | ||
| 26 | ${TI_TEST} \ | ||
| 27 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ | ||
| 28 | " | ||
| 29 | |||
| 30 | RRECOMMENDS_${PN} = "\ | ||
| 31 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ | ||
| 32 | " | ||
| 33 | |||
