mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
ltp: remove --with-power-management-testsuite from EXTRA_OECONF
Commit [b74bbed51b0c0d44b70b136326a8a23cbc64db01 power_management: compile testcases/kernel/power_management by default] from ltp upstream removed --with-power-management-testsuite option, it's on by default. (From OE-Core rev: 9be40ee62f9a29f76290171c6a2a417f28180771) Signed-off-by: Mingde (Matthew) Zeng <matthew.zeng@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -50,7 +50,7 @@ export exec_prefix = "/opt/${PN}"
|
||||
|
||||
PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
|
||||
EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
|
||||
EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite "
|
||||
EXTRA_OECONF = " --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