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
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