diff options
author | temux86 <temux9@gmail.com> | 2019-12-03 07:57:53 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-03 15:33:55 -0800 |
commit | 8cd5a0718f8bbdd99bca2b5729c7d5e33147c9ee (patch) | |
tree | af8a726bae030599a0b1134049b8a4f84054afd0 /recipes-kernel | |
parent | 585a2039fa622bd9bad01bac1e79593852da4c36 (diff) | |
download | meta-altera-8cd5a0718f8bbdd99bca2b5729c7d5e33147c9ee.tar.gz |
Add socfpga Kernel 5.3
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.3.bb b/recipes-kernel/linux/linux-altera_5.3.bb new file mode 100644 index 0000000..5adcee1 --- /dev/null +++ b/recipes-kernel/linux/linux-altera_5.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | LINUX_VERSION = "5.3" | ||
2 | |||
3 | SRCREV = "ac41821dcd29b0425004ac710e22ad84af94b0e1" | ||
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 " | ||