From 269d0d9d98b15f7bc2c9dc1783b969196ea7ad24 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 23 May 2023 13:53:35 +0800 Subject: [PATCH] rockchip: enable testing kernel version with 6.1 version Enable testing kernel version with 6.1 kernel version. Signed-off-by: Tianling Shen --- target/linux/rockchip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/rockchip/Makefile b/target/linux/rockchip/Makefile index 4984fa236d..ae58d66079 100644 --- a/target/linux/rockchip/Makefile +++ b/target/linux/rockchip/Makefile @@ -8,6 +8,7 @@ FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-pa SUBTARGETS:=armv8 KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 define Target/Description Build firmware image for Rockchip SoC devices.