summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-11-27 09:04:24 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-03 11:37:07 -0800
commit0f0c45925bca8ca9ab5f03598daaf6a85e9afdf6 (patch)
treec9d716a47febefda64d5f21d25747150c3520d6d
parent786bee6f01287fb3427aa57996cfdf07d356dfc4 (diff)
downloadmeta-altera-0f0c45925bca8ca9ab5f03598daaf6a85e9afdf6.tar.gz
Remove 4.16 kernel recipe
It is no longer supported Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-altera_4.16.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.16.bb b/recipes-kernel/linux/linux-altera_4.16.bb
deleted file mode 100644
index 93b042b..0000000
--- a/recipes-kernel/linux/linux-altera_4.16.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1LINUX_VERSION = "4.16"
2
3SRCREV = "0fbcbded57c6ad7f4e83c7023e64825670223d3f"
4
5KBUILD_DEFCONFIG_stratix10 := "s10_devkit_defconfig"
6
7include linux-altera.inc
8
9KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb"
10KERNEL_DEVICETREE_cyclone5_append ?= " \
11 socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \
12 socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \
13 "
14
15FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
16
17SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
18SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
19SRC_URI_append_arria10 = " file://config_lbdaf.cfg "
20