Re: [yocto] MIRRORS variable

2025-01-19 Thread Gyorgy Sarvari via lists.yoctoproject.org
You can find a number of examples in the mirrors.bbclass[1] file. Also note that in git URIs Bitbake expects "/" separator between the host and path, not ":". I think this should work: MIRRORS += " git://user@nas-archivio/var/home/git;protocol=ssh git://g...@gitlab.newsoc.it:2289/projects;prot

[yocto] MIRRORS variable

2025-01-19 Thread Mauro Ziliani via lists.yoctoproject.org
Hi all. Which is the correct syntax of MIRRORS variable? I need to replace git://user@nas-archivio:/var/home/git;protocol=ssh  with git://g...@gitlab.newsoc.it:2289:/projects;protocol=ssh I put this in local.conf MIRRORS += \ git://user@nas-archivio:/var/home/git;protocol=ssh  \ git://g