Welcome to VMF prototype
# Install dependencies
sudo apt install \
libncurses5-dev \
qemu-utils \
u-boot-tools
# init submodules
git submodule update --init
# build a vmf xen and domU
make -C buildroot defconfig BR2_DEFCONFIG=../configs/xen_defconfig
make -C buildroot all
# install deps for qemu
sudo apt install \
ninja-build \
pkg-config \
libglib2.0-dev \
libpixman-1-dev \
libgcrypt-dev \
# build qemu and run prototype
qemu/boot-qemu.sh
If you are having issues check that imagebuilder/xen.cfg is set to build the image you plan to use.