From 2258e9a89a75e59862b96a15b6cfc2de9ee7e5eb Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 4 Jan 2021 19:26:27 +0100 Subject: [PATCH] local.conf.common.inc.sample: fix source mirror url Entry was without effect. Many urls seems to be broken. Watched with command: bitbake --runall="fetch" neutrino-image --- local.conf.common.inc.sample | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/local.conf.common.inc.sample b/local.conf.common.inc.sample index c39e6ff..11cc887 100644 --- a/local.conf.common.inc.sample +++ b/local.conf.common.inc.sample @@ -195,17 +195,17 @@ BUG_REPORT_URL = "https://forum.tuxbox-neutrino.org" ### download mirrors # -PREMIRRORS_prepend = "\ - https://.*/.* https://archiv.tuxbox-neutrino.org/ \n \ - git://.*/.* http://www.yoctoproject.org/sources/ \n \ - ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ - http://.*/.* http://www.yoctoproject.org/sources/ \n \ - https://.*/.* http://www.yoctoproject.org/sources/ \n \ -" +# PREMIRRORS_prepend = "\ +# https://.*/.* https://archiv.tuxbox-neutrino.org/ \n \ +# git://.*/.* http://www.yoctoproject.org/sources/ \n \ +# ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ +# http://.*/.* http://www.yoctoproject.org/sources/ \n \ +# https://.*/.* http://www.yoctoproject.org/sources/ \n \ +# " #see: https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my_own_source_download_mirror_.3F # -SOURCE_MIRROR_URL ?= "https://archiv.tuxbox-neutrino.org" +SOURCE_MIRROR_URL = "https://archiv.tuxbox-neutrino.org" INHERIT += "own-mirrors" BB_GENERATE_MIRROR_TARBALLS = "1" #BB_NO_NETWORK = "1"