Mine02C4 / edk2_docker_environment

Docker environment for developing EDK2 https://github.com/tianocore/edk2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDK II Docker Environment

Background

https://qiita.com/Mine02C4/items/8c543b7f700cad82d77a

Requirements

  • Linux
  • Docker
  • GNU Make
  • git

How to setup

git clone <this repository>
mv edk2_docker_environment
make enter

You should be in a shell in a container.

git clone https://github.com/tianocore/edk2
cd edk2
git submodule update --init
make -C BaseTools -j $(nproc)
. edksetup.sh

After that, follow the instructions below for OVMF, for example.

https://github.com/tianocore/tianocore.github.io/wiki/How-to-build-OVMF

Please enjoy!

About

Docker environment for developing EDK2 https://github.com/tianocore/edk2


Languages

Language:Makefile 66.8%Language:Dockerfile 33.2%