From d182815282b17f2b791a83f79cd840914fe88d95 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 29 Mar 2022 03:19:05 +0800 Subject: [PATCH] rockchip: 5:15: add testing 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 996a8efdf9..482d3c5312 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.10 +KERNEL_TESTING_PATCHVER:=5.15 define Target/Description Build firmware image for Rockchip SoC devices.