Skip to content
Snippets Groups Projects
Commit 148726aa authored by fischertechnik-opensource's avatar fischertechnik-opensource
Browse files

Update to 3.1.8

parent c23bcd2f
Branches 3.1.8 master
No related tags found
No related merge requests found
[build-repos]
default = build-exceet-rocko
customer = {GIT_SERVER}/txt40/
customer = {GIT_SERVER}/{CI_PROJECT_NAMESPACE}/
exceet = {GIT_SERVER}:yocto-exceet/
ktn = {GIT_SERVER}/txt40/yocto-ktn/
ktn = {GIT_SERVER}:yocto-ktn/
stm32mp = {GIT_SERVER}:stm32mp/
#uri_search_list= {GIT_SERVER}:genisys/
......@@ -239,7 +239,7 @@ def loadBuildModule(f, b, remote_repo=None, offline=False):
# Try with an existing local build repository first
m = Module(None, b)
if m and (offline or m.is_valid_uri()):
info("Using local build repo URI {}".format(m.uri()))
info("Using build repo URI {}".format(m.uri()))
if remote_repo and remote_repo not in m.uri():
warn("Git remote of local build repo doesn't match specified " \
"remote repo name")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment