diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2016-04-21 10:50:26 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2016-04-21 14:22:34 +0200 |
commit | 1055d83eaa995b2ec7f02f8b11c88157675ec090 (patch) | |
tree | fe877a202e3b723c8f80237f80872c7369e39af4 /conf/distro | |
parent | 672285f19573ce0caa02a2953c871c04d53542fd (diff) | |
download | meta-nfv-access-common-1055d83eaa995b2ec7f02f8b11c88157675ec090.tar.gz |
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 <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/enea-mirrors.inc | 3 |
1 files changed, 1 insertions, 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 @@ | |||
1 | PREMIRRORS ??= "\ | 1 | MIRRORS_append = "\ |
2 | cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 2 | cvs://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
3 | svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 3 | svn://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
4 | git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 4 | git://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
5 | hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 5 | hg://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
6 | bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 6 | bzr://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
7 | svk://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | ||
8 | p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 7 | p4://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
9 | osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 8 | osc://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |
10 | https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ | 9 | https?$://.*/.* http://linux.enea.com/${DISTRO_VERSION}/sources/ \n \ |