Re: Toaster failing

[email protected] Tue, 08 Nov 2022 22:03:52 -0800
Newsgroups org.yoctoproject.lists.toaster
Message-ID <[email protected]>
Some other user just mailed me instead of answering in this forum that he just tried and found out it does not work yet.

> 
> 
> 
> ---------- Forwarded message ---------
> Von: < [email protected] >
> Date: Di., 8. Nov. 2022 um 09:01 Uhr
> Subject: Private: Re: [Toaster] Build never finishes [with log, error
> found]
> To:
> 
> 
> 
> 
> 
> I download poky on new folder. I use Toaster to build my first poky
> project, all settings is by default.
> 
> git clone git:// git.yoctoproject.org/poky (
> http://git.yoctoproject.org/poky )
> 
> cd poky
> 
> source oe-init-build-env
> 
> source toaster start
> 
> 
> On my default poky project "Merged Toaster settings" is switched off by
> default. But I get error
> 
> NOTE: Tasks Summary: Attempted 2875 tasks of which 0 didn't need to be
> rerun and all succeeded.
> 
> NOTE: Toaster does not add kernel module dependencies to packages
> (v86d,kernel-module-uvesafb)
> 
> NOTE: Toaster does not add kernel module dependencies to packages
> (v86d,kernel-module-uvesafb)
> 
> NOTE: Writing buildhistory
> 
> NOTE: Writing buildhistory took: 1 seconds
> 
> ERROR: expected string or bytes-like object
> 
> Traceback (most recent call last):
> 
>   File "/home/a/YP/poky/bitbake/lib/bb/ui/toasterui.py", line 362, in
> main
> 
>     buildinfohelper.scan_image_artifacts()
> 
>   File "/home/a/YP/poky/bitbake/lib/bb/ui/buildinfohelper.py", line 1782,
> in scan_image_artifacts
> 
>     real_image_name = re.sub(r'^defaultpkgname', image_target.target,
> 
>   File "/usr/lib/python3.10/re.py", line 209, in sub
> 
>     return _compile(pattern, flags).sub(repl, string, count)
> 
> TypeError: expected string or bytes-like object
> 
> 
> And also I got warning:
> 
> poky/bitbake/lib/bb/ui/uievent.py:68: DeprecationWarning: setDaemon() is
> deprecated, set the daemon attribute instead  self.t.setDaemon(True)
> 
> How I can build default example proj using Toaster?
> 
>