mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
arm/recipes-kernel: Add preempt-rt support for generic-arm64
Add kernel configuration necessary to build an image with preempt-rt support for generic-arm64. And tweak kernel configuration for preempt-rt kernel. Signed-off-by: Robbie Cao <robbie.cao@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# These configurations have a dependency on !PREEMPT_RT. Set them to `n` to
|
||||
# avoid complain when do_kernel_configcheck.
|
||||
CONFIG_LEDS_TRIGGER_CPU=n
|
||||
CONFIG_TRANSPARENT_HUGEPAGE=n
|
||||
@@ -0,0 +1,7 @@
|
||||
define KMACHINE generic-arm64
|
||||
define KTYPE preempt-rt
|
||||
define KARCH arm64
|
||||
|
||||
kconf hardware generic-arm64-preempt-rt-tweaks.cfg
|
||||
include ktypes/preempt-rt/preempt-rt.scc
|
||||
include features/bluetooth/bluetooth.scc
|
||||
Reference in New Issue
Block a user