commit | d91661441a2d980d980c716cb0b90cee47b67e56 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Mon Dec 14 14:08:39 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Dec 14 14:20:39 2020 +0100 |
tree | cef150f2aaa37346a7001ec8dc8b7252532913d0 | |
parent | 0f661f96686a9745170af32e84b81e086d2ed46d [diff] |
hikey, hikey960: use https: instead of git: to clone Grub 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 Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This git contains repo manifests to be able to clone all source code needed to be able to setup a full OP-TEE developer build.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under manifests.
// OP-TEE core maintainers