diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-05-07 12:38:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-10 10:09:58 -0700 |
commit | c60258eeefb60583d432f8db8a2ac748668c0ffb (patch) | |
tree | 3a3ac6b63ca5a853b76d8902275d8f94087e19f7 | |
parent | 5a979c59a3f5959fac9bf2f061e2765e1d4f9489 (diff) | |
download | meta-altera-c60258eeefb60583d432f8db8a2ac748668c0ffb.tar.gz |
Add 4.14.73 ltsi-rt kernel
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 new file mode 100644 index 0000000..0a4fc55 --- /dev/null +++ b/recipes-kernel/linux/linux-altera-ltsi-rt_4.14-73.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | LINUX_VERSION = "4.14.73" | ||
2 | LINUX_VERSION_SUFFIX = "-ltsi-rt" | ||
3 | |||
4 | SRCREV = "161bfaffb6fca6b1d0476956b2e31620645f6f08" | ||
5 | |||
6 | include linux-altera.inc | ||
7 | |||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
9 | |||
10 | SRC_URI_append_cyclone5 = " file://config_lbdaf.cfg " | ||
11 | SRC_URI_append_arria5 = " file://config_lbdaf.cfg " | ||
12 | SRC_URI_append_arria10 = " file://config_lbdaf.cfg " | ||
13 | |||