From b40e705945af56ef36794abadf18106da0c66a89 Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Mon, 7 Mar 2022 21:19:31 +0000 Subject: [PATCH] arm-bsp/corstone500: move to linux-yocto 5.15 Update linux yocto version in configure file for the corstone500 platform from 5.4 to 5.15 Signed-off-by: Rui Miguel Silva Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/corstone500.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/corstone500.conf b/meta-arm-bsp/conf/machine/corstone500.conf index 79afa1c1..ca0ca7b5 100644 --- a/meta-arm-bsp/conf/machine/corstone500.conf +++ b/meta-arm-bsp/conf/machine/corstone500.conf @@ -12,7 +12,7 @@ require conf/machine/include/arm/armv7a/tune-cortexa5.inc # apply. # PREFERRED_PROVIDER_virtual/kernel:forcevariable = "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "5.4%" +PREFERRED_VERSION_linux-yocto ?= "5.15%" EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot"