mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
The fvp-baser-aemv8r64 machine will not be actively maintained. Signed-off-by: Divin Raj <divin.raj@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
# 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"
|
|
|
|
require ${LINUX_YOCTO_RT_REQUIRE}
|