Hello,
I tried to build an image from toaster web interface but it is showing "bitbake crash" with below traceback issues. I'm not understanding what I need to change or do so that toaster will work correctly to build an image. And the
ubuntu version=22.04
Yocto version=4.2 mickledore
Image trying to build is "ls-image-main" for ls1012afrwy card

Bitbake crash
Traceback (most recent call last):
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/command.py", line 91, in runCommand
    result = command_method(self, commandline)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/command.py", line 290, in updateConfig
    command.cooker.updateConfigOpts(options, environment, cmdline)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 552, in updateConfigOpts
    self.reset()
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 1786, in reset
    self.initConfigurationData()
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cooker.py", line 409, in initConfigurationData
    self.databuilder.parseBaseConfiguration()
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 261, in parseBaseConfiguration
    self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 395, in parseConfigurationFiles
    data = parse_config_file(os.path.join(layer, "conf", "layer.conf"), data)
  File "/home/dhanyalakshmi/distro/sources/poky/bitbake/lib/bb/cookerdata.py", line 174, in wrapped
    raise bb.BBHandledException()
bb.BBHandledException
 
I'm waiting for the reply
Thank you