diff options
| -rw-r--r-- | recipes-kernel/linux/linux-altera_5.7.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-altera_5.7.bb b/recipes-kernel/linux/linux-altera_5.7.bb new file mode 100644 index 0000000..5b8622c --- /dev/null +++ b/recipes-kernel/linux/linux-altera_5.7.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | LINUX_VERSION = "5.7" | ||
| 2 | |||
| 3 | SRCREV = "07797869765146a63db9e05f2b7200e6b3f0065d" | ||
| 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 " | ||
