mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
zfs: Disable builds on aarch64 for now
It does not build with 6.4+ kernel, it is using symbols which are not abailable to non GPL modules anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -73,3 +73,5 @@ FILES:${PN}-dev += "\
|
|||||||
COMPATIBLE_HOST:riscv32 = "null"
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
# conflicting definition of ABS macro from asm/asm.h from kernel
|
# conflicting definition of ABS macro from asm/asm.h from kernel
|
||||||
COMPATIBLE_HOST:mips = "null"
|
COMPATIBLE_HOST:mips = "null"
|
||||||
|
# FTBFS on aarch64 with 6.2+ kernel see https://github.com/openzfs/zfs/issues/14555
|
||||||
|
COMPATIBLE_HOST:aarch64 = "null"
|
||||||
|
|||||||
Reference in New Issue
Block a user