summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authortemux86 <temux9@gmail.com>2019-04-25 14:15:25 +0200
committerKhem Raj <raj.khem@gmail.com>2019-05-01 11:07:16 -0700
commit99220fd7cbd4b07a1a38e2e566d9a8076d843604 (patch)
tree464a8969a341dd41ecd770de8a48bdf863d4af73 /recipes-kernel
parent432ee237fca50af3fcb6b3b6477f1867b828872d (diff)
downloadmeta-altera-99220fd7cbd4b07a1a38e2e566d9a8076d843604.tar.gz
Add socfpga 5.0 kernel
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-altera_5.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.0.bb b/recipes-kernel/linux/linux-altera_5.0.bb
new file mode 100644
index 0000000..d02a20a
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera_5.0.bb
@@ -0,0 +1,19 @@
1LINUX_VERSION = "5.0"
2
3SRCREV = "3e561b1fffb37f5c5a33b8b5b2d1d84ebb252e01"
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 "