summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-04-04 11:15:32 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2014-04-04 11:31:14 +0100
commit9c160d8f8b675a50aff2f0b538758df8c3c1e5e0 (patch)
tree45f926bc87ef783be29f6ae64d2fa1879f9829a6
parentfd262ebd40d656cdcc26a2c0696914e66bae5d11 (diff)
FVP: use integration branch of edk2-topics
Use a temporary integration branch until linaro-edk2 stabilises. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xfvp-pre-boot.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/fvp-pre-boot.sh b/fvp-pre-boot.sh
index 3ec32dc..8bcc121 100755
--- a/fvp-pre-boot.sh
+++ b/fvp-pre-boot.sh
@@ -124,9 +124,12 @@ case "${JOB_NAME}" in
EDK_BRANCH=juno
;;
fvp*)
- EDK_REPO=linaro-edk2
- EDK_REPO_URL=git://git.linaro.org/uefi/${EDK_REPO}.git
- EDK_BRANCH=release-prep
+ #EDK_REPO=linaro-edk2
+ #EDK_REPO_URL=git://git.linaro.org/uefi/${EDK_REPO}.git
+ #EDK_BRANCH=release-prep
+ EDK_REPO=edk2-topics
+ EDK_REPO_URL=git://git.linaro.org/arm/uefi/${EDK_REPO}.git
+ EDK_BRANCH=integration
;;
esac