Hi,

 

FYI, I have replicated the error and I am now tracing it.

 

David

 

From: toaster@lists.yoctoproject.org <toaster@lists.yoctoproject.org> On Behalf Of mail via lists.yoctoproject.org
Sent: Monday, May 2, 2022 9:12 AM
To: toaster@lists.yoctoproject.org
Subject: Re: [Toaster] Toaster failing

 

I am running the overall setup on a current Debian 10 installation.

 

Setup:

 

git clone -b kirkstone git://git.yoctoproject.org/poky.git

cd poky/

pip3 install --user -r bitbake/toaster-requirements.txt

source oe-init-build-env

source toaster start

 

Create new project in Toaster:

Project name: test

Project type: New project

Release: Yocto Project 3.5 "Kirkstone"

Merged Toaster settings is turned OFF.

 

Adding Machine: raspberrypi4-64

(also tried raspberrypi0-2w-64, getting the same error)

 

Layers are

openembedded-core

meta-poky

meta-yocto-bsp

meta-raspberrypi

 

Distro: poky

 

Build recipe: core-image-minimal

(also tried rpi-test-image, getting the same error)

 

 

Bitbake crash

Traceback (most recent call last):

  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/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_kirkstone/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_kirkstone/bitbake/lib/bb/cooker.py", line 536, in updateConfigOpts

    self.reset()

  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 1776, in reset

    self.initConfigurationData()

  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproject.org_poky_kirkstone/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_kirkstone/bitbake/lib/bb/cookerdata.py", line 305, in parseBaseConfiguration

    raise bb.BBHandledException()

bb.BBHandledException

 

 

I tried to build a toaster image / core-image-minimal with just default settings (qemux86 as machine) - but this did also fail with the same error.

 

 

When I create a new project and choose as Release the "Yocto Project Master", it will also fail, but at least for Raspberry Pi builds the meta-oe Layer will be added. Adding the meta-oe layer myself to the "Kirkstone" release projects does also not change anything, it will all fail with the same error shown above.

 

Thanks a lot for your help :)

 

Nico