From 63c9974493c73f99db955bb6615e542cfb373f6b Mon Sep 17 00:00:00 2001 From: Anders Dellien Date: Tue, 2 Feb 2021 14:45:03 +0000 Subject: [PATCH] arm-bsp/fvp-base*: move to linux yocto kernel 5.10 Move both FVP platforms to linux yocto kernel 5.10 Change-Id: Idc0b35d201a188d69c2e475f2f864f5bb0f06341 Signed-off-by: Anders Dellien Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/fvp-common.inc b/meta-arm-bsp/conf/machine/fvp-common.inc index cdfb5386..94aa2bfe 100644 --- a/meta-arm-bsp/conf/machine/fvp-common.inc +++ b/meta-arm-bsp/conf/machine/fvp-common.inc @@ -29,7 +29,7 @@ DISK_IMG_PARTITION3_CONTENT = "" SERIAL_CONSOLES = "115200;ttyAMA0" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "5.4%" +PREFERRED_VERSION_linux-yocto ?= "5.10%" PREFERRED_VERSION_u-boot ?= "2020.10" PREFERRED_VERSION_trusted-firmware-a ?= "2.4%"