diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-23 16:34:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-10 10:09:43 -0700 |
commit | a9277f95ae8dad7cf56b1038bf802e2fa61b2e63 (patch) | |
tree | 73d9ba342fadac546bddde409cb72d9138b30522 /recipes-kernel | |
parent | 31c1bdec77d2fd3bfda4ba4175d93c572537bda3 (diff) | |
download | meta-altera-a9277f95ae8dad7cf56b1038bf802e2fa61b2e63.tar.gz |
Remove 4.9 ltsi kernels
4,9 kernels are no longer supported of maintained.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi-rt_4.9.76.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi_4.9.78.bb | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/recipes-kernel/linux/linux-altera-ltsi-rt_4.9.76.bb b/recipes-kernel/linux/linux-altera-ltsi-rt_4.9.76.bb deleted file mode 100644 index 2cef436..0000000 --- a/recipes-kernel/linux/linux-altera-ltsi-rt_4.9.76.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "4.9.76" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi-rt" | ||
3 | |||
4 | SRCREV = "99b7c8bb809c9c2ae2a2a2a022a5c29ba7619af4" | ||
5 | |||
6 | include linux-altera.inc | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
9 | |||
10 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
11 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
12 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
13 | |||
diff --git a/recipes-kernel/linux/linux-altera-ltsi_4.9.78.bb b/recipes-kernel/linux/linux-altera-ltsi_4.9.78.bb deleted file mode 100644 index 6287d41..0000000 --- a/recipes-kernel/linux/linux-altera-ltsi_4.9.78.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "4.9.78" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi" | ||
3 | |||
4 | SRCREV = "57047883442e58369cde6c8f8f710f7c91fcbfbe" | ||
5 | |||
6 | include linux-altera.inc | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
9 | |||
10 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
11 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
12 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
13 | |||