summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-12-03 09:25:17 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-03 11:37:29 -0800
commiteb2a4b2bb465ebe36bd795c1232be00bffb156a6 (patch)
treee6375618de50c1168710352012fb65e2623c66f4
parent4e1ce1aed49b6054a01de15576717165e7dbf22b (diff)
downloadmeta-altera-eb2a4b2bb465ebe36bd795c1232be00bffb156a6.tar.gz
Add socfpga 4.19 kernel
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-altera_4.19.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.19.bb b/recipes-kernel/linux/linux-altera_4.19.bb
new file mode 100644
index 0000000..276b17b
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera_4.19.bb
@@ -0,0 +1,20 @@
1LINUX_VERSION = "4.19"
2
3SRCREV = "8a300a24b078ad202ed342ac8b482d40cbab2dec"
4
5include linux-altera.inc
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
8
9KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb"
10KERNEL_DEVICETREE_cyclone5_append ?= " \
11 socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \
12 socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \
13 "
14
15FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
16
17SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
18SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
19SRC_URI_append_arria10 = " file://config_lbdaf.cfg "
20