[meta-virtualization] [PATCH v2 2/4] ipxe: fetch using https rather than git protocol

christopher.w.clark at gmail.com christopher.w.clark at gmail.com
Wed Aug 23 14:43:33 PDT 2017


From: Christopher Clark <christopher.clark6 at baesystems.com>

The git protocol isn't responding at the ipxe fetch source;
https is, so use that instead.

Signed-off-by: Christopher Clark <christopher.clark6 at baesystems.com>
---
v2: unchanged

 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 d52c567..c0c8a7b 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"
 
-- 
2.1.4



More information about the meta-virtualization mailing list