From acce882f43aeca0093de35deb9a89ba888e31f27 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Tue, 7 May 2019 12:30:45 -0700 Subject: Remove unsupported 4.17 and 4.18 kernels The 4.7/18 kernels are no longer supported and are no longer hosted in the linux-socfpga repository. Signed-off-by: Dalon Westergreen --- recipes-kernel/linux/linux-altera_4.17.bb | 20 -------------------- recipes-kernel/linux/linux-altera_4.18.bb | 20 -------------------- 2 files changed, 40 deletions(-) delete mode 100644 recipes-kernel/linux/linux-altera_4.17.bb delete mode 100644 recipes-kernel/linux/linux-altera_4.18.bb diff --git a/recipes-kernel/linux/linux-altera_4.17.bb b/recipes-kernel/linux/linux-altera_4.17.bb deleted file mode 100644 index 6a5e805..0000000 --- a/recipes-kernel/linux/linux-altera_4.17.bb +++ /dev/null @@ -1,20 +0,0 @@ -LINUX_VERSION = "4.17" - -SRCREV = "b7a0b88d86d484cc5461f15ba1098e2e3c3ddc60" - -include linux-altera.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" - -KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" -KERNEL_DEVICETREE_cyclone5_append ?= " \ - socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \ - socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \ - " - -FILESEXTRAPATHS_prepend := "${THISDIR}/config:" - -SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " -SRC_URI_append_arria5 = " file://config_lbdaf.cfg " -SRC_URI_append_arria10 = " file://config_lbdaf.cfg " - diff --git a/recipes-kernel/linux/linux-altera_4.18.bb b/recipes-kernel/linux/linux-altera_4.18.bb deleted file mode 100644 index f2799bf..0000000 --- a/recipes-kernel/linux/linux-altera_4.18.bb +++ /dev/null @@ -1,20 +0,0 @@ -LINUX_VERSION = "4.18" - -SRCREV = "7ce7c665e98faad6e63fb7330d0ae1c62179a39d" - -include linux-altera.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" - -KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" -KERNEL_DEVICETREE_cyclone5_append ?= " \ - socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \ - socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \ - " - -FILESEXTRAPATHS_prepend := "${THISDIR}/config:" - -SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " -SRC_URI_append_arria5 = " file://config_lbdaf.cfg " -SRC_URI_append_arria10 = " file://config_lbdaf.cfg " - -- cgit v1.2.3-54-g00ecf