mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
# Mainline OpenSBI supports the C906 out of the box, but it needs a few tweaks
|
|
# and a new reset driver for the sunxi watchdog.
|
|
FILESEXTRAPATHS:prepend:nezha := "${THISDIR}/files:"
|
|
|
|
SRC_URI:append:nezha = " \
|
|
file://0001-lib-utils-fdt-Require-match-data-to-be-const.patch \
|
|
file://0002-lib-utils-timer-Add-a-separate-compatible-for-the-D1.patch \
|
|
"
|
|
|
|
INSANE_SKIP:${PN}:nezha += "ldflags"
|