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