diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-07 12:30:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-10 10:09:58 -0700 |
commit | 5a979c59a3f5959fac9bf2f061e2765e1d4f9489 (patch) | |
tree | b15ee093d488a41a013228a17597faa740c095ae | |
parent | 437fcc4482cdf9e3629df463cedae45d4bf5044c (diff) | |
download | meta-altera-5a979c59a3f5959fac9bf2f061e2765e1d4f9489.tar.gz |
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 <dwesterg@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-altera_4.17.bb | 20 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera_4.18.bb | 20 |
2 files changed, 0 insertions, 40 deletions
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 @@ | |||
1 | LINUX_VERSION = "4.17" | ||
2 | |||
3 | SRCREV = "b7a0b88d86d484cc5461f15ba1098e2e3c3ddc60" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" | ||
10 | KERNEL_DEVICETREE_cyclone5_append ?= " \ | ||
11 | socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \ | ||
12 | socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \ | ||
13 | " | ||
14 | |||
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
16 | |||
17 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
18 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
19 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
20 | |||
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 @@ | |||
1 | LINUX_VERSION = "4.18" | ||
2 | |||
3 | SRCREV = "7ce7c665e98faad6e63fb7330d0ae1c62179a39d" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" | ||
10 | KERNEL_DEVICETREE_cyclone5_append ?= " \ | ||
11 | socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \ | ||
12 | socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \ | ||
13 | " | ||
14 | |||
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
16 | |||
17 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
18 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
19 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
20 | |||