Skip to content

Commit 1150316

Browse files
committed
Fix problem with glibc's SRC_URI (frozen build)
1 parent 4d86e04 commit 1150316

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conf/local.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ BB_GENERATE_MIRROR_TARBALLS = "0"
6565
# and wait for manual intervention. We disable it.
6666
PATCHRESOLVE = "noop"
6767

68+
69+
#Hotfix for kirkstone, to be removed later.
70+
#Force https, otherwise build hangs. Check this var setting in upstream Poky before removing
71+
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
72+
73+
6874
#
6975
# Shared-state files from other locations
7076
#

0 commit comments

Comments
 (0)