From da848fd7ef22782f4f25991261db0a8a2c8370c7 Mon Sep 17 00:00:00 2001 From: Peter Hoyes Date: Tue, 7 Sep 2021 11:49:26 +0100 Subject: [PATCH] arm-bsp/fvp-baser-aemv8r64: 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 fvp-baser-aemv8r64. Issue-Id: SCM-2987 Signed-off-by: Peter Hoyes Change-Id: Id7cd02bb9610d82adbe590777517649596d32172 Signed-off-by: Hugo L'Hostis Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf index aeb23a40..f7651c02 100644 --- a/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf +++ b/meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf @@ -10,6 +10,7 @@ EXTRA_IMAGEDEPENDS += "boot-wrapper-aarch64" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "5.10%" +PREFERRED_VERSION_linux-yocto-rt ?= "5.10%" KERNEL_IMAGETYPE = "Image" KERNEL_DEVICETREE = "arm/fvp-baser-aemv8r64.dtb"