From 53870ee43e5732d6d48f12ea120d25043a70b877 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 19 Aug 2022 13:28:25 -0400 Subject: [PATCH] arm-bsp/fvp-base: set preferred kernel to 5.15 SSH tests are failing on the 5.19 kernel. Temporarily set the kernel to 5.15 while debugging the issue. Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-base.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf index 434812b3..04ec1120 100644 --- a/meta-arm-bsp/conf/machine/fvp-base.conf +++ b/meta-arm-bsp/conf/machine/fvp-base.conf @@ -10,6 +10,8 @@ require conf/machine/include/arm/arch-armv8a.inc TUNE_FEATURES = "aarch64" PREFERRED_VERSION_u-boot ?= "2022.04" +PREFERRED_VERSION_linux-yocto ?= "5.15%" +PREFERRED_VERSION_linux-yocto-rt ?= "5.15%" # FVP u-boot configuration UBOOT_MACHINE = "vexpress_aemv8a_semi_defconfig"