diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2014-09-10 16:47:37 +0200 |
---|---|---|
committer | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2014-09-10 16:47:37 +0200 |
commit | b9eee70a971c0d549db3bc199786c1d78eb41962 (patch) | |
tree | c91701bd355443adb631ba2d8e4e2ef3dce82561 /classes/phytec-mirrors.bbclass | |
parent | c62314d5fb680cd5808cf2ef956b8e62845b517c (diff) | |
download | meta-phytec-b9eee70a971c0d549db3bc199786c1d78eb41962.tar.bz2 meta-phytec-b9eee70a971c0d549db3bc199786c1d78eb41962.zip |
phytec sources mirror
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Diffstat (limited to 'classes/phytec-mirrors.bbclass')
-rw-r--r-- | classes/phytec-mirrors.bbclass | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/classes/phytec-mirrors.bbclass b/classes/phytec-mirrors.bbclass new file mode 100644 index 0000000..cb810da --- /dev/null +++ b/classes/phytec-mirrors.bbclass @@ -0,0 +1,15 @@ +PREMIRRORS_append () { +} + +MIRRORS_append () { +ftp://.*/.* ftp://ftp.phytec.de/yoctomirror/ +cvs://.*/.* ftp://ftp.phytec.de/yoctomirror/ +svn://.*/.* ftp://ftp.phytec.de/yoctomirror/ +git://.*/.* ftp://ftp.phytec.de/yoctomirror/ +hg://.*/.* ftp://ftp.phytec.de/yoctomirror/ +bzr://.*/.* ftp://ftp.phytec.de/yoctomirror/ +osc://.*/.* ftp://ftp.phytec.de/yoctomirror/ +p4://.*/.* ftp://ftp.phytec.de/yoctomirror/ +svk://.*/.* ftp://ftp.phytec.de/yoctomirror/ +https?$://.*/.* ftp://ftp.phytec.de/yoctomirror/ +} |