From 344a5edab27c130d7ed7de8bef2dbb09c6db062e Mon Sep 17 00:00:00 2001 From: Kamil Dziezyk Date: Thu, 16 Sep 2021 19:02:11 +0200 Subject: [PATCH] arm-bsp/n1sdp: Pin linux-yocto-rt to 5.10 This pins the rt kernel to the same version as the standard kernel. Poky has recently upgraded to 5.13, which has not yet been validated on the n1sdp. Issue-Id: SCM-2987 Signed-off-by: Kamil Dziezyk Change-Id: Ie53c27e46f529f5e5dc5a6a6b32d2c021ca22651 Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/n1sdp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf index b0d97f87..7e265ba7 100644 --- a/meta-arm-bsp/conf/machine/n1sdp.conf +++ b/meta-arm-bsp/conf/machine/n1sdp.conf @@ -20,6 +20,7 @@ WKS_FILE_DEPENDS:append = " ${EXTRA_IMAGEDEPENDS}" # Use kernel provided by yocto PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "5.10%" +PREFERRED_VERSION_linux-yocto-rt ?= "5.10%" # RTL8168E Gigabit Ethernet Controller is attached to the PCIe interface MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "linux-firmware-rtl8168"