1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 03:47:19 +00:00
Files
meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm-rt_5.4.bb
Diego Sueiro f24f7fde73 arm-bsp/kernel: Introduce linux-linaro-arm-rt recipe
The linux-linaro-arm-rt recipe provides the kernel with PREEMPT_RT patches and
is based on linux-linaro-arm_5.4.bb. Set PREFERRED_PROVIDER_virtual/kernel to
linux-linaro-arm-rt to enable it as the default kernel.

Change-Id: I8c3e59c476ff3f8e434841f8f0aa11eaa6c799bd
Issue-Id: SCM-1653
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
2020-11-03 12:31:26 -05:00

13 lines
518 B
BlitzBasic

# This recipe provides the kernel with PREEMPT_RT patches and is based on
# linux-linaro-arm_5.4.bb. Set PREFERRED_PROVIDER_virtual/kernel to
# linux-linaro-arm-rt to enable it as the default kernel.
require linux-linaro-arm_5.4.bb
#
# Include preempt-rt patches
#
SRC_URI_append = " https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patch-5.4.3-rt1.patch.gz;name=rt-patch"
SRC_URI[rt-patch.sha256sum] = "6b92ba32c7ce30919c9b66e49e5f1dce58e1f8bd92fef91e548d6f2d434a2b39"
LINUX_KERNEL_TYPE = "preempt-rt"