diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-09 03:38:50 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-09 03:38:50 +0000 |
| commit | 327bc4131e0ee6116bc9e38fe01c872580be92d0 (patch) | |
| tree | 2cbda2ff224ae8b6c9bdf386c396af1e4d135a92 /recipes-containers/incus | |
| parent | 8c255ebc7f8d46ad5dde051125f32a54545615c1 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 15 | SRCREV_FORMAT = "incus" | 15 | SRCREV_FORMAT = "incus" |
| 16 | PV = "6.0.6+git" | 16 | PV = "6.0.6+git" |
| 17 | 17 | ||
| 18 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" | ||
| 19 | |||
| 18 | GO_IMPORT = "github.com/lxc/incus/v6" | 20 | GO_IMPORT = "github.com/lxc/incus/v6" |
| 19 | 21 | ||
| 20 | DEPENDS = "cowsql raft lxc sqlite3 libuv libcap acl" | 22 | DEPENDS = "cowsql raft lxc sqlite3 libuv libcap acl" |
