summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-08-12 10:35:55 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-13 22:13:28 -0700
commit9b9022d08555f5cd717add0119a32377ee0d07eb (patch)
tree80d3eb84fd03bc9888c22d2861e3076629000a4a
parentbc1096f74eb2a72d7dabb3c0e7b8cdddd9a0ba9a (diff)
downloadmeta-altera-9b9022d08555f5cd717add0119a32377ee0d07eb.tar.gz
kernel: ltsi: update to 4.14.130
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi_4.14.130.bb13
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi_4.14.73.bb17
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 @@
1LINUX_VERSION = "4.14.130"
2LINUX_VERSION_SUFFIX = "-ltsi"
3
4SRCREV = "d05b2e5d32d094cba882a52bf7ab4ac8a0d6a9e2"
5
6include linux-altera.inc
7
8FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
9
10SRC_URI_append_cyclone5 = " file://lbdaf.scc "
11SRC_URI_append_arria5 = " file://lbdaf.scc "
12SRC_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 @@
1LINUX_VERSION = "4.14.73"
2LINUX_VERSION_SUFFIX = "-ltsi"
3
4SRCREV = " d6b8a5d4b162e7b67f73fc1cd69d8c69c895d787"
5
6include linux-altera.inc
7
8FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
9
10#DE0 dts name changed in later kernels
11KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_nano_soc.dtb"
12KERNEL_DEVICETREE_append_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
13
14SRC_URI_append_cyclone5 = " file://lbdaf.scc "
15SRC_URI_append_arria5 = " file://lbdaf.scc "
16SRC_URI_append_arria10 = " file://lbdaf.scc "
17