BuildSourceBL: Use 96boards-hikey fork: uefi-tools
hikey-aosp branch git.linaro.org/uefi/uefi-tools.git recently added support for gcc5 but github.com/96boards-hikey/edk2.git has not, so the build will break if using a gcc5 version toolchain. Fixes http://www.96boards.org/forums/topic/cannot-build-hikey-fw-from-source until hikey edk2 gets upstreamed. Signed-off-by: Victor Chong <victor.chong@linaro.org>
This commit is contained in:
parent
0a0357eb17
commit
a36f4f5b8f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ git clone -b hikey-aosp https://github.com/96boards-hikey/OpenPlatformPkg.git
|
||||||
git clone https://github.com/OP-TEE/optee_os.git
|
git clone https://github.com/OP-TEE/optee_os.git
|
||||||
git clone -b hikey https://github.com/96boards-hikey/arm-trusted-firmware.git
|
git clone -b hikey https://github.com/96boards-hikey/arm-trusted-firmware.git
|
||||||
git clone https://github.com/96boards-hikey/l-loader.git
|
git clone https://github.com/96boards-hikey/l-loader.git
|
||||||
git clone git://git.linaro.org/uefi/uefi-tools.git
|
git clone -b hikey-aosp https://github.com/96boards-hikey/uefi-tools.git
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Building EDK2/UEFI for HiKey
|
#### Building EDK2/UEFI for HiKey
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue