From 8d95482ca5947e3a2eb252fc384f8b2e2dc1180c Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Tue, 18 Apr 2023 10:30:47 +0200 Subject: [PATCH] layerscape: add 6.1 kernel as testing It allow to test 6.1 kernel in Layerscape. Signed-off-by: Pawel Dembicki --- target/linux/layerscape/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile index 2367260252..4ddd348d13 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -8,6 +8,7 @@ BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 -- 2.30.2