summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-04-27 19:14:31 +0200
committerEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-04-27 19:14:31 +0200
commite76c431da5246df9ff29091b09b0d59b5d490d83 (patch)
treeb40b52f42019413135bf38282d3656e98e51e658
parenta4c3f41c2a522b5f4818a794834c6e0649abcf66 (diff)
toradex-mirrors.bbclass: move file to meta-toradex-distro
Related-to: ELB-5127 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r--classes/toradex-mirrors.bbclass14
1 files changed, 0 insertions, 14 deletions
diff --git a/classes/toradex-mirrors.bbclass b/classes/toradex-mirrors.bbclass
deleted file mode 100644
index 8f13e52..0000000
--- a/classes/toradex-mirrors.bbclass
+++ /dev/null
@@ -1,14 +0,0 @@
-TORADEX_MIRROR_URL="https://artifacts.toradex.com/artifactory/tdxref-torizoncore-sources-frankfurt/${TDX_MAJOR}"
-
-PREMIRRORS:append = " \
-cvs://.*/.* ${TORADEX_MIRROR_URL} \
-svn://.*/.* ${TORADEX_MIRROR_URL} \
-git://.*/.* ${TORADEX_MIRROR_URL} \
-gitsm://.*/.* ${TORADEX_MIRROR_URL} \
-hg://.*/.* ${TORADEX_MIRROR_URL} \
-bzr://.*/.* ${TORADEX_MIRROR_URL} \
-p4://.*/.* ${TORADEX_MIRROR_URL} \
-osc://.*/.* ${TORADEX_MIRROR_URL} \
-https?$://.*/.* ${TORADEX_MIRROR_URL} \
-ftp://.*/.* ${TORADEX_MIRROR_URL} \
-"