diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-03 11:37:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-08 14:03:20 +0000 |
commit | 29a911b5ff71a9541f28709fd323210cf54a2c1f (patch) | |
tree | 642080d74884d2fc75a043185c1cb9dd6de335aa /meta/recipes-rt/rt-tests | |
parent | 07c2be331a1ff5bfd7b64fb563d10fb52a7a0493 (diff) | |
download | poky-29a911b5ff71a9541f28709fd323210cf54a2c1f.tar.gz |
rt-tests: Enable only for x86/ppc64 architectures
It needs frc() implementation for oslat, this is new tool added to
rt-tests recently, and there is no easy knob to configure it out at
present
(From OE-Core rev: 44010756b0ae91e0ac7715b7840285d59f991141)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests_1.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.9.bb b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb index 2834cabcd4..1fe0bd5cfc 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_1.9.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb | |||
@@ -16,6 +16,7 @@ SRC_URI += " \ | |||
16 | 16 | ||
17 | # rt-tests needs PI mutex support in libc | 17 | # rt-tests needs PI mutex support in libc |
18 | COMPATIBLE_HOST_libc-musl = 'null' | 18 | COMPATIBLE_HOST_libc-musl = 'null' |
19 | COMPATIBLE_HOST = "(i.86.*|x86_64.*|powerpc64.*)-linux" | ||
19 | 20 | ||
20 | # Do not install hwlatdetect | 21 | # Do not install hwlatdetect |
21 | EXTRA_OEMAKE += "PYLIB=''" | 22 | EXTRA_OEMAKE += "PYLIB=''" |