mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
poky.conf: Weakly set PREMIRRORS
We should only weakly set PREMIRRORS as users often want to override this. [BUGID #753] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -150,7 +150,7 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0"
|
|||||||
|
|
||||||
require conf/distro/include/world-broken.inc
|
require conf/distro/include/world-broken.inc
|
||||||
|
|
||||||
PREMIRRORS =+ "\
|
PREMIRRORS ?= "\
|
||||||
bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
||||||
cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
||||||
git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \
|
||||||
|
|||||||
Reference in New Issue
Block a user