zfs: Disable on mips

Fails to build on mips at this time, if someone provides fixes it can be
enabled then

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-05-07 18:39:11 -07:00
parent f53c26a3ee
commit a7c3aacb09

View File

@ -56,3 +56,5 @@ FILES:${PN}-dev += "\
"
# Not yet ported to rv32
COMPATIBLE_HOST:riscv32 = "null"
# conflicting definition of ABS macro from asm/asm.h from kernel
COMPATIBLE_HOST:mips = "null"