diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2020-09-28 14:19:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-28 08:40:42 -0700 |
commit | 46f4b00e61fe90e42ae65c68f8a6287058acd7d7 (patch) | |
tree | 4d0405820c64c06f65d947bcfe1ee5ce499f10f7 /recipes-kernel | |
parent | 0e91e9114410677501871ae062e3faad9f622195 (diff) | |
download | meta-altera-46f4b00e61fe90e42ae65c68f8a6287058acd7d7.tar.gz |
kernel: remove version not supported in linux-socfpga
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.4.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.5.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.6.bb | 13 |
3 files changed, 0 insertions, 39 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.4.bb b/recipes-kernel/linux/linux-altera_5.4.bb deleted file mode 100644 index a0118ba..0000000 --- a/recipes-kernel/linux/linux-altera_5.4.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "5.4" | ||
2 | |||
3 | SRCREV = "dfa06c1c045e60ad820cdbe1bed5bfad15f0af19" | ||
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.5.bb b/recipes-kernel/linux/linux-altera_5.5.bb deleted file mode 100644 index 09bb222..0000000 --- a/recipes-kernel/linux/linux-altera_5.5.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "5.5" | ||
2 | |||
3 | SRCREV = "ff94549704ffd4bb037d5c5346d65a6fbb9c44bb" | ||
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.6.bb b/recipes-kernel/linux/linux-altera_5.6.bb deleted file mode 100644 index 612106b..0000000 --- a/recipes-kernel/linux/linux-altera_5.6.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | LINUX_VERSION = "5.6" | ||
2 | |||
3 | SRCREV = "4712bc485e0b06ef073362ed28c39b71189cc775" | ||
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 " | ||