mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
140c6836ed
commit
b6edda45ec
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user