1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm-bsp/linux-yocto-rt: include linux-arm-platforms unconditionally

Every platform should have the chance to try the -rt patches.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2024-04-22 13:37:34 +00:00
committed by Jon Mason
parent 11b8298439
commit 196caca51b

View File

@@ -1,5 +1,3 @@
# Only enable linux-yocto-rt for n1sdp and the Armv8-R AArch64 AEM FVP
LINUX_YOCTO_RT_REQUIRE ?= ""
LINUX_YOCTO_RT_REQUIRE:n1sdp = "linux-arm-platforms.inc"
# Add support for Arm Platforms (boards or simulators)
require ${LINUX_YOCTO_RT_REQUIRE}
require linux-arm-platforms.inc