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 <[email protected]> --- meta/recipes-rt/images/core-image-rt-sdk.bb | 8 +------- meta/recipes-rt/rt-tests/rt-tests_1.9.bb | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 4f2fdf12c5..624b7d9430 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -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" 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 330b5090c6..b916a7fe60 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_1.9.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb @@ -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=''" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144483): https://lists.openembedded.org/g/openembedded-core/message/144483 Mute This Topic: https://lists.openembedded.org/mt/78194431/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
