From 16565bc1ce279e58620652e0c62b5efe1be672d2 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 22 Feb 2023 20:07:30 +0100 Subject: [PATCH 1/3] tegra: switch to Kernel 5.15 by default Getting ready for the next release. Acked-by: Tomasz Maciej Nowak Signed-off-by: Paul Spooren --- target/linux/tegra/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 81db1ac5fc6..43ca154e8a0 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -12,8 +12,7 @@ CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3-d16 SUBTARGETS := generic -KERNEL_PATCHVER := 5.10 -KERNEL_TESTING_PATCHVER := 5.15 +KERNEL_PATCHVER := 5.15 include $(INCLUDE_DIR)/target.mk From 596059266a24c328fafb44292350553fdafe92e9 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 22 Feb 2023 19:53:58 +0100 Subject: [PATCH 2/3] kirkwood: switch to Kernel 5.15 by default Getting ready for the next release. Signed-off-by: Paul Spooren --- target/linux/kirkwood/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 4827d90ee2d..133208dd258 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,8 +11,7 @@ FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk From c8934099bfe297639e6a537f52cb0a2849196e1f Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 22 Feb 2023 19:59:58 +0100 Subject: [PATCH 3/3] octeon: switch to Kernel 5.15 by default Getting ready for the next release. Signed-off-by: Paul Spooren --- target/linux/octeon/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index beb3e5436ad..4b5c4c07c10 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeonplus -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Cavium Networks Octeon-based boards.