From b2bc94cc85755dbb3e4faa3b1359dd50b5f5369d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 26 Oct 2022 21:41:45 +0200 Subject: [PATCH] config sample: add some alter fetch urls for glibc and binutils --- local.conf.common.inc.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/local.conf.common.inc.sample b/local.conf.common.inc.sample index c11edf7..3e6c3fa 100644 --- a/local.conf.common.inc.sample +++ b/local.conf.common.inc.sample @@ -397,3 +397,8 @@ IMAGE_INSTALL += " \ # see> https://docs.yoctoproject.org/singleindex.html#enabling-and-disabling-build-history #INHERIT += "buildhistory" #BUILDHISTORY_COMMIT = "1" + +### Replace some lame fetch urls +# +#BINUTILS_GIT_URI = "git://github.com/bminor/binutils-gdb.git;branch=${BRANCH};protocol=https" +#GLIBC_GIT_URI = "git://github.com/bminor/glibc.git;branch=release/2.32/master;name=glibc"