Colibri iMX8, how to include dnsmasq when compiling the kernel

Hi @robple11 , dnsmasq doesn’t come from the kernel. It can be added to bsp by Yocto Project. For example, add IMAGE_INSTALL_append = " dnsmasq" to local.conf file.