diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2020-02-12 13:22:55 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-12 13:53:59 -0800 |
commit | cd94e6778839fbf74582ca7f0f68d759ab305a0d (patch) | |
tree | 6c7b557a3484400386eca4274919f8aa036cc4c5 | |
parent | baa515a461a4610c91444929b01ae1a7c97aab54 (diff) | |
download | meta-altera-cd94e6778839fbf74582ca7f0f68d759ab305a0d.tar.gz |
Kernel: remove old unsupported kernels
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-altera_4.20.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.0.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.1.bb | 13 |
3 files changed, 0 insertions, 39 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.20.bb b/recipes-kernel/linux/linux-altera_4.20.bb deleted file mode 100644 index 47043b0..0000000 --- a/recipes-kernel/linux/linux-altera_4.20.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "4.20" | ||
2 | |||
3 | SRCREV = "5d7c07471661af5094a59c751b83a24fdf6d51bb" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
10 | |||
11 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
12 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
13 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
diff --git a/recipes-kernel/linux/linux-altera_5.0.bb b/recipes-kernel/linux/linux-altera_5.0.bb deleted file mode 100644 index b95de49..0000000 --- a/recipes-kernel/linux/linux-altera_5.0.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "5.0" | ||
2 | |||
3 | SRCREV = "bc95527ed36b1b08bf699abbf1a67e5ecca1c5f8" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
10 | |||
11 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
12 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
13 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||
diff --git a/recipes-kernel/linux/linux-altera_5.1.bb b/recipes-kernel/linux/linux-altera_5.1.bb deleted file mode 100644 index 3a4b08a..0000000 --- a/recipes-kernel/linux/linux-altera_5.1.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "5.1" | ||
2 | |||
3 | SRCREV = "5c21be71d13b64bc4cce9b1bd8411d41d15b1a6a" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
10 | |||
11 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
12 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
13 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||