diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-12-02 11:46:26 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-16 22:17:18 +0000 |
commit | 7a548f3ea9d02d9fcc84488a286c139c0c6c28da (patch) | |
tree | 27102a3c6a2338b4ec4494bf6c3f16b338283136 /EmulatorPkg | |
parent | 30697b94fd5e2911cef33709c4c88d11830927bb (diff) | |
download | edk2-7a548f3ea9d02d9fcc84488a286c139c0c6c28da.tar.gz edk2-7a548f3ea9d02d9fcc84488a286c139c0c6c28da.tar.bz2 edk2-7a548f3ea9d02d9fcc84488a286c139c0c6c28da.zip |
EmulatorPkg: 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: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.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>
Diffstat (limited to 'EmulatorPkg')
-rw-r--r-- | EmulatorPkg/PlatformCI/ReadMe.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EmulatorPkg/PlatformCI/ReadMe.md b/EmulatorPkg/PlatformCI/ReadMe.md index 91c40b2093..f123bb2a48 100644 --- a/EmulatorPkg/PlatformCI/ReadMe.md +++ b/EmulatorPkg/PlatformCI/ReadMe.md @@ -42,6 +42,9 @@ Pytools build system. ## Building with Pytools for EmulatorPkg
+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
|