Revert "rt-tests: Enable only for x86/ppc64 architectures"

This reverts commit 44010756b0ae91e0ac7715b7840285d59f991141.

With the packported patch from rt-tests (67da9d8af7d8a0e1a0822e6ee99d68fa3d5a46d2)
that allows build for all archs this patch can be reverted. An error is dumped in
run-time is frc() is not present.

(From OE-Core rev: 89ca044a9aeb73e15dbe4e29aae1b38d9823fbea)

Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Bergin
2020-11-11 23:15:03 +01:00
committed by Richard Purdie
parent 361c1fb811
commit dae0e406ae
2 changed files with 1 additions and 8 deletions

View File

@@ -15,12 +15,6 @@ DEPENDS += "linux-yocto-rt"
IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL += "${RTTESTS} hwlatdetect kernel-dev"
RTTESTS ?= ""
RTTESTS_powerpc64 = "rt-tests"
RTTESTS_powerpc64le = "rt-tests"
RTTESTS_x86 = "rt-tests"
RTTESTS_x86-64 = "rt-tests"
IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
LICENSE = "MIT"

View File

@@ -17,7 +17,6 @@ SRC_URI += " \
# rt-tests needs PI mutex support in libc
COMPATIBLE_HOST_libc-musl = 'null'
COMPATIBLE_HOST = "(i.86.*|x86_64.*|powerpc64.*)-linux"
# Do not install hwlatdetect
EXTRA_OEMAKE += "PYLIB=''"