summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2020-10-07 17:40:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-10-09 15:14:10 +0200
commitd5f3773e62c2f765c830f096d6a838707e9392d9 (patch)
tree850ba36f7eccba153e7b1166685b7abef827606e /config
parent22dc5982b3f709021e98e05bd8e204ecb86ee8e4 (diff)
downloadptxdist-d5f3773e62c2f765c830f096d6a838707e9392d9.tar.gz
ptxdist-d5f3773e62c2f765c830f096d6a838707e9392d9.tar.xz
setup: introduce GNOME mirror
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <20201007154057.GB111533@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig7
-rw-r--r--config/setup/ptxdistrc.default1
2 files changed, 8 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index ab2b8e83a..f3fe2e8e8 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -144,6 +144,13 @@ config SETUP_DEBMIRROR
The Debian pool mirror to use for downloading various
components of the target root filesystem.
+config SETUP_GNOMEMIRROR
+ string
+ default "https://download.gnome.org/sources https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.gnome.org/sources"
+ prompt "GNOME Mirror"
+ help
+ For all GNOME related packages enter an available mirror here.
+
config SETUP_GNUMIRROR
string
default "https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu"
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index 50e751f20..a3be0a337 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -33,6 +33,7 @@ PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src"
# PTXCONF_SETUP_PTXMIRROR_ONLY is not set
PTXCONF_SETUP_PTXMIRROR="https://www.pengutronix.de/software/ptxdist/temporary-src"
PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian http://archive.debian.org/debian"
+PTXCONF_SETUP_GNOMEMIRROR="https://download.gnome.org/sources https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.gnome.org/sources"
PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu"
PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux"
PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source"