diff mbox series

arm-bsp/fvp-base: set preferred kernel to 5.15

Message ID 20220819172825.28659-1-jon.mason@arm.com
State New
Headers show
Series arm-bsp/fvp-base: set preferred kernel to 5.15 | expand

Commit Message

Jon Mason Aug. 19, 2022, 5:28 p.m. UTC
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 <jon.mason@arm.com>
---
 meta-arm-bsp/conf/machine/fvp-base.conf | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jon Mason Aug. 19, 2022, 7:30 p.m. UTC | #1
On Fri, 19 Aug 2022 13:28:25 -0400, Jon Mason wrote:
> SSH tests are failing on the 5.19 kernel.  Temporarily set the kernel to
> 5.15 while debugging the issue.

Applied, thanks!

[1/1] arm-bsp/fvp-base: set preferred kernel to 5.15
      commit: 53870ee43e5732d6d48f12ea120d25043a70b877

Best regards,
diff mbox series

Patch

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"