From 1055d83eaa995b2ec7f02f8b11c88157675ec090 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 21 Apr 2016 10:50:26 +0200 Subject: distro: Change to MIRRORS instead of PREMIRRORS Remove the SVK protocol as well, it is not supported by Bitbake anymore. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- conf/distro/include/enea-mirrors.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/distro/include/enea-mirrors.inc b/conf/distro/include/enea-mirrors.inc index 3a9bfa4..dfde96e 100644 --- a/conf/distro/include/enea-mirrors.inc +++ b/conf/distro/include/enea-mirrors.inc @@ -1,10 +1,9 @@ -PREMIRRORS ??= "\ +MIRRORS_append = "\ cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ -svk://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ -- cgit v1.2.3-54-g00ecf