diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-05-06 09:03:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-08 13:00:32 +0100 |
commit | c13ffb9a03410d72779c1ce2d60ba28ab1d45447 (patch) | |
tree | 2201b36963a7aef9e53f4c77914d261e4818d659 | |
parent | b72ab9976a97f8c0b1efb08b7992d52093174512 (diff) | |
download | poky-c13ffb9a03410d72779c1ce2d60ba28ab1d45447.tar.gz |
ltp: enable PM and RT tests
(From OE-Core rev: 370d8954dddd90addd0e955bbd4592316af113b8)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20140422.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20140422.bb b/meta/recipes-extended/ltp/ltp_20140422.bb index bad9e6f147..995d6170ee 100644 --- a/meta/recipes-extended/ltp/ltp_20140422.bb +++ b/meta/recipes-extended/ltp/ltp_20140422.bb | |||
@@ -36,6 +36,8 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
36 | export prefix = "/opt/ltp" | 36 | export prefix = "/opt/ltp" |
37 | export exec_prefix = "/opt/ltp" | 37 | export exec_prefix = "/opt/ltp" |
38 | 38 | ||
39 | EXTRA_OECONF = " --with-power-management-testsuite --with-realtime-testsuite " | ||
40 | |||
39 | # ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call. | 41 | # ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call. |
40 | # we explicitly force regeneration of that directory and pass configure options. | 42 | # we explicitly force regeneration of that directory and pass configure options. |
41 | do_configure_append() { | 43 | do_configure_append() { |