summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-07-24 12:18:37 +0200
committerMing Liu <ming.liu@toradex.com>2020-07-24 12:18:37 +0200
commit8467ec79ec58508a59bfc9e01203cc77a178980c (patch)
tree294184724ea96147b3af701ae49166058b8b7409
parentca7577732a3bd8f9616de69792e472a69bf9cb8e (diff)
torizoncore: drop a .git suffix to be consistent with other layers
Drop a .git suffix from meta-toradex-distro layer to be consistent with other layers. Related-to: TOR-1126 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--torizoncore/default.xml2
-rw-r--r--torizoncore/integration.xml2
-rw-r--r--torizoncore/next.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/torizoncore/default.xml b/torizoncore/default.xml
index 1641a73..a082ddf 100644
--- a/torizoncore/default.xml
+++ b/torizoncore/default.xml
@@ -12,7 +12,7 @@
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="4dc69a75502cb8f184b003e13117999f136b7899"/>
<project name="meta-updater" path="layers/meta-updater" remote="ats" revision="5f7f0d139b3c81e163ad46d366cf1d843c3cb793"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="ee94ad466cc3ffbf214a00a6a9aaad6d8ff68794"/>
- <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="8d978fc91a0e60d978315329e123cd1ca12b2a20"/>
+ <project name="meta-toradex-distro" path="layers/meta-toradex-distro" remote="tdx" revision="8d978fc91a0e60d978315329e123cd1ca12b2a20"/>
<project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="df5cad9c753c10b94201ca545753bdb0af198c45">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
diff --git a/torizoncore/integration.xml b/torizoncore/integration.xml
index 18db58f..3dcac6f 100644
--- a/torizoncore/integration.xml
+++ b/torizoncore/integration.xml
@@ -12,7 +12,7 @@
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="4dc69a75502cb8f184b003e13117999f136b7899"/>
<project name="meta-updater" path="layers/meta-updater" remote="ats" revision="5f7f0d139b3c81e163ad46d366cf1d843c3cb793"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="ee94ad466cc3ffbf214a00a6a9aaad6d8ff68794"/>
- <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
+ <project name="meta-toradex-distro" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
<project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="master">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
diff --git a/torizoncore/next.xml b/torizoncore/next.xml
index a3fe214..ca71b36 100644
--- a/torizoncore/next.xml
+++ b/torizoncore/next.xml
@@ -12,7 +12,7 @@
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="master"/>
<project name="meta-updater" path="layers/meta-updater" remote="ats" revision="master"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="master"/>
- <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
+ <project name="meta-toradex-distro" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
<project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="master">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>