-
Clone EDK2:
git clone --depth=1 https://github.com/tianocore/edk2 edk2 --progress -
Clone EDK2 submodules:
git -C edk2 submodule update --init --recursive --progress -
Clone this repo (Pkg) inside EDK2's directory:
git clone ... -
use Bash:
bash -
cd edk2 -
build edk2:
export WORKSPACE=$PWD; export EDK_TOOLS_PATH=$PWD/BaseTools; export PATH=$EDK_TOOLS_PATH/Bin/Linux-x86_64:$PATHmake -C BaseTools. edksetup.sh
-
build this Pkg:
build -p BootloaderPkg/Application/BootloaderPkg.dsc -b DEBUG -a X64 -t GCC5
-
Notifications
You must be signed in to change notification settings - Fork 0
Sayan505/BootloaderPkg
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
EDK2 Application Template for AMD64 targets