]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: build open posix test suite
authorFathi Boudra <fathi.boudra@linaro.org>
Thu, 31 May 2018 07:01:40 +0000 (10:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Jun 2018 22:47:49 +0000 (23:47 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/ltp/ltp_20180118.bb

index 8992f1b0f26470942f4f85e55a993fe45045b6d1..b3e2f533cb69edcd4c2f38d9e85d046ee79170c2 100644 (file)
@@ -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 "