From bd1e228d4a35fc2d2fd64e8cdd00cbff322a26cf Mon Sep 17 00:00:00 2001 From: Bence Balogh Date: Mon, 16 Sep 2024 20:04:03 -0400 Subject: [PATCH] arm-bsp/linux-yocto: corstone1000: bump to v6.10 This commit updates the linux-yocto version to the latest availabe one. No additional work was needed to make it work in Corstone-1000. Signed-off-by: Bence Balogh Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/include/corstone1000.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/conf/machine/include/corstone1000.inc b/meta-arm-bsp/conf/machine/include/corstone1000.inc index db1880e5..d6590636 100644 --- a/meta-arm-bsp/conf/machine/include/corstone1000.inc +++ b/meta-arm-bsp/conf/machine/include/corstone1000.inc @@ -34,7 +34,7 @@ IMAGE_CMD:wic[vardeps] += "GRUB_LINUX_APPEND" # Linux kernel PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "6.6.%" +PREFERRED_VERSION_linux-yocto ?= "6.10.%" KERNEL_IMAGETYPE = "Image" KERNEL_IMAGETYPE:firmware = "Image.gz" # add FF-A support in the kernel