From b6edda45ec347255bf0103716d2cf16c4b2f17a9 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Wed, 23 Aug 2017 14:43:33 -0700 Subject: ipxe: fetch using https rather than git protocol The git protocol isn't responding at the ipxe fetch source; https is, so use that instead. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/ipxe/ipxe_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb index d52c5675..c0c8a7b7 100644 --- a/recipes-extended/ipxe/ipxe_git.bb +++ b/recipes-extended/ipxe/ipxe_git.bb @@ -8,7 +8,7 @@ SRCREV = "8c43891db4eb131d019360ccfb619f235b17eb58" PV = "gitr${SRCPV}" PR = "r0" -SRC_URI = "git://git.ipxe.org/ipxe.git;protocol=git" +SRC_URI = "git://git.ipxe.org/ipxe.git;protocol=https" FILES_${PN} = "/usr/share/firmware/*.rom" -- cgit v1.2.3-54-g00ecf