aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi-staging.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-04-20 00:50:58 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-04-20 00:50:58 +0300
commit9420ffd9c236eb7cda69ed032c75ec57ca5bc53f (patch)
tree344e783b77be6cbacdcdf734b7a478a8f3e8264f /rpb-uefi-staging.yaml
parent3a5b562a938097db600dbf56f2c5bbd60fc99279 (diff)
rpb-uefi-staging: switch EDK2 git tree to linaro-edk2
Use linaro-edk2 tree (release-prep branch) to build the staging RPB UEFI, instead of tianocore edk2 tree. It allows to test linaro-edk2-2017.04-rc1 tagged by Leif. Change-Id: I3974051172aa18df74dd28e4cd760f84b3056aaf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi-staging.yaml')
-rw-r--r--rpb-uefi-staging.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/rpb-uefi-staging.yaml b/rpb-uefi-staging.yaml
index 8799f1679c..9a3e195e95 100644
--- a/rpb-uefi-staging.yaml
+++ b/rpb-uefi-staging.yaml
@@ -19,7 +19,7 @@
parameters:
- string:
name: EDK2_VERSION
- default: 'HEAD'
+ default: 'origin/release-prep'
- string:
name: ATF_VERSION
default: 'v1.3'
@@ -103,7 +103,8 @@
# Common git repositories to fetch
UEFI_TOOLS_GIT_URL=https://git.linaro.org/uefi/uefi-tools.git
- EDK2_GIT_URL=https://github.com/tianocore/edk2.git
+ #EDK2_GIT_URL=https://github.com/tianocore/edk2.git
+ EDK2_GIT_URL=https://git.linaro.org/uefi/linaro-edk2.git
EDK2_GIT_VERSION=$EDK2_VERSION
ATF_GIT_URL=https://github.com/ARM-software/arm-trusted-firmware.git
ATF_GIT_VERSION=$ATF_VERSION