mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Revert "rt-tests: Enable only for x86/ppc64 architectures"
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. (From OE-Core rev: 89ca044a9aeb73e15dbe4e29aae1b38d9823fbea) Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
361c1fb811
commit
dae0e406ae
@@ -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_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
|
||||||
|
|
||||||
IMAGE_INSTALL += "${RTTESTS} hwlatdetect kernel-dev"
|
IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
|
||||||
|
|
||||||
RTTESTS ?= ""
|
|
||||||
RTTESTS_powerpc64 = "rt-tests"
|
|
||||||
RTTESTS_powerpc64le = "rt-tests"
|
|
||||||
RTTESTS_x86 = "rt-tests"
|
|
||||||
RTTESTS_x86-64 = "rt-tests"
|
|
||||||
|
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ SRC_URI += " \
|
|||||||
|
|
||||||
# rt-tests needs PI mutex support in libc
|
# rt-tests needs PI mutex support in libc
|
||||||
COMPATIBLE_HOST_libc-musl = 'null'
|
COMPATIBLE_HOST_libc-musl = 'null'
|
||||||
COMPATIBLE_HOST = "(i.86.*|x86_64.*|powerpc64.*)-linux"
|
|
||||||
|
|
||||||
# Do not install hwlatdetect
|
# Do not install hwlatdetect
|
||||||
EXTRA_OEMAKE += "PYLIB=''"
|
EXTRA_OEMAKE += "PYLIB=''"
|
||||||
|
|||||||
Reference in New Issue
Block a user