aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-14 00:45:35 -0700
committerKhem Raj <raj.khem@gmail.com>2023-03-20 07:45:42 -0700
commit1d001e48a3bbeda0da3eef0b3da409ac26a9ea82 (patch)
treead2ae101a7de4b6a974c75d77a57b775e0a371d0
parent25a8e02459eb29ebb00cfce97a4105781106ee77 (diff)
downloadmeta-openembedded-master-next.tar.gz
[WIP] zfs: Disable for aarch64 + gcc13master-next
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb
index 77daab7dd..3b1d21db7 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.9.bb
@@ -59,3 +59,5 @@ FILES:${PN}-dev += "\
COMPATIBLE_HOST:riscv32 = "null"
# conflicting definition of ABS macro from asm/asm.h from kernel
COMPATIBLE_HOST:mips = "null"
+# Disable on arm64 until https://github.com/openzfs/zfs/issues/14624 is fixed
+COMPATIBLE_HOST:aarch64 = "null"