summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-13 22:53:19 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-13 22:53:19 +0200
commit8bc1013f402e774d37f6ca581d49f0160542ddf9 (patch)
treeaa7705b601c8c72d45463d7939aea85d99fbe638 /recipes-ti
parentcbe73be5f7a92449f4eb01eb4f71e0fac3f62a26 (diff)
downloadmeta-ti-8bc1013f402e774d37f6ca581d49f0160542ddf9.tar.gz
task-ti-test: clean up machine specific bits, inherit allarch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/tasks/task-ti-test.bb11
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes-ti/tasks/task-ti-test.bb b/recipes-ti/tasks/task-ti-test.bb
index ff717215..c11695c8 100644
--- a/recipes-ti/tasks/task-ti-test.bb
+++ b/recipes-ti/tasks/task-ti-test.bb
@@ -2,11 +2,7 @@ DESCRIPTION = "Extended task to get System Test specific apps"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4 4
5inherit task 5inherit allarch task
6
7# those ones can be set in machine config to supply packages needed to get machine booting
8MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
9MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
10 6
11TEST = "\ 7TEST = "\
12 bonnie++ \ 8 bonnie++ \
@@ -24,10 +20,5 @@ TI_TEST = "\
24RDEPENDS_${PN} = "\ 20RDEPENDS_${PN} = "\
25 ${TEST} \ 21 ${TEST} \
26 ${TI_TEST} \ 22 ${TI_TEST} \
27 ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
28 "
29
30RRECOMMENDS_${PN} = "\
31 ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
32 " 23 "
33 24