Update Build Instructions for UEFI SCTII AARCH64 (Linux) after
repository change.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Supreeth Venkatesh <supreeth.venkat...@arm.com>
---
 uefi-sct/HowToBuild/How to build SCT in UDK2017.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/uefi-sct/HowToBuild/How to build SCT in UDK2017.txt 
b/uefi-sct/HowToBuild/How to build SCT in UDK2017.txt
index 1a3bf1e8..146c9269 100644
--- a/uefi-sct/HowToBuild/How to build SCT in UDK2017.txt       
+++ b/uefi-sct/HowToBuild/How to build SCT in UDK2017.txt       
@@ -59,11 +59,11 @@ Linux Environment
 Build Instructions for UEFI SCTII AARCH64 (Linux)
    1) mkdir "sct_workspace"
    2) cd sct_workspace
-   3) git clone https://github.com/UEFI/UEFI-SCT
+   3) git clone https://github.com/tianocore/edk2-test.git
    4) git clone https://github.com/tianocore/edk2
    5) cd edk2
    6) git checkout UDK2017
-   7) ln -s ../UEFI-SCT/SctPkg SctPkg
+   7) ln -s ../edk2-test/uefi-sct/SctPkg SctPkg
    8) cd ..
    9) mkdir -p "tools/gcc"
   10) cd "tools/gcc"
@@ -72,7 +72,7 @@ Build Instructions for UEFI SCTII AARCH64 (Linux)
   13) cd ../..
   14) export 
PATH=$PATH:"$PWD/tools/gcc/gcc-linaro-4.9-2016.02-x86_64_aarch64-linux-gnu/bin"
   15) export 
CROSS_COMPILE="$PWD/tools/gcc/gcc-linaro-4.9-2016.02-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-"
-  16) ./SctPkg/build.sh AARCH64 GCC
+  16) ../edk2-test/uefi-sct/SctPkg/build.sh AARCH64 GCC
 
 
 Build EMS :
-- 
2.17.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to