public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions.
@ 2018-10-11  4:45 Supreeth Venkatesh
  2018-10-11  5:43 ` Jin, Eric
  0 siblings, 1 reply; 2+ messages in thread
From: Supreeth Venkatesh @ 2018-10-11  4:45 UTC (permalink / raw)
  To: edk2-devel; +Cc: eric.jin, Supreeth Venkatesh

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

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions.
  2018-10-11  4:45 [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions Supreeth Venkatesh
@ 2018-10-11  5:43 ` Jin, Eric
  0 siblings, 0 replies; 2+ messages in thread
From: Jin, Eric @ 2018-10-11  5:43 UTC (permalink / raw)
  To: Supreeth Venkatesh, edk2-devel@lists.01.org

Reviewed-by: Eric Jin <eric.jin@intel.com>

Best Regards
Eric

-----Original Message-----
From: Supreeth Venkatesh <supreeth.venkatesh@arm.com> 
Sent: Thursday, October 11, 2018 12:46 PM
To: edk2-devel@lists.01.org
Cc: Jin, Eric <eric.jin@intel.com>; Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Subject: [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions.

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

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-11  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-11  4:45 [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions Supreeth Venkatesh
2018-10-11  5:43 ` Jin, Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox