diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-05-07 18:39:11 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-07 18:47:16 -0700 |
| commit | a7c3aacb090e2f59803212bc7809b41991505813 (patch) | |
| tree | b766969832b8f0af077c12b7c29daa222b5643c3 /meta-filesystems | |
| parent | f53c26a3ee025a5b3e56dc00711fcd4d6a5dfcc6 (diff) | |
| download | meta-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.bb | 2 |
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 += "\ | |||
| 56 | " | 56 | " |
| 57 | # Not yet ported to rv32 | 57 | # Not yet ported to rv32 |
| 58 | COMPATIBLE_HOST:riscv32 = "null" | 58 | COMPATIBLE_HOST:riscv32 = "null" |
| 59 | # conflicting definition of ABS macro from asm/asm.h from kernel | ||
| 60 | COMPATIBLE_HOST:mips = "null" | ||
