summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-05-18 21:42:20 -0700
committerKhem Raj <raj.khem@gmail.com>2018-07-17 11:31:20 -0700
commit88288ae47a4b3f339a474bbd099699f1619f723d (patch)
treec57042b187c989dfbd087a2b9436c154f95ca73e /recipes-kernel
parente74a365ac8861e3e0beb0a58637bcccedf2fe54b (diff)
downloadmeta-altera-88288ae47a4b3f339a474bbd099699f1619f723d.tar.gz
add 4.16 kernel recipe
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-altera_4.16.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.16.bb b/recipes-kernel/linux/linux-altera_4.16.bb
new file mode 100644
index 0000000..8d2fd59
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera_4.16.bb
@@ -0,0 +1,18 @@
1LINUX_VERSION = "4.16"
2
3SRCREV = "9c13562ded39c7a11f6b5b6652f62290a478a413"
4
5include linux-altera.inc
6
7KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb"
8KERNEL_DEVICETREE_cyclone5_append ?= " \
9 socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \
10 socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \
11 "
12
13FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
14
15SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg "
16SRC_URI_append_arria5 = " file://config_lbdaf.cfg "
17SRC_URI_append_arria10 = " file://config_lbdaf.cfg "
18