From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=supreeth.venkatesh@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id BB28421165267 for ; Wed, 10 Oct 2018 21:46:21 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AF5B97A9; Wed, 10 Oct 2018 21:46:20 -0700 (PDT) Received: from u201365.usa.Arm.com (bc-c3-3-14.eu.iaas.arm.com [10.6.43.238]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E5B443F5B3; Wed, 10 Oct 2018 21:46:19 -0700 (PDT) From: Supreeth Venkatesh To: edk2-devel@lists.01.org Cc: eric.jin@intel.com, Supreeth Venkatesh Date: Thu, 11 Oct 2018 05:45:47 +0100 Message-Id: <20181011044547.21300-1-supreeth.venkatesh@arm.com> X-Mailer: git-send-email 2.17.0 Subject: [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2018 04:46:21 -0000 Update Build Instructions for UEFI SCTII AARCH64 (Linux) after repository change. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh --- 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