summaryrefslogtreecommitdiff
path: root/fvp-pre-boot.sh
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-06-10 10:55:28 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2015-06-10 10:55:28 +0100
commit95a56a7280ad832b9f5f06c4d556ff8a5d7b0660 (patch)
tree8b45eb7cd3e4960e439e6696063bbda41f0fc66e /fvp-pre-boot.sh
parentbaa4f98fcd20fa7828c9d7ead0a2fbfaa0e9793c (diff)
update UEFI repo locations
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'fvp-pre-boot.sh')
-rwxr-xr-xfvp-pre-boot.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/fvp-pre-boot.sh b/fvp-pre-boot.sh
index e2db3f1..ed08a9e 100755
--- a/fvp-pre-boot.sh
+++ b/fvp-pre-boot.sh
@@ -121,23 +121,23 @@ else
# Get the UEFI tools
UEFI_TOOLS_DIR=${WORKSPACE}/uefi-tools
if [ ! -d ${UEFI_TOOLS_DIR} ]; then
- git clone git://git.linaro.org/arm/uefi/uefi-tools.git
+ git clone git://git.linaro.org/uefi/uefi-tools.git
fi
# Build the latest UEFI binary
case "${JOB_NAME}" in
juno*)
- EDK_REPO=edk2-topics
- EDK_REPO_URL=git://git.linaro.org/arm/uefi/${EDK_REPO}.git
- EDK_BRANCH=juno
+ EDK_REPO=edk2
+ EDK_REPO_URL=git://git.linaro.org/landing-teams/working/arm/${EDK_REPO}.git
+ EDK_BRANCH=master
;;
fvp*)
#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=fvp
+ EDK_REPO=edk2
+ EDK_REPO_URL=git://git.linaro.org/landing-teams/working/arm/${EDK_REPO}.git
+ EDK_BRANCH=master
;;
esac