# Container host configuration fragment: Podman # # Include from local.conf to set up a Podman-based container host. # Requires meta-virt-host.conf to be included first: # # require conf/distro/include/meta-virt-host.conf # require conf/distro/include/container-host-podman.conf # MACHINE = "qemux86-64" # bitbake container-image-host # # Sets CONTAINER_PROFILE and the DISTRO_FEATURES required by # container-image-host with the Podman engine stack. # Includes ipv6 which is required by the podman packagegroup. CONTAINER_PROFILE = "podman" DISTRO_FEATURES:append = " ipv6"