zynq: 6.1: set testing kernel
[openwrt/staging/pepe2k.git] / target / linux / zynq / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=zynq
9 BOARDNAME:=Xilinx Zynq 7000 SoCs
10 FEATURES:=fpu gpio rtc usb usbgadget boot-part rootfs-part squashfs
11 CPU_TYPE:=cortex-a9
12 CPU_SUBTYPE:=neon
13 SUBTARGETS:=generic
14
15 # future support SUBTARGETS: for both zynq and zynqmp
16
17 define Target/Description
18 Build firmware image for Zynq 7000 SoC devices.
19 endef
20
21 KERNEL_PATCHVER:=5.15
22 KERNEL_TESTING_PATCHVER:=6.1
23
24 include $(INCLUDE_DIR)/target.mk
25
26 KERNELNAME:=Image dtbs
27
28 DEFAULT_PACKAGES += uboot-envtools mkf2fs e2fsprogs \
29 kmod-usb-storage kmod-fs-msdos
30
31 $(eval $(call BuildTarget))