diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2020-09-28 14:22:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-28 08:40:42 -0700 |
commit | ff793a7d70153cbd6e20d9d382832d54807be3e6 (patch) | |
tree | 6f8f4edf9f7af5a4153680eb78bdbe5dc8ce8c2d /recipes-kernel | |
parent | d6e7968607600cfe3931eeddff807a4acd5c563a (diff) | |
download | meta-altera-ff793a7d70153cbd6e20d9d382832d54807be3e6.tar.gz |
linux-altera: add new supported kernel branch socfpga-5.8
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.8.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.8.bb b/recipes-kernel/linux/linux-altera_5.8.bb new file mode 100644 index 0000000..476b4fd --- /dev/null +++ b/recipes-kernel/linux/linux-altera_5.8.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | LINUX_VERSION = "5.8" | ||
2 | |||
3 | SRCREV = "eb446787abdf0428c0057da2d88daabc39a32393" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
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 " | ||