From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F299FC433F5 for ; Mon, 2 May 2022 16:12:30 +0000 (UTC) Subject: Re: Toaster failing To: toaster@lists.yoctoproject.org From: mail@nico-maas.de X-Originating-Location: Wesseling, North Rhine-Westphalia, DE (5.146.202.44) X-Originating-Platform: Windows Chrome 100 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Mon, 02 May 2022 09:12:27 -0700 References: In-Reply-To: Message-ID: <31066.1651507947451667431@lists.yoctoproject.org> Content-Type: multipart/alternative; boundary="yThjkhzxKfBK0FM4wUx3" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 02 May 2022 16:12:30 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5806 --yThjkhzxKfBK0FM4wUx3 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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.yoctoproje= ct.org_poky_kirkstone/bitbake/lib/bb/command.py", line 90, in runCommand result =3D command_method(self, commandline) File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproje= ct.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.yoctoproje= ct.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 536, in updateConfigO= pts self.reset() File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproje= ct.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 1776, in reset self.initConfigurationData() File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproje= ct.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 390, in initConfigura= tionData self.databuilder.parseBaseConfiguration() File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___git.yoctoproje= ct.org_poky_kirkstone/bitbake/lib/bb/cookerdata.py", line 305, in parseBase= Configuration raise bb.BBHandledException() bb.BBHandledException I tried to build a toaster image / core-image-minimal with just default set= tings (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 Laye= r 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 err= or shown above. Thanks a lot for your help :) Nico --yThjkhzxKfBK0FM4wUx3 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
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___gi= t.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/command.py", line 90, in r= unCommand
    result =3D command_method(self, commandline)
  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___gi= t.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/command.py", line 286, in = updateConfig
    command.cooker.updateConfigOpts(options, environment, cm= dline)
  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___gi= t.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 536, in u= pdateConfigOpts
    self.reset()
  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___gi= t.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 1776, in = reset
    self.initConfigurationData()
  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___gi= t.yoctoproject.org_poky_kirkstone/bitbake/lib/bb/cooker.py", line 390, in i= nitConfigurationData
    self.databuilder.parseBaseConfiguration()
  File "/home/user/yocto_kirkstone/poky/_toaster_clones/_git___gi= t.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 defaul= t settings (qemux86 as machine) - but this did also fail with the same erro= r.
 
 
When I create a new project and choose as Release the "Yocto Project M= aster", 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" re= lease projects does also not change anything, it will all fail with the sam= e error shown above.
 
Thanks a lot for your help :)
 
Nico
 
--yThjkhzxKfBK0FM4wUx3--