summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2020-01-10 09:29:41 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-10 11:02:55 -0800
commitd103e5bba8254c09bba8f19c9170e88bd3d1130f (patch)
tree98e2cf233375e3762b230cd2b82acb8785450e9a
parentaf4b41373061637dfe2eeb36b338fedeebb348d2 (diff)
downloadmeta-altera-d103e5bba8254c09bba8f19c9170e88bd3d1130f.tar.gz
kernel: Add 5.4-lts and 5.4 kernels
Going forward, the lts and not the ltsi kernels will be supported. Adding the 5.4-lts, and current mainline 5.4 kernel. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-altera-lts_5.4.bb17
-rw-r--r--recipes-kernel/linux/linux-altera_5.4.bb13
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera-lts_5.4.bb b/recipes-kernel/linux/linux-altera-lts_5.4.bb
new file mode 100644
index 0000000..e91889d
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera-lts_5.4.bb
@@ -0,0 +1,17 @@
1LINUX_VERSION = "5.4"
2LINUX_VERSION_SUFFIX = "-lts"
3# This is required so we ignore minor number changes
4KERNEL_VERSION_SANITY_SKIP = "1"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
7
8SRCREV = "d2466b12e55dda297f3b1a4787b5ea3160994ee9"
9
10include linux-altera.inc
11
12FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
13
14SRC_URI_append_cyclone5 = " file://lbdaf.scc "
15SRC_URI_append_arria5 = " file://lbdaf.scc "
16SRC_URI_append_arria10 = " file://lbdaf.scc "
17
diff --git a/recipes-kernel/linux/linux-altera_5.4.bb b/recipes-kernel/linux/linux-altera_5.4.bb
new file mode 100644
index 0000000..a05df88
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera_5.4.bb
@@ -0,0 +1,13 @@
1LINUX_VERSION = "5.4"
2
3SRCREV = "526ec9a1b00cde3534dbee9a2ed215b82d9dc6ec"
4
5include linux-altera.inc
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
8
9FILESEXTRAPATHS_prepend := "${THISDIR}/config:"
10
11SRC_URI_append_cyclone5 = " file://lbdaf.scc "
12SRC_URI_append_arria5 = " file://lbdaf.scc "
13SRC_URI_append_arria10 = " file://lbdaf.scc "