There is a project in which we use project yocto, and our metas fetch source from some remote git repositories.
The problem is that these repositories are only accessible in some particular situations/specific times.
Therefore, I need a way to fetch the repos (when they are available), as to have them locally, but not build anything at that time.
Is this possible?