config sample: add some alter fetch urls for glibc and binutils

This commit is contained in:
2022-10-26 21:41:45 +02:00
parent 083bad396c
commit b2bc94cc85

View File

@@ -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"