diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2018-12-03 09:25:17 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-12-03 11:37:07 -0800 |
| commit | bdeb09d8ce751f41e61fef0eb96a3c0a64619a1e (patch) | |
| tree | ed5715eef2724f4f9612afe3038e379c3bf8ab78 /recipes-kernel | |
| parent | d8abe11f12870033c88a5375866fdf9df3af076a (diff) | |
| download | meta-altera-bdeb09d8ce751f41e61fef0eb96a3c0a64619a1e.tar.gz | |
Add socfpga 4.19 kernel
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-altera_4.19.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_4.19.bb b/recipes-kernel/linux/linux-altera_4.19.bb new file mode 100644 index 0000000..276b17b --- /dev/null +++ b/recipes-kernel/linux/linux-altera_4.19.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | LINUX_VERSION = "4.19" | ||
| 2 | |||
| 3 | SRCREV = "8a300a24b078ad202ed342ac8b482d40cbab2dec" | ||
| 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 | |||
