From 513d15cb799eade5ad85a44fae03862a56790a8b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 22 Feb 2023 19:57:45 +0100 Subject: [PATCH] layerscape: switch to Kernel 5.15 by default Getting ready for the next release. Tested-by: Pawel Dembicki Signed-off-by: Paul Spooren --- target/linux/layerscape/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index a974c01929..2367260252 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -6,8 +6,9 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 + +KERNEL_PATCHVER:=5.15 + FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 -- 2.30.2