diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-08-12 11:15:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-13 22:13:28 -0700 |
commit | bcce227df6c047292b79724458d102ed335ee4fd (patch) | |
tree | 6d56a92400fffb1558b27e8b66ac12ace71e4146 /recipes-kernel | |
parent | 9b9022d08555f5cd717add0119a32377ee0d07eb (diff) | |
download | meta-altera-bcce227df6c047292b79724458d102ed335ee4fd.tar.gz |
kernel: ltsi-rt: Update to ltsi-rt 4.14.126
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi-rt_4.14-126.bb | 13 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb | 17 |
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 @@ | |||
1 | LINUX_VERSION = "4.14.126" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi-rt" | ||
3 | |||
4 | SRCREV = "6cecf60f97fd892516c1fb54a5e8f986cd03fff3" | ||
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-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 @@ | |||
1 | LINUX_VERSION = "4.14.73" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi-rt" | ||
3 | |||
4 | SRCREV = "d28435f2010b6fa334bd6abe709f7cd890ccc22c" | ||
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 | |||