zfs: Disable on riscv32

Its not yet ported for this architecture

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-05-07 12:46:36 -07:00
parent e1ccf12c15
commit f53c26a3ee

View File

@ -54,3 +54,5 @@ FILES:${PN}-dev += "\
${prefix}/src/zfs-${PV}/* \
${prefix}/src/spl-${PV}/* \
"
# Not yet ported to rv32
COMPATIBLE_HOST:riscv32 = "null"