From ff793a7d70153cbd6e20d9d382832d54807be3e6 Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Mon, 28 Sep 2020 14:22:55 +0800 Subject: linux-altera: add new supported kernel branch socfpga-5.8 Signed-off-by: Chang Rebecca Swee Fun --- recipes-kernel/linux/linux-altera_5.8.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kernel/linux/linux-altera_5.8.bb diff --git a/recipes-kernel/linux/linux-altera_5.8.bb b/recipes-kernel/linux/linux-altera_5.8.bb new file mode 100644 index 0000000..476b4fd --- /dev/null +++ b/recipes-kernel/linux/linux-altera_5.8.bb @@ -0,0 +1,13 @@ +LINUX_VERSION = "5.8" + +SRCREV = "eb446787abdf0428c0057da2d88daabc39a32393" + +include linux-altera.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" + +FILESEXTRAPATHS_prepend := "${THISDIR}/config:" + +SRC_URI_append_cyclone5 = " file://lbdaf.scc " +SRC_URI_append_arria5 = " file://lbdaf.scc " +SRC_URI_append_arria10 = " file://lbdaf.scc " -- cgit v1.2.3-54-g00ecf