diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2020-08-05 16:11:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-05 09:42:46 -0700 |
commit | 8c94dfde5aa15d12a1b7a322d7302f033f8afb6b (patch) | |
tree | 55154cccd51ebea54bc7ce483ab3539525cfe30a /recipes-kernel | |
parent | 34398c05d20e5d146c0a8adf0ee46fb1709e4b92 (diff) | |
download | meta-altera-8c94dfde5aa15d12a1b7a322d7302f033f8afb6b.tar.gz |
kernel: add 5.6 branch
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.6.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.6.bb b/recipes-kernel/linux/linux-altera_5.6.bb new file mode 100644 index 0000000..612106b --- /dev/null +++ b/recipes-kernel/linux/linux-altera_5.6.bb | |||
@@ -0,0 +1,13 @@ | |||
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 " | ||