aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/odp
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2015-03-09 11:46:02 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2015-03-09 11:46:02 -0500
commit858255a5e3aa159e80bc3054509e7f7b28f33355 (patch)
tree7cd7402134614f36a7b614518f31743353da9d15 /meta-linaro/recipes-extra/odp
parent2f97e447a01f8ae4c47757a9cb6d743df36ab378 (diff)
odp: Enable perf testing
Change-Id: I3c7888442fe26b8c4b88265608a230730655e6fd Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra/odp')
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
index 4b5dd1ae..67f8097a 100644
--- a/meta-linaro/recipes-extra/odp/odp.bb
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -20,13 +20,13 @@ S = "${WORKDIR}/git"
inherit autotools
-RDEPENDS_${PN} = "libcrypto"
+RDEPENDS_${PN} = "bash libcrypto"
-#PACKAGECONFIG ?= ""
-#PACKAGECONFIG[vald] = "--enable-test-vald,,,"
-#PACKAGECONFIG[perf] = "--enable-test-perf,,,"
-#PACKAGECONFIG[cunit] = "--enable-cunit,,cunit,cunit"
-#PACKAGECONFIG[cunit] = "--with-cunit-path=DIR,,cunit,"
+#PACKAGECONFIG ?= "perf"
+#PACKAGECONFIG ?= "perf vald" NOTE: add 'vald' to above list and uncomment
+#the PACKAGECONFIG[vald] line below to enable cunit tests when available
+PACKAGECONFIG[perf] = "--enable-test-perf,,,"
+#PACKAGECONFIG[vald] = "--enable-test-vald,,cunit,cunit"
# ODP primary shipped as static library plus some API test and samples/
FILES_${PN}-staticdev += "${datadir}/opendataplane/*.la"