diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2018-09-24 12:18:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-24 13:18:12 -0700 |
commit | 770d679c0f18f61c1afdef7c2c9374d4d258d714 (patch) | |
tree | ee8b6c7c923054b2aeeba1e293090ba79a453750 | |
parent | 988cc5463525cdabc18b2a015a902de3fc08489f (diff) | |
download | meta-altera-770d679c0f18f61c1afdef7c2c9374d4d258d714.tar.gz |
linux: Add socfpga 4.18 kernel
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-altera_4.18.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ | |||
1 | LINUX_VERSION = "4.18" | ||
2 | |||
3 | SRCREV = "5acba7e774b661317bb3f3d1b23a60687f5a25a1" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | KERNEL_DEVICETREE_arria10_append ?= " socfpga_arria10_socdk_nand.dtb" | ||
10 | KERNEL_DEVICETREE_cyclone5_append ?= " \ | ||
11 | socfpga_cyclone5_mcvevk.dtb socfpga_cyclone5_sodia.dtb \ | ||
12 | socfpga_cyclone5_trcom.dtb socfpga_cyclone5_vining_fpga.dtb \ | ||
13 | " | ||
14 | |||
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
16 | |||
17 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
18 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
19 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
20 | |||