summaryrefslogtreecommitdiff
path: root/torizoncore/default.xml
diff options
context:
space:
mode:
authorsamuel.bissig <samuel.bissig@toradex.com>2020-11-27 13:43:32 +0100
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-12-01 10:29:48 +0000
commit89893d597be1ee6916a32c900c31934357107635 (patch)
tree76933713750e7db1ddece4c8a90f70abd2d16d13 /torizoncore/default.xml
parent8099fd7f87606b3d1e2acbc75abc424ee733262c (diff)
Add remote alias to all torizoncore remotes
Add remote alias to all manifests of torizoncore. This change is required by the Toradex CI process. The ci srcrev bumping scripts expect the remote being called "repo" in order to push to the remotes. Signed-off-by: samuel.bissig <samuel.bissig@toradex.com>
Diffstat (limited to 'torizoncore/default.xml')
-rw-r--r--torizoncore/default.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/torizoncore/default.xml b/torizoncore/default.xml
index dda0914..d0e9bfa 100644
--- a/torizoncore/default.xml
+++ b/torizoncore/default.xml
@@ -4,9 +4,9 @@
<include name="bsp/pinned-nxp.xml"/>
<include name="bsp/pinned-tdx.xml"/>
- <remote fetch="https://github.com/advancedtelematic" name="ats"/>
- <remote fetch="https://github.com/toradex" name="toradex-torizon"/>
- <remote fetch="https://github.com/foundriesio" name="foundriesio"/>
+ <remote alias="repo" fetch="https://github.com/advancedtelematic" name="ats"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="toradex-torizon"/>
+ <remote alias="repo" fetch="https://github.com/foundriesio" name="foundriesio"/>
<project name="meta-lmp" path="layers/meta-lmp" remote="foundriesio" revision="4bc19dd07a748301bbd8314f454c35a6ceb77880"/>
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="c74cc97641fd93e0e7a4383255e9a0ab3deaf9d7"/>