[edk2-devel] [PATCH v1 5/5] OvmfPkg: Add reference to new build instructions

Michael Kubacki posted 5 patches 3 years, 2 months ago
[edk2-devel] [PATCH v1 5/5] OvmfPkg: Add reference to new build instructions
Posted by Michael Kubacki 3 years, 2 months ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

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>
---
 OvmfPkg/PlatformCI/ReadMe.md | 3 +++
 OvmfPkg/README               | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/OvmfPkg/PlatformCI/ReadMe.md b/OvmfPkg/PlatformCI/ReadMe.md
index 1216dee126f1..10fa32ac489f 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
diff --git a/OvmfPkg/README b/OvmfPkg/README
index d6e7e328483b..0a408abf019d 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
 
-- 
2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#96977): https://edk2.groups.io/g/devel/message/96977
Mute This Topic: https://groups.io/mt/95474047/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v1 5/5] OvmfPkg: Add reference to new build instructions
Posted by Yao, Jiewen 3 years, 2 months ago
Good work. Thanks.

Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>

> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Tuesday, December 6, 2022 1:29 AM
> To: devel@edk2.groups.io
> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>; Yao, Jiewen
> <jiewen.yao@intel.com>; Justen, Jordan L <jordan.l.justen@intel.com>;
> Gerd Hoffmann <kraxel@redhat.com>; Sean Brogan
> <sean.brogan@microsoft.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Gao, Liming <gaoliming@byosoft.com.cn>
> Subject: [PATCH v1 5/5] OvmfPkg: Add reference to new build instructions
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> 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>
> ---
>  OvmfPkg/PlatformCI/ReadMe.md | 3 +++
>  OvmfPkg/README               | 5 ++++-
>  2 files changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/OvmfPkg/PlatformCI/ReadMe.md
> b/OvmfPkg/PlatformCI/ReadMe.md
> index 1216dee126f1..10fa32ac489f 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
> diff --git a/OvmfPkg/README b/OvmfPkg/README
> index d6e7e328483b..0a408abf019d 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%20buil
> d%20OVMF
> 
> --
> 2.28.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#97162): https://edk2.groups.io/g/devel/message/97162
Mute This Topic: https://groups.io/mt/95474047/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-