]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "rt-tests: Enable only for x86/ppc64 architectures"
authorPeter Bergin <peter@berginkonsult.se>
Wed, 11 Nov 2020 22:15:03 +0000 (23:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Nov 2020 14:31:56 +0000 (14:31 +0000)
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.

Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/images/core-image-rt-sdk.bb
meta/recipes-rt/rt-tests/rt-tests_1.9.bb

index 4f2fdf12c556396622f347f6a7776b880350b5af..624b7d9430c7eea427c84dac58c3094c21f47af8 100644 (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"
index 330b5090c62095fa622aeab5ebd1522d580536d0..b916a7fe600fc8e6179d32853b2972656a73463f 100644 (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=''"