aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-07-15 13:20:47 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-15 23:43:27 -0700
commit29abcea7bb0cacfbc4f2281d296b286010e4a276 (patch)
tree0bb049fef20ca3417fe158c34a09a7e188d960ce /meta-filesystems/recipes-filesystems
parent7218ccd0d14feac96f1894a9074ea6e7ee0a01f8 (diff)
downloadmeta-openembedded-contrib-29abcea7bb0cacfbc4f2281d296b286010e4a276.tar.gz
zfs: Disable builds on aarch64 for now
It does not build with 6.4+ kernel, it is using symbols which are not abailable to non GPL modules anymore 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.2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb
index 72ad49408c..a62a8a39b1 100644
--- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb
+++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb
@@ -73,3 +73,5 @@ FILES:${PN}-dev += "\
COMPATIBLE_HOST:riscv32 = "null"
# conflicting definition of ABS macro from asm/asm.h from kernel
COMPATIBLE_HOST:mips = "null"
+# FTBFS on aarch64 with 6.2+ kernel see https://github.com/openzfs/zfs/issues/14555
+COMPATIBLE_HOST:aarch64 = "null"