From 24b5a304defdaf459e54e91e7fcbefb669411e4d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Nov 2021 17:07:53 +0000 Subject: [PATCH] arm-bsp/fvp-base: track latest linux-yocto We don't have any invasive kernel patches for the FVP machines anymore, so remove the PREFERRED_VERSION and track the default version of linux-yocto instead. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-common.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/fvp-common.inc b/meta-arm-bsp/conf/machine/fvp-common.inc index 0dd7ebd3..5a4a5c62 100644 --- a/meta-arm-bsp/conf/machine/fvp-common.inc +++ b/meta-arm-bsp/conf/machine/fvp-common.inc @@ -13,7 +13,6 @@ WKS_FILE ?= "fvp-base.wks" SERIAL_CONSOLES = "115200;ttyAMA0" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "5.10%" PREFERRED_VERSION_u-boot ?= "2021.10" PREFERRED_VERSION_trusted-firmware-a ?= "2.5%"