From 858255a5e3aa159e80bc3054509e7f7b28f33355 Mon Sep 17 00:00:00 2001 From: "Gary S. Robertson" Date: Mon, 9 Mar 2015 11:46:02 -0500 Subject: odp: Enable perf testing Change-Id: I3c7888442fe26b8c4b88265608a230730655e6fd Signed-off-by: Gary S. Robertson --- meta-linaro/recipes-extra/odp/odp.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-linaro/recipes-extra/odp') 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" -- cgit v1.2.3