mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-08-15 16:36:52 +02:00
The planned upstream release of 32-bit RISC-V glibc will support statx, so this patch will not be required in the kernel. Unfortunately the current 32-bit RISC-V glibc fork does not implement statx. To allow newer kernels to boot into userspace let's apply this patch that can be dropped when the glibc port is merged. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
COMPATIBLE_MACHINE_append = "|qemuriscv32|qemuriscv64"
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
SRC_URI_append_qemuriscv32 = " file://0001-riscv-Partially-revert-Remove-stat64-family-from-def.patch"
|