summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2012-11-29 13:10:25 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2012-11-29 13:10:25 +0000
commit097d36ae1b02ec1f725d542694179ab58d1ba794 (patch)
treefe608951492eb3861da0c27579c4fdb93d13467e
parent24eaccab15494c367c7800de415e0a664d66fb1a (diff)
use uefi.git tree instead of uefi-next.git
The release tree is uefi.git, not uefi-next.git and the PPA should be build from the release tree. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xuefi.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/uefi.sh b/uefi.sh
index 7215812..0ef0d74 100755
--- a/uefi.sh
+++ b/uefi.sh
@@ -5,11 +5,11 @@
set -e
unset ARCH
-export EDK_WORKSPACE=${WORKSPACE}/uefi-next/edk2
+export EDK_WORKSPACE=${WORKSPACE}/uefi/edk2
export EDK_TOOLS_PATH=${EDK_WORKSPACE}/BaseTools
# Get the sources
-git clone git://git.linaro.org/arm/uefi/uefi-next.git
+git clone git://git.linaro.org/arm/uefi/uefi.git
# Create source tarball
cd ${EDK_WORKSPACE}