summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/images/core-image-rt-sdk.bb8
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests_1.9.bb1
2 files changed, 1 insertions, 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"
15 15
16IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" 16IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
17 17
18IMAGE_INSTALL += "${RTTESTS} hwlatdetect kernel-dev" 18IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
19
20RTTESTS ?= ""
21RTTESTS_powerpc64 = "rt-tests"
22RTTESTS_powerpc64le = "rt-tests"
23RTTESTS_x86 = "rt-tests"
24RTTESTS_x86-64 = "rt-tests"
25 19
26LICENSE = "MIT" 20LICENSE = "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 += " \
17 17
18# rt-tests needs PI mutex support in libc 18# rt-tests needs PI mutex support in libc
19COMPATIBLE_HOST_libc-musl = 'null' 19COMPATIBLE_HOST_libc-musl = 'null'
20COMPATIBLE_HOST = "(i.86.*|x86_64.*|powerpc64.*)-linux"
21 20
22# Do not install hwlatdetect 21# Do not install hwlatdetect
23EXTRA_OEMAKE += "PYLIB=''" 22EXTRA_OEMAKE += "PYLIB=''"