We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d86e04 commit 1150316Copy full SHA for 1150316
conf/local.conf
@@ -65,6 +65,12 @@ BB_GENERATE_MIRROR_TARBALLS = "0"
65
# and wait for manual intervention. We disable it.
66
PATCHRESOLVE = "noop"
67
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
74
#
75
# Shared-state files from other locations
76
0 commit comments