From 52b7367445f340897b5c63f718379c3f589440bf Mon Sep 17 00:00:00 2001 From: Emanuele Ghidoli Date: Thu, 27 Apr 2023 19:14:31 +0200 Subject: toradex-mirrors.bbclass: move file to meta-toradex-distro Related-to: ELB-5127 Signed-off-by: Emanuele Ghidoli (cherry picked from commit e76c431da5246df9ff29091b09b0d59b5d490d83) --- classes/toradex-mirrors.bbclass | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 classes/toradex-mirrors.bbclass 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} \ -" -- cgit v1.2.3