summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMatthew <matthew.zeng@windriver.com>2020-07-22 15:35:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-25 15:11:05 +0100
commit38519b6f4acef41d3d6d08e457f5b3cd880866c5 (patch)
treee235ef5cbd10d0079b082d2c9ae31fb13328264b /meta
parentbd7521568f9cec77202cd86e9fc29efe5c3db2d3 (diff)
downloadpoky-38519b6f4acef41d3d6d08e457f5b3cd880866c5.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/ltp/ltp_20200515.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200515.bb b/meta/recipes-extended/ltp/ltp_20200515.bb
index b283add12f..ece3acf0f9 100644
--- a/meta/recipes-extended/ltp/ltp_20200515.bb
+++ b/meta/recipes-extended/ltp/ltp_20200515.bb
@@ -50,7 +50,7 @@ export exec_prefix = "/opt/${PN}"
50 50
51PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl," 51PACKAGECONFIG[numa] = "--with-numa, --without-numa, numactl,"
52EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4" 52EXTRA_AUTORECONF += "-I ${S}/testcases/realtime/m4"
53EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite --with-open-posix-testsuite " 53EXTRA_OECONF = " --with-realtime-testsuite --with-open-posix-testsuite "
54# ltp network/rpc test cases ftbfs when libtirpc is found 54# ltp network/rpc test cases ftbfs when libtirpc is found
55EXTRA_OECONF += " --without-tirpc " 55EXTRA_OECONF += " --without-tirpc "
56 56