From a05c578640c1bef9b8704ffb060815e0f946d705 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 9 Apr 2026 03:18:20 +0000 Subject: incus: add container host profile Add CONTAINER_PROFILE=incus support so incus can be selected as the container engine for container-image-host: require conf/distro/include/container-host-incus.conf MACHINE = "qemux86-64" bitbake container-image-host Signed-off-by: Bruce Ashfield --- recipes-extended/images/container-image-host.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended') diff --git a/recipes-extended/images/container-image-host.bb b/recipes-extended/images/container-image-host.bb index 596b62e0..e5a688e5 100644 --- a/recipes-extended/images/container-image-host.bb +++ b/recipes-extended/images/container-image-host.bb @@ -118,6 +118,7 @@ IMAGE_INSTALL = " \ ${@bb.utils.contains_any('VIRTUAL-RUNTIME_container_engine','docker docker-moby','packagegroup-docker','',d)} \ ${@bb.utils.contains_any('VIRTUAL-RUNTIME_container_engine','podman','packagegroup-podman','',d)} \ ${@bb.utils.contains_any('VIRTUAL-RUNTIME_container_engine','containerd','packagegroup-containerd','',d)} \ + ${@bb.utils.contains_any('VIRTUAL-RUNTIME_container_engine','incus','incus','',d)} \ ${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','cni','packagegroup-cni','',d)} \ ${@bb.utils.contains('VIRTUAL-RUNTIME_container_networking','netavark','packagegroup-netavark','',d)} \ ${@bb.utils.contains('IMAGE_FEATURES','container-tools','packagegroup-container-tools','',d)} \ -- cgit v1.2.3-54-g00ecf