mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +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"
|
||||
# conflicting definition of ABS macro from asm/asm.h from kernel
|
||||
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