aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-05-07 12:46:36 -0700
committerKhem Raj <raj.khem@gmail.com>2022-05-07 12:47:48 -0700
commitf53c26a3ee025a5b3e56dc00711fcd4d6a5dfcc6 (patch)
tree4f424e165f3daa9c664218578b308f0d62ffdced /meta-filesystems/recipes-filesystems
parente1ccf12c15f2c02281757bbd61c4053f0b74577d (diff)
downloadmeta-openembedded-contrib-f53c26a3ee025a5b3e56dc00711fcd4d6a5dfcc6.tar.gz
zfs: Disable on riscv32
Its not yet ported for this architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb
index 1752e03750..96e07cc454 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb
@@ -54,3 +54,5 @@ FILES:${PN}-dev += "\
${prefix}/src/zfs-${PV}/* \
${prefix}/src/spl-${PV}/* \
"
+# Not yet ported to rv32
+COMPATIBLE_HOST:riscv32 = "null"