diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-06-21 08:05:56 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-24 08:05:45 -0700 |
commit | ca972daf064dce11551bae41269a6f1f965990b6 (patch) | |
tree | 61b50b85110f052cb9ebd4a45fb86183d19bc4fd /recipes-kernel | |
parent | 4d7fabb59be514a10f08df807268b185022b9292 (diff) | |
download | meta-altera-ca972daf064dce11551bae41269a6f1f965990b6.tar.gz |
Add socfpga 5.1 linux kernel
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.1.bb b/recipes-kernel/linux/linux-altera_5.1.bb new file mode 100644 index 0000000..da4dfc8 --- /dev/null +++ b/recipes-kernel/linux/linux-altera_5.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | LINUX_VERSION = "5.1" | ||
2 | |||
3 | SRCREV = "a64da520ac0b893d9797ef8d4001f681450500cc" | ||
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 " | ||