All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp: a5ds: change SRC_URI to git
@ 2020-06-01 21:34 Jon Mason
  2020-06-02  6:50 ` Diego Sueiro
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Mason @ 2020-06-01 21:34 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

When building for a5ds dunfell, I am seeing the following error:
fatal: unable to access 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux/': server certificate verification failed. CAfile: none CRLfile: none

I do not see this error when using git instead of https to access the
tree.  So, change to that access method (and it should be faster too).

Change-Id: I8e793ece68edaaa918ed3c3a0e9b4e195775828f
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .../recipes-kernel/linux/linux-upstream-arm-platforms.inc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-upstream-arm-platforms.inc b/meta-arm-bsp/recipes-kernel/linux/linux-upstream-arm-platforms.inc
index 7b73e75..472cea8 100644
--- a/meta-arm-bsp/recipes-kernel/linux/linux-upstream-arm-platforms.inc
+++ b/meta-arm-bsp/recipes-kernel/linux/linux-upstream-arm-platforms.inc
@@ -20,5 +20,5 @@ KBRANCH = ""
 LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 
 SRC_URI = "\
-        git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux;protocol=https;nobranch=1 \
+        git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux;protocol=git;nobranch=1 \
         "
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-02 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 21:34 [PATCH] arm-bsp: a5ds: change SRC_URI to git Jon Mason
2020-06-02  6:50 ` Diego Sueiro
2020-06-02 14:54   ` [meta-arm] " Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.