diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-12-02 11:45:33 -0500 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-16 22:17:18 +0000 |
commit | f70f493d1b4136f0c2dc2cb5b0419d7824979d99 (patch) | |
tree | 2e29c3dbce4a9e8fdf8b1d3f491cec9c3990b9fd /ArmVirtPkg/PlatformCI/ReadMe.md | |
parent | 0e3e62fc2b9af7a264e4d178930a0ebd5c2a402a (diff) | |
download | edk2-f70f493d1b4136f0c2dc2cb5b0419d7824979d99.zip edk2-f70f493d1b4136f0c2dc2cb5b0419d7824979d99.tar.gz edk2-f70f493d1b4136f0c2dc2cb5b0419d7824979d99.tar.bz2 |
ArmVirtPkg: 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: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Sami Mujawar <sami.mujawar@arm.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>
Diffstat (limited to 'ArmVirtPkg/PlatformCI/ReadMe.md')
-rw-r--r-- | ArmVirtPkg/PlatformCI/ReadMe.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ArmVirtPkg/PlatformCI/ReadMe.md b/ArmVirtPkg/PlatformCI/ReadMe.md index 7c11d92..ee8d8cd 100644 --- a/ArmVirtPkg/PlatformCI/ReadMe.md +++ b/ArmVirtPkg/PlatformCI/ReadMe.md @@ -29,6 +29,9 @@ Pytools build system. ## Building with Pytools for ArmVirtPkg
+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
|