You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've sometimes seen the following error when I tried to build this module by using meta-renesas.
| DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
| DEBUG: Executing shell function do_init_submodule
| Submodule 'common' (https://anongit.freedesktop.org/git/gstreamer/common.git) registered for path 'common'
| Cloning into 'common'...
| fatal: unable to access 'https://anongit.freedesktop.org/git/gstreamer/common.git/': Failed to connect to anongit.freedesktop.org port 443: Connection timed out
| Clone of 'https://anongit.freedesktop.org/git/gstreamer/common.git' into submodule path 'common' failed
| WARNING: exit code 1 from a shell command.
According to the freedesktop's wiki page, their git repositories had been moved to gitlab.fd.o, which is hosted on Google Cloud Platform. The former repository server is still working but seems unstable a little compared to gitlab.fd.o.
Some recipes in yocto project had already switched their referring repository url, like this;
I've sometimes seen the following error when I tried to build this module by using meta-renesas.
According to the freedesktop's wiki page, their git repositories had been moved to gitlab.fd.o, which is hosted on Google Cloud Platform. The former repository server is still working but seems unstable a little compared to gitlab.fd.o.
Some recipes in yocto project had already switched their referring repository url, like this;
I suggest you'd better switch submodule's url.
The text was updated successfully, but these errors were encountered: