From 6126e003d74f2b067064fb2e3e50e16591a0b74b Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Mon, 24 Sep 2018 12:18:51 -0700 Subject: linux: Add socfpga 4.18 kernel Signed-off-by: Dalon Westergreen --- recipes-kernel/linux/linux-altera_4.18.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes-kernel/linux/linux-altera_4.18.bb diff --git a/recipes-kernel/linux/linux-altera_4.18.bb b/recipes-kernel/linux/linux-altera_4.18.bb new file mode 100644 index 0000000..852f110 --- /dev/null +++ b/recipes-kernel/linux/linux-altera_4.18.bb @@ -0,0 +1,20 @@ +LINUX_VERSION = "4.18" + +SRCREV = "5acba7e774b661317bb3f3d1b23a60687f5a25a1" + +include linux-altera.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" + +KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" +KERNEL_DEVICETREE_cyclone5_append ?= " \ + socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \ + socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \ + " + +FILESEXTRAPATHS_prepend := "${THISDIR}/config:" + +SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " +SRC_URI_append_arria5 = " file://config_lbdaf.cfg " +SRC_URI_append_arria10 = " file://config_lbdaf.cfg " + -- cgit v1.2.3-54-g00ecf