mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
mirrors.bbclass: drop support for svk sources
The svk fetcher was removed from bitbake 1.22, so svk support should logically have been removed from oe-core Daisy onwards. (From OE-Core rev: 9560d58596ceb50280b81296688883f3fca99aa6) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c4359d1d82
commit
09fa915b56
@@ -772,7 +772,7 @@ def check_sanity_everybuild(status, d):
|
||||
import re
|
||||
mirror_vars = ['MIRRORS', 'PREMIRRORS', 'SSTATE_MIRRORS']
|
||||
protocols = ['http', 'ftp', 'file', 'https', \
|
||||
'git', 'gitsm', 'hg', 'osc', 'p4', 'svk', 'svn', \
|
||||
'git', 'gitsm', 'hg', 'osc', 'p4', 'svn', \
|
||||
'bzr', 'cvs']
|
||||
for mirror_var in mirror_vars:
|
||||
mirrors = (d.getVar(mirror_var, True) or '').replace('\\n', '\n').split('\n')
|
||||
|
||||
Reference in New Issue
Block a user