the default URL was set to the public gitlab where needed. This
commit overwrites them to use the internal ones.
BugzID: 80085
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
Using this mirror will drastically speed up build time when building
from scratch. Everything that has already been built can be retrieved
through this mirror.
BugzID: 80026
it is possible that two build jobs run on the same build server (e.g.
mmc- and a ramdisk job). Thus 8 parallel threads are slowing the
build more down than speeding it up.
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
We don't need this and it is probably wasting build time and storage.
According to documentation:
"This technique is useful if you want to create a mirror server. If not,
however, the technique can simply waste time during the build."
https://www.yoctoproject.org/docs/3.1/mega-manual/mega-manual.html#faq
FAQ: 35.22
In order to avoid issues like missing licenses or corrupted kernel
shared directory, it is better to remove this hack and always include
the fct layer.
BugzID: 70627
This structure was storing license per architecture instead of all
licenses in the same directory. It requires a patch in yocto code to
look for licenses at this location.