From 44010756b0ae91e0ac7715b7840285d59f991141 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 3 Nov 2020 11:37:53 -0800 Subject: rt-tests: Enable only for x86/ppc64 architectures It needs frc() implementation for oslat, this is new tool added to rt-tests recently, and there is no easy knob to configure it out at present Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-rt/images/core-image-rt-sdk.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta/recipes-rt/images') diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb index 624b7d9430..4f2fdf12c5 100644 --- a/meta/recipes-rt/images/core-image-rt-sdk.bb +++ b/meta/recipes-rt/images/core-image-rt-sdk.bb @@ -15,6 +15,12 @@ DEPENDS += "linux-yocto-rt" IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" -IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev" +IMAGE_INSTALL += "${RTTESTS} hwlatdetect kernel-dev" + +RTTESTS ?= "" +RTTESTS_powerpc64 = "rt-tests" +RTTESTS_powerpc64le = "rt-tests" +RTTESTS_x86 = "rt-tests" +RTTESTS_x86-64 = "rt-tests" LICENSE = "MIT" -- cgit 1.2.3-korg