# Xen host configuration fragment # # Include from local.conf for Xen Dom0 development and testing. # Requires meta-virt-host.conf to be included first: # # require conf/distro/include/meta-virt-host.conf # require conf/distro/include/xen-host.conf # MACHINE = "qemux86-64" # bitbake xen-image-minimal # # Enables Xen hypervisor support, vxn (Docker CLI for Xen), and containerd # for the OCI runtime path. DISTRO_FEATURES:append = " xen vxn" # Xen Dom0 image packages: vxn, containerd IMAGE_INSTALL:append:pn-xen-image-minimal = " vxn containerd-opencontainers"