mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-09 10:17:22 +02:00
Let's now use the defconfig for the HiFive Unleashed. We can still apply any extra configs ontop with a config patch. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
28 lines
1.0 KiB
BlitzBasic
28 lines
1.0 KiB
BlitzBasic
require recipes-kernel/linux/linux-mainline-common.inc
|
|
|
|
LINUX_VERSION ?= "5.3.x"
|
|
KERNEL_VERSION_SANITY_SKIP="1"
|
|
|
|
BRANCH = "linux-5.3.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 \
|
|
file://0004-drm-radeon-handle-PCIe-root-ports-with-addressing-li.patch \
|
|
file://0005-drm-amdgpu-handle-PCIe-root-ports-with-addressing-li.patch \
|
|
file://0006-drm-radeon-simplify-and-cleanup-setting-the-dma-mask.patch \
|
|
file://0007-drm-amdgpu-simplify-and-cleanup-setting-the-dma-mask.patch \
|
|
"
|
|
|
|
KERNEL_DEVICETREE_freedom-u540 = "sifive/${RISCV_SBI_FDT}"
|
|
|
|
KBUILD_DEFCONFIG_qemuriscv32 = "rv32_defconfig"
|
|
KBUILD_DEFCONFIG_qemuriscv64 = "defconfig"
|
|
KBUILD_DEFCONFIG_freedom-u540 = "defconfig"
|