OP-TEE / manifest

Manifests to use OP-TEE on various platforms
69 stars 176 forks source link

hikey, hikey960: use https: instead of git: to clone Grub #174

Closed jforissier closed 3 years ago

jforissier commented 3 years ago

Change the protocol used to clone Grub from Git to HTTPS. The latter is more widely used and less likely to be unavailable or cause network issues due to firewalls, etc. Today for instance the repository is available over HTTPS but not over Git [1]:

fatal: read error: Connection reset by peer error: Cannot fetch grub.git from git://git.savannah.gnu.org/grub.git

Link: [1] https://optee.mooo.com:5000/logs/OP-TEE/optee_test/469/529502990/fffbe60112bd663ce04c36016fc9cb516feb3d3c Signed-off-by: Jerome Forissier jerome@forissier.org Change-Id: I41de91edc455d3009baf683f9b4b24de1b5309c4

jbech-linaro commented 3 years ago

Reviewed-by: Joakim Bech <joakim.bech@linaro.org>