]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: enable PM and RT tests
authorKoen Kooi <koen.kooi@linaro.org>
Tue, 6 May 2014 07:03:46 +0000 (09:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:40 +0000 (12:56 +0100)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/ltp/ltp_20140422.bb

index bad9e6f147c2b9ea8c2f220cdc171d3f69a579c1..995d6170eed5cfabe56f0e72dc97d1506259839e 100644 (file)
@@ -36,6 +36,8 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 export prefix = "/opt/ltp"
 export exec_prefix = "/opt/ltp"
 
+EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite "
+
 # ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call.
 # we explicitly force regeneration of that directory and pass configure options.
 do_configure_append() {