# whatever poky does require conf/distro/poky.conf # but call it schulung-poky DISTRO = "schulung-poky" # and keep named compatibility with poky DISTROOVERRIDES = "poky" # debian/jessie works great SANITY_TESTED_DISTROS = "DebianGNULinux-8" # if this distribution is designed for internal use, it may # be appropriate to set PREMIRRORS here for internal mirrors #PREMIRRORS ?= "" # set preferred kernel and version for this distribution PREFERRED_PROVIDER_virtual/kernel ?= "linux-basic" PREFERRED_VERSION_virtual/kernel ?= "4.4"