From 29abcea7bb0cacfbc4f2281d296b286010e4a276 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 Jul 2023 13:20:47 -0700 Subject: 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 --- meta-filesystems/recipes-filesystems/zfs/zfs_2.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-filesystems') 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" -- cgit v1.2.3-54-g00ecf