diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2023-04-18 10:30:47 +0200 |
---|---|---|
committer | Pawel Dembicki <paweldembicki@gmail.com> | 2023-10-18 08:14:32 +0200 |
commit | 8d95482ca5947e3a2eb252fc384f8b2e2dc1180c (patch) | |
tree | 857c67c7be018e4237f9985a0a8e86a67c13b68c | |
parent | d43ac3a643f2d02530d00dcddefba7e208746ffb (diff) |
layerscape: add 6.1 kernel as testing
It allow to test 6.1 kernel in Layerscape.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
-rw-r--r-- | target/linux/layerscape/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |