diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2020-02-19 07:03:22 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-19 09:15:11 -0800 |
| commit | b75935d7b635e986a3c44d4bc563d70275892931 (patch) | |
| tree | 5943e0d364315c318088cd0f5e05eb9dd4c321e8 | |
| parent | 4994e2e50326ed3a64215f610e304ecb5f13ace1 (diff) | |
| download | meta-altera-b75935d7b635e986a3c44d4bc563d70275892931.tar.gz | |
kernel: Add 5.4.3 and 5.4.13 lts branches
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
| -rw-r--r-- | recipes-kernel/linux/linux-altera-lts_5.4.13.bb | 15 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-altera-lts_5.4.3.bb | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera-lts_5.4.13.bb b/recipes-kernel/linux/linux-altera-lts_5.4.13.bb new file mode 100644 index 0000000..1ddccee --- /dev/null +++ b/recipes-kernel/linux/linux-altera-lts_5.4.13.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | LINUX_VERSION = "5.4.13" | ||
| 2 | LINUX_VERSION_SUFFIX = "-lts" | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
| 5 | |||
| 6 | SRCREV = "44239fc38eaefd29c66ec3bb4a547b1a4541bb13" | ||
| 7 | |||
| 8 | include linux-altera.inc | ||
| 9 | |||
| 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
| 11 | |||
| 12 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
| 13 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
| 14 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||
| 15 | |||
diff --git a/recipes-kernel/linux/linux-altera-lts_5.4.3.bb b/recipes-kernel/linux/linux-altera-lts_5.4.3.bb new file mode 100644 index 0000000..65b522b --- /dev/null +++ b/recipes-kernel/linux/linux-altera-lts_5.4.3.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | LINUX_VERSION = "5.4.3" | ||
| 2 | LINUX_VERSION_SUFFIX = "-lts" | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | ||
| 5 | |||
| 6 | SRCREV = "d2466b12e55dda297f3b1a4787b5ea3160994ee9" | ||
| 7 | |||
| 8 | include linux-altera.inc | ||
| 9 | |||
| 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/config:" | ||
| 11 | |||
| 12 | SRC_URI_append_cyclone5 = " file://lbdaf.scc " | ||
| 13 | SRC_URI_append_arria5 = " file://lbdaf.scc " | ||
| 14 | SRC_URI_append_arria10 = " file://lbdaf.scc " | ||
| 15 | |||
