diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2018-05-31 10:01:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-03 23:47:49 +0100 |
commit | 79b22a2539b7dec762523ca544e27b9cce7ee81e (patch) | |
tree | dc3a3e889c715ee608369c17fc2a31249b5911d4 | |
parent | afcf5a6a8eb43c2832928e825566f951705e5529 (diff) | |
download | openembedded-core-79b22a2539b7dec762523ca544e27b9cce7ee81e.tar.gz openembedded-core-79b22a2539b7dec762523ca544e27b9cce7ee81e.tar.bz2 openembedded-core-79b22a2539b7dec762523ca544e27b9cce7ee81e.zip |
ltp: build open posix test suite
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>
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20180118.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |