diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2020-01-10 09:29:41 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-10 11:02:55 -0800 |
commit | d103e5bba8254c09bba8f19c9170e88bd3d1130f (patch) | |
tree | 98e2cf233375e3762b230cd2b82acb8785450e9a /recipes-kernel | |
parent | af4b41373061637dfe2eeb36b338fedeebb348d2 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-altera-lts_5.4.bb | 17 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-altera_5.4.bb | 13 |
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 @@ | |||
1 | LINUX_VERSION = "5.4" | ||
2 | LINUX_VERSION_SUFFIX = "-lts" | ||
3 | # This is required so we ignore minor number changes | ||
4 | KERNEL_VERSION_SANITY_SKIP = "1" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
7 | |||
8 | SRCREV = "d2466b12e55dda297f3b1a4787b5ea3160994ee9" | ||
9 | |||
10 | include linux-altera.inc | ||
11 | |||
12 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
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 | |||
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 @@ | |||
1 | LINUX_VERSION = "5.4" | ||
2 | |||
3 | SRCREV = "526ec9a1b00cde3534dbee9a2ed215b82d9dc6ec" | ||
4 | |||
5 | include linux-altera.inc | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
8 | |||
9 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
10 | |||
11 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
12 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
13 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||