From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=eric.jin@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6193D21B02822 for ; Wed, 10 Oct 2018 22:46:23 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2018 22:46:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,367,1534834800"; d="scan'208";a="77903379" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 10 Oct 2018 22:45:19 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Oct 2018 22:45:19 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Oct 2018 22:45:19 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.111]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.183]) with mapi id 14.03.0319.002; Thu, 11 Oct 2018 13:43:04 +0800 From: "Jin, Eric" To: Supreeth Venkatesh , "edk2-devel@lists.01.org" Thread-Topic: [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructions. Thread-Index: AQHUYR1hDUvArOxlakyidnrQ9Uiky6UZhqOA Date: Thu, 11 Oct 2018 05:43:04 +0000 Message-ID: References: <20181011044547.21300-1-supreeth.venkatesh@arm.com> In-Reply-To: <20181011044547.21300-1-supreeth.venkatesh@arm.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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 05:46:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Jin Best Regards Eric -----Original Message----- From: Supreeth Venkatesh =20 Sent: Thursday, October 11, 2018 12:46 PM To: edk2-devel@lists.01.org Cc: Jin, Eric ; Supreeth Venkatesh Subject: [edk2-test] [PATCH 1/1] uefi-sct: Update "how to build" instructio= ns. Update Build Instructions for UEFI SCTII AARCH64 (Linux) after repository c= hange. 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=09 +++ b/uefi-sct/HowToBuild/How to build SCT in UDK2017.txt=09 @@ -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=3D$PATH:"$PWD/tools/gcc/gcc-linaro-4.9-2016.02-x86_64_aa= rch64-linux-gnu/bin" 15) export CROSS_COMPILE=3D"$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 =20 =20 Build EMS : -- 2.17.0