summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe
diff options
context:
space:
mode:
authorChristopher Clark <christopher.clark6@baesystems.com>2017-08-23 14:43:33 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-24 09:55:40 -0400
commitb6edda45ec347255bf0103716d2cf16c4b2f17a9 (patch)
treefa579077f2e3005833ff40a45dde0e02970ff361 /recipes-extended/ipxe
parent140c6836ed5ba04383d18236840b4f86d6008278 (diff)
downloadmeta-virtualization-b6edda45ec347255bf0103716d2cf16c4b2f17a9.tar.gz
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 <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/ipxe')
-rw-r--r--recipes-extended/ipxe/ipxe_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
8PV = "gitr${SRCPV}" 8PV = "gitr${SRCPV}"
9PR = "r0" 9PR = "r0"
10 10
11SRC_URI = "git://git.ipxe.org/ipxe.git;protocol=git" 11SRC_URI = "git://git.ipxe.org/ipxe.git;protocol=https"
12 12
13FILES_${PN} = "/usr/share/firmware/*.rom" 13FILES_${PN} = "/usr/share/firmware/*.rom"
14 14