summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f800f67)
raw | patch | inline | side by side (parent: f800f67)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Thu, 1 Sep 2011 14:37:24 +0000 (16:37 +0200) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Thu, 1 Sep 2011 14:37:24 +0000 (16:37 +0200) |
* ltp-ddt isn't in meta-oe or meta-ti yet, but will be soon
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-ti/tasks/task-ti-test.bb | [new file with mode: 0644] | patch | blob |
diff --git a/recipes-ti/tasks/task-ti-test.bb b/recipes-ti/tasks/task-ti-test.bb
--- /dev/null
@@ -0,0 +1,33 @@
+DESCRIPTION = "Extended task to get System Test specific apps"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+
+inherit task
+
+# those ones can be set in machine config to supply packages needed to get machine booting
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
+
+TEST = "\
+ bonnie++ \
+ hdparm \
+ iozone3 \
+ iperf \
+ lmbench \
+ rt-tests \
+ "
+
+TI_TEST = "\
+ ltp-ddt \
+ "
+
+RDEPENDS_${PN} = "\
+ ${TEST} \
+ ${TI_TEST} \
+ ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \
+ "
+
+RRECOMMENDS_${PN} = "\
+ ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \
+ "
+