diff mbox series

ltp: build open posix test suite

Message ID 20180531070140.3847-1-fathi.boudra@linaro.org
State Accepted
Commit 79b22a2539b7dec762523ca544e27b9cce7ee81e
Headers show
Series ltp: build open posix test suite | expand

Commit Message

Fathi Boudra May 31, 2018, 7:01 a.m. UTC
We ship the open posix test suite already but it isn't compiled.
Let's build it and make it ready to use on the device.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>

---
 meta/recipes-extended/ltp/ltp_20180118.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-extended/ltp/ltp_20180118.bb b/meta/recipes-extended/ltp/ltp_20180118.bb
index 8992f1b0f2..b3e2f533cb 100644
--- a/meta/recipes-extended/ltp/ltp_20180118.bb
+++ b/meta/recipes-extended/ltp/ltp_20180118.bb
@@ -59,7 +59,7 @@  export exec_prefix = "/opt/ltp"
 
 PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
 EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
-EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite "
+EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite "
 # ltp network/rpc test cases ftbfs when libtirpc is found
 EXTRA_OECONF += " --without-tirpc "