diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-05-07 12:46:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-07 12:47:48 -0700 |
commit | f53c26a3ee025a5b3e56dc00711fcd4d6a5dfcc6 (patch) | |
tree | 4f424e165f3daa9c664218578b308f0d62ffdced /meta-filesystems | |
parent | e1ccf12c15f2c02281757bbd61c4053f0b74577d (diff) | |
download | meta-openembedded-f53c26a3ee025a5b3e56dc00711fcd4d6a5dfcc6.tar.gz |
zfs: Disable on riscv32
Its not yet ported for this architecture
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 1752e0375..96e07cc45 100644 --- a/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb +++ b/meta-filesystems/recipes-filesystems/zfs/zfs_2.1.4.bb | |||
@@ -54,3 +54,5 @@ FILES:${PN}-dev += "\ | |||
54 | ${prefix}/src/zfs-${PV}/* \ | 54 | ${prefix}/src/zfs-${PV}/* \ |
55 | ${prefix}/src/spl-${PV}/* \ | 55 | ${prefix}/src/spl-${PV}/* \ |
56 | " | 56 | " |
57 | # Not yet ported to rv32 | ||
58 | COMPATIBLE_HOST:riscv32 = "null" | ||