diff options
author | Martin Schiller <ms@dev.tdt.de> | 2021-11-03 10:46:35 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-12-13 23:22:29 +0100 |
commit | 7e35d86ca2d272a9ae484f08e75625c24ea80a37 (patch) | |
tree | b572d8c590913fc8ad3cb9c1fc5916437df52673 /target/linux/layerscape | |
parent | 0a9454918d46d2d48fd7efcff6f5c8956348c3fc (diff) | |
download | upstream-7e35d86ca2d272a9ae484f08e75625c24ea80a37.tar.gz upstream-7e35d86ca2d272a9ae484f08e75625c24ea80a37.tar.bz2 upstream-7e35d86ca2d272a9ae484f08e75625c24ea80a37.zip |
layerscape: add kernel 5.10 as testing version
This patch adds "KERNEL_TESTING_PATCHVER:=5.10" to the Makefile in
layerscape target to allow using Kernel 5.10 for testing.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'target/linux/layerscape')
-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 71034224ab..8b8ca29317 100644 --- a/target/linux/layerscape/Makefile +++ b/target/linux/layerscape/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk BOARD:=layerscape BOARDNAME:=NXP Layerscape KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 |