mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
4f8766b081
* Enable linux-arm-platforms.inc for N1SDP * Create n1sdp-preempt-rt.scc config * Disable KVM as incompatible with preempt-rt * Disable kconf audit warnings as preempt-rt.scc clashes with defconfig Issue-Id: SCM-1506 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: I4f9c61c7fe2400858578576aad7c5d1c958e9a2e Signed-off-by: Jon Mason <jon.mason@arm.com>
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
# Only enable linux-yocto-rt for n1sdp
|
|
LINUX_YOCTO_RT_REQUIRE ?= ""
|
|
LINUX_YOCTO_RT_REQUIRE_n1sdp = "linux-arm-platforms.inc"
|
|
|
|
require ${LINUX_YOCTO_RT_REQUIRE}
|