Documentation: Add Quark EDK2 build instructions for Linux
Document the Linux build instructions for EDK2. TEST=Build EDK2 for Quark on Ubuntu 14.04 Change-Id: I5f87eb2c5879f2fd4dd18880908756089a0c7a51 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/13644 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
e995dad2e1
commit
1c85fea945
|
@ -59,6 +59,16 @@
|
||||||
<li>Win32 BaseTools: git clone <a target="_blank" href="https://github.com/tianocore/edk2-BaseTools-win32.git">https://github.com/tianocore/edk2-BaseTools-win32.git</a></li>
|
<li>Win32 BaseTools: git clone <a target="_blank" href="https://github.com/tianocore/edk2-BaseTools-win32.git">https://github.com/tianocore/edk2-BaseTools-win32.git</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>Linux Build Instructions:
|
||||||
|
<pre><code>export WORKSPACE=$PWD
|
||||||
|
export PACKAGES_PATH="$PWD/edk2:$PWD/FatPkg:$PWD/edk2-non-osi"
|
||||||
|
cd edk2
|
||||||
|
export WORKSPACE=$PWD
|
||||||
|
. edksetup.sh
|
||||||
|
build -p QuarkPlatformPkg/Quark.dsc -a IA32 -t GCC48 -b DEBUG -DDEBUG_PROPERTY_MASK=0x27 -DDEBUG_PRINT_ERROR_LEVEL=0x80000042
|
||||||
|
ls Build/Quark/DEBUG_GCC48/FV/QUARK.fd
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
<li>Win32 Build Instructions:
|
<li>Win32 Build Instructions:
|
||||||
<pre><code>set WORKSPACE=%CD%
|
<pre><code>set WORKSPACE=%CD%
|
||||||
set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\FatPkg;%WORKSPACE%\edk2-non-osi
|
set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\FatPkg;%WORKSPACE%\edk2-non-osi
|
||||||
|
|
Loading…
Reference in New Issue