diff options
author | Christopher Clark <christopher.clark6@baesystems.com> | 2017-08-23 14:43:33 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-24 09:55:40 -0400 |
commit | b6edda45ec347255bf0103716d2cf16c4b2f17a9 (patch) | |
tree | fa579077f2e3005833ff40a45dde0e02970ff361 | |
parent | 140c6836ed5ba04383d18236840b4f86d6008278 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-extended/ipxe/ipxe_git.bb | 2 |
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" | |||
8 | PV = "gitr${SRCPV}" | 8 | PV = "gitr${SRCPV}" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "git://git.ipxe.org/ipxe.git;protocol=git" | 11 | SRC_URI = "git://git.ipxe.org/ipxe.git;protocol=https" |
12 | 12 | ||
13 | FILES_${PN} = "/usr/share/firmware/*.rom" | 13 | FILES_${PN} = "/usr/share/firmware/*.rom" |
14 | 14 | ||