Re: [yocto] imx93 yocto build failing due to parsec fetcherror
Ross Burton <[email protected]> Fri, 15 May 2026 15:14:28 +0000
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 15 May 2026, at 15:54, mail2uvijay via lists.yoctoproject.org <mail2uvij= [email protected]> wrote: >=20 > i am building osm-imx93 board image from scarthgap branch. getting parsec= fetch error. > Summary: 2 tasks failed: > /home/ubuntu/imx93-yocto-bsp/sources/meta-security/meta-parsec/recipes-p= arsec/parsec-tool/parsec-tool_0.7.0.bb:do_fetch > /home/ubuntu/imx93-yocto-bsp/sources/meta-security/meta-parsec/recipes-p= arsec/parsec-service/parsec-service_1.3.0.bb:do_fetch > Summary: There were 10 WARNING messages. > Summary: There were 4 ERROR messages, returning a non-zero exit code. > $bitbake -c fetch parsec-tool > ERROR: parsec-tool-0.7.0-r0 do_fetch: Bitbake Fetcher Error: FetchError('= Unable to fetch URL from any source.', 'crate://crates.io/parsec-tool/0.7.0= ') > Please suggest how to resolve this fetch errors. This is due to a change in the crates.io <http://crates.io/> server. Updat= e your bitbake to the latest commit on the 2.8 branch to get the fix. Ross=