mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 06:32:13 +02:00
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. (From OE-Core rev: 79b22a2539b7dec762523ca544e27b9cce7ee81e) (From OE-Core rev: 65c044207fdc38f4b332278b120302f04366269e) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
93c6b789ef
commit
5c247b9ca7
@@ -58,7 +58,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 "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user