diff options
author | temux86 <temux9@gmail.com> | 2019-04-25 14:15:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-01 11:07:16 -0700 |
commit | 432ee237fca50af3fcb6b3b6477f1867b828872d (patch) | |
tree | 75671177ea5d71f491b2c99ab4acd22409b285a0 /recipes-kernel | |
parent | b5b5c59a8ce51589d15834ef38e7ab173bd93afd (diff) | |
download | meta-altera-432ee237fca50af3fcb6b3b6477f1867b828872d.tar.gz |
Add socfpga 4.20 kernel
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera_4.20.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.20.bb b/recipes-kernel/linux/linux-altera_4.20.bb new file mode 100644 index 0000000..4904d84 --- /dev/null +++ b/recipes-kernel/linux/linux-altera_4.20.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | LINUX_VERSION = "4.20" | ||
2 | |||
3 | SRCREV = "5d7c07471661af5094a59c751b83a24fdf6d51bb" | ||
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 " | ||