aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-05-07 18:39:11 -0700
committerKhem Raj <raj.khem@gmail.com>2022-05-07 18:47:16 -0700
commita7c3aacb090e2f59803212bc7809b41991505813 (patch)
treeb766969832b8f0af077c12b7c29daa222b5643c3 /meta-filesystems
parentf53c26a3ee025a5b3e56dc00711fcd4d6a5dfcc6 (diff)
downloadmeta-openembedded-a7c3aacb090e2f59803212bc7809b41991505813.tar.gz
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>
Diffstat (limited to 'meta-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 96e07cc454..fb19796abe 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb
@@ -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"