Yocto build fails

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto build fails

573 Views
AB22
Contributor III

I am trying to build Yocto (Zeus) for an i.MX8 chip. The bitbake build fails with errors indicating modules cannot be fetched. I have tried both at work and at home in case there are network security settings causing problems at work. It is currently failing on:

ERROR: Fetcher failure for URL: 'git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master'. Unable to fetch URL from any source.

The following cloning attempt fails both at home and at work:

 $ git clone git://git.alsa-project.org/tinycompress.git;protocol=git
Cloning into 'tinycompress'...
fatal: repository 'https://git.alsa-project.org/tinycompress.git/' not found

I have changed the following:

$ git config --global url."https://".insteadOf git://

This allowed the "$ repo sync" step to complete but I am not able to build.

Any help is appreciated.

0 Kudos
Reply
2 Replies

547 Views
AB22
Contributor III

I had multiple problems to figure out. The network connection at my work was causing the fetch commands to fail. I could fetch all of the repositories except tinycompress at home though. I eventually figured out how to add tinycompress to the project by directly cloning the repository and adding the .tar.gz and tar.gz.done files to the downloads folder. I have now gotten the build to complete. I am waiting on a usb-uart cable to test the output of the build.

0 Kudos
Reply

560 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

Please try it again, Since some problem with alsa fetch, could be due to a bad connection since in our environment it works.

 

Regards

0 Kudos
Reply