diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-12-02 11:46:43 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-16 22:17:18 +0000 |
commit | 316e6df435af81f8281150bb04b3dd5a304d9c92 (patch) | |
tree | 22aef6b49db4d0de107ac7917040b88329112084 /OvmfPkg/README | |
parent | 7a548f3ea9d02d9fcc84488a286c139c0c6c28da (diff) | |
download | edk2-316e6df435af81f8281150bb04b3dd5a304d9c92.tar.gz edk2-316e6df435af81f8281150bb04b3dd5a304d9c92.tar.bz2 edk2-316e6df435af81f8281150bb04b3dd5a304d9c92.zip |
OvmfPkg: Add reference to new build instructions
Adds a reference to the new build instructions on the TianoCore wiki
that currently describe building with containers and Stuart.
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Diffstat (limited to 'OvmfPkg/README')
-rw-r--r-- | OvmfPkg/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OvmfPkg/README b/OvmfPkg/README index d6e7e32848..0a408abf01 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -53,7 +53,10 @@ these binary outputs: * OvmfVideo.rom
- This file is not built separately any longer, starting with svn r13520.
-More information on building OVMF can be found at:
+If you are new to building in edk2 or looking for the latest build
+instructions, visit https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions
+
+More OVMF-specific build information can be found at:
https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20OVMF
|