mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 20:41:22 +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:
parent
7218ccd0d1
commit
29abcea7bb
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user