mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
* Since commit ce0579dc in bitbake (fetch2: Revert the regexp removal for the type field and instead anchor regexp) the type regexp has been automatically anchored at the end. * Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in PREMIRRORS with "\n". (From OE-Core rev: 1edc5e689d54b788c35ece14e0dbd76ec545f3ee) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
495 B
Plaintext
15 lines
495 B
Plaintext
PREMIRRORS:prepend = " \
|
|
cvs://.*/.* ${SOURCE_MIRROR_URL} \
|
|
svn://.*/.* ${SOURCE_MIRROR_URL} \
|
|
git://.*/.* ${SOURCE_MIRROR_URL} \
|
|
gitsm://.*/.* ${SOURCE_MIRROR_URL} \
|
|
hg://.*/.* ${SOURCE_MIRROR_URL} \
|
|
bzr://.*/.* ${SOURCE_MIRROR_URL} \
|
|
p4://.*/.* ${SOURCE_MIRROR_URL} \
|
|
osc://.*/.* ${SOURCE_MIRROR_URL} \
|
|
https?://.*/.* ${SOURCE_MIRROR_URL} \
|
|
ftp://.*/.* ${SOURCE_MIRROR_URL} \
|
|
npm://.*/?.* ${SOURCE_MIRROR_URL} \
|
|
s3://.*/.* ${SOURCE_MIRROR_URL} \
|
|
"
|