mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
18 lines
538 B
BlitzBasic
18 lines
538 B
BlitzBasic
require recipes-kernel/linux/linux-mainline-common.inc
|
|
|
|
LINUX_VERSION ?= "5.4.x"
|
|
KERNEL_VERSION_SANITY_SKIP="1"
|
|
|
|
BRANCH = "linux-5.4.y"
|
|
SRCREV = "${AUTOREV}"
|
|
SRC_URI = " \
|
|
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;branch=${BRANCH} \
|
|
"
|
|
|
|
SRC_URI:append:freedom-u540 = " \
|
|
file://extra.cfg \
|
|
file://0001-PCI-microsemi-Add-host-driver-for-Microsemi-PCIe-con.patch \
|
|
file://0002-Microsemi-PCIe-expansion-board-DT-entry.patch \
|
|
file://0003-HACK-Revert-of-device-Really-only-set-bus-DMA-mask-w.patch \
|
|
"
|