summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/PlatformCI
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2022-12-02 11:46:43 -0500
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-12-16 22:17:18 +0000
commit316e6df435af81f8281150bb04b3dd5a304d9c92 (patch)
tree22aef6b49db4d0de107ac7917040b88329112084 /OvmfPkg/PlatformCI
parent7a548f3ea9d02d9fcc84488a286c139c0c6c28da (diff)
downloadedk2-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/PlatformCI')
-rw-r--r--OvmfPkg/PlatformCI/ReadMe.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/OvmfPkg/PlatformCI/ReadMe.md b/OvmfPkg/PlatformCI/ReadMe.md
index 1216dee126..10fa32ac48 100644
--- a/OvmfPkg/PlatformCI/ReadMe.md
+++ b/OvmfPkg/PlatformCI/ReadMe.md
@@ -31,6 +31,9 @@ Pytools build system.
## Building with Pytools for OvmfPkg
+If you are unfamiliar with Pytools, it is recommended to first read through
+the generic set of edk2 [Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions).
+
1. [Optional] Create a Python Virtual Environment - generally once per workspace
``` bash