From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.21777.1670261369931879269 for ; Mon, 05 Dec 2022 09:29:29 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=p2M64yau; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 94DDC20B83DC; Mon, 5 Dec 2022 09:29:28 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 94DDC20B83DC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670261369; bh=VdqKLSVAhGjecMg9Z1Rumm6tLI29TEgxuP+2/YnMYEA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=p2M64yauXTQspFT1YIBL9AtJJBkwZuuTBxrbk4pqUpePjjThm9DBf8w8pcPqkAL5r /Z2C6cJNipU8YVnsYmGostq64p2McS8F0bJLR0KQI9ypzY0nR+v6XxouXr6Ct+QjDf JOkho23PMeAiRs+W2mDgGwz5zCVk0OBWapSZ71c8= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann , Sean Brogan , Michael D Kinney , Liming Gao Subject: [PATCH v1 5/5] OvmfPkg: Add reference to new build instructions Date: Mon, 5 Dec 2022 12:28:39 -0500 Message-Id: <20221205172839.2859-6-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki Adds a reference to the new build instructions on the TianoCore wiki that currently describe building with containers and Stuart. Cc: Ard Biesheuvel Cc: Jiewen Yao Cc: Jordan Justen Cc: Gerd Hoffmann Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki --- 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. =20 ## Building with Pytools for OvmfPkg =20 +If you are unfamiliar with Pytools, it is recommended to first read thro= ugh +the generic set of edk2 [Build Instructions](https://github.com/tianocor= e/tianocore.github.io/wiki/Build-Instructions). + 1. [Optional] Create a Python Virtual Environment - generally once per w= orkspace =20 ``` 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 r135= 20. =20 -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/wik= i/Build-Instructions + +More OVMF-specific build information can be found at: =20 https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%2= 0OVMF =20 --=20 2.28.0.windows.1