Hey there, I just saw Kirkstone 4.0 was released, congrats to that :)! I cloned the kirkstone repo, fired up toaster and tried to create a project with "Yocto Project 3.5 Kirkstone" as release (wondering about the 3.5, but its what it says :)), however, there is the usual info that no machines are available in the project configuration (Toaster has no machine information for this project. Sadly, machine information cannot be obtained from builds, so this page will remain empty.). Only choosing the "Yocto Project master" allows to choose a machine / add BSPs. Trying to build an image results in the usual error. Any idea on how to fix that? Thank you very much for your help! Bitbake crash Traceback (most recent call last): File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/command.py", line 90, in runCommand result = command_method(self, commandline) File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/command.py", line 286, in updateConfig command.cooker.updateConfigOpts(options, environment, cmdline) File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 536, in updateConfigOpts self.reset() File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 1775, in reset self.initConfigurationData() File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cooker.py", line 390, in initConfigurationData self.databuilder.parseBaseConfiguration() File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_master/bitbake/lib/bb/cookerdata.py", line 305, in parseBaseConfiguration raise bb.BBHandledException() bb.BBHandledException