summaryrefslogtreecommitdiffstats
path: root/recipes-containers/incus
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-09 03:38:50 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-09 03:38:50 +0000
commit327bc4131e0ee6116bc9e38fe01c872580be92d0 (patch)
tree2cbda2ff224ae8b6c9bdf386c396af1e4d135a92 /recipes-containers/incus
parent8c255ebc7f8d46ad5dde051125f32a54545615c1 (diff)
downloadmeta-virtualization-327bc4131e0ee6116bc9e38fe01c872580be92d0.tar.gz
incus: restrict to x86-64 and aarch64
Incus is only tested and supported on x86-64 and aarch64. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/incus')
-rw-r--r--recipes-containers/incus/incus_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/incus/incus_git.bb b/recipes-containers/incus/incus_git.bb
index 47532670..00088ff9 100644
--- a/recipes-containers/incus/incus_git.bb
+++ b/recipes-containers/incus/incus_git.bb
@@ -15,6 +15,8 @@ SRCREV_incus = "5231e7a1beca905d57208b441040f9ebdc6a2c6f"
15SRCREV_FORMAT = "incus" 15SRCREV_FORMAT = "incus"
16PV = "6.0.6+git" 16PV = "6.0.6+git"
17 17
18COMPATIBLE_HOST = "(x86_64|aarch64).*-linux"
19
18GO_IMPORT = "github.com/lxc/incus/v6" 20GO_IMPORT = "github.com/lxc/incus/v6"
19 21
20DEPENDS = "cowsql raft lxc sqlite3 libuv libcap acl" 22DEPENDS = "cowsql raft lxc sqlite3 libuv libcap acl"