summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-08-12 11:15:53 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-13 22:13:28 -0700
commitbcce227df6c047292b79724458d102ed335ee4fd (patch)
tree6d56a92400fffb1558b27e8b66ac12ace71e4146
parent9b9022d08555f5cd717add0119a32377ee0d07eb (diff)
downloadmeta-altera-bcce227df6c047292b79724458d102ed335ee4fd.tar.gz
kernel: ltsi-rt: Update to ltsi-rt 4.14.126
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi-rt_4.14-126.bb13
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb17
2 files changed, 13 insertions, 17 deletions
diff --git a/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-126.bb b/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-126.bb
new file mode 100644
index 0000000..5270011
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-126.bb
@@ -0,0 +1,13 @@
1LINUX_VERSION = "4.14.126"
2LINUX_VERSION_SUFFIX = "-ltsi-rt"
3
4SRCREV = "6cecf60f97fd892516c1fb54a5e8f986cd03fff3"
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-rt_4.14-73.bb b/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb
deleted file mode 100644
index aaa4e86..0000000
--- a/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1LINUX_VERSION = "4.14.73"
2LINUX_VERSION_SUFFIX = "-ltsi-rt"
3
4SRCREV = "d28435f2010b6fa334bd6abe709f7cd890ccc22c"
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