diff options
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi_4.14.130.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi_4.14.73.bb | 17 |
2 files changed, 13 insertions, 17 deletions
diff --git a/recipes-kernel/linux/linux-altera-ltsi_4.14.130.bb b/recipes-kernel/linux/linux-altera-ltsi_4.14.130.bb new file mode 100644 index 0000000..854cade --- /dev/null +++ b/recipes-kernel/linux/linux-altera-ltsi_4.14.130.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | LINUX_VERSION = "4.14.130" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi" | ||
3 | |||
4 | SRCREV = "d05b2e5d32d094cba882a52bf7ab4ac8a0d6a9e2" | ||
5 | |||
6 | include linux-altera.inc | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
9 | |||
10 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
11 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
12 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||
13 | |||
diff --git a/recipes-kernel/linux/linux-altera-ltsi_4.14.73.bb b/recipes-kernel/linux/linux-altera-ltsi_4.14.73.bb deleted file mode 100644 index 5b2bc64..0000000 --- a/recipes-kernel/linux/linux-altera-ltsi_4.14.73.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | LINUX_VERSION = "4.14.73" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi" | ||
3 | |||
4 | SRCREV = " d6b8a5d4b162e7b67f73fc1cd69d8c69c895d787" | ||
5 | |||
6 | include linux-altera.inc | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
9 | |||
10 | #DE0 dts name changed in later kernels | ||
11 | KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_nano_soc.dtb" | ||
12 | KERNEL_DEVICETREE_append_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb" | ||
13 | |||
14 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
15 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
16 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||
17 | |||