From nobody Mon Apr 29 17:07:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+96973+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96973+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1670261355; cv=none; d=zohomail.com; s=zohoarc; b=RCR8MDFtggkVIzuyi83duExnT38CmO6UacN4tlwXDxJXKmKOyIVA+T5X70LHv6as5UbMWWf9M92JnMgIxb4f47wYi9CrRv5xYroTJ5y5tSf06X714uIKa0VSblvWwiHKXr4+96RSWb3LPrxEuXAuZKcgvG1WUgWv0pbx9FW7GFw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1670261355; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=LtMOZJYzAOS2j1sJfASo7RLr5c9MVozW2f8pfV/EnDA=; b=hwjtjI+FU1xPkR4aV2wg3Ob09V9jjHY6ocOPCcqp2gw2i8/NExW0HI77A3OwnCytnjAGYfUAFSH/QN3TjNlaC8yncJ2u02VYWfksKhQ5PAKOe8Xk6IJGRpxO0F3eVfOoHrQzhjf+wG8R6XkSAtON8QeQ4dCcRBMbyoTrYm0p2/U= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96973+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1670261355406472.9703817697763; Mon, 5 Dec 2022 09:29:15 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 3PRQYY1788612x99Lj2sNn7e; Mon, 05 Dec 2022 09:29:15 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.21774.1670261354620940239 for ; Mon, 05 Dec 2022 09:29:14 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 9D6F120B83DC; Mon, 5 Dec 2022 09:29:13 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9D6F120B83DC From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sean Brogan , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 1/5] .pytool/Readme.md: Add reference to new build instructions Date: Mon, 5 Dec 2022 12:28:35 -0500 Message-Id: <20221205172839.2859-2-mikuback@linux.microsoft.com> In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: NzCi1VC6CpPgIz6f0mN4wdNmx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1670261355; bh=M7+jHrHLDHWd6tUfceW19JxaRVHbrib5tIBY3+IanVo=; h=Cc:Date:From:Reply-To:Subject:To; b=Hdzb15KHdu+ysQO+CwdnN893iJVvwhN9M9RNG6RO/w7vH0ipNv4yS/wuWPG5U9THsah X1EI9/49SK3Cd+mI4iBEGPWfw3GvzGWkovD4Z4jej/Bpztd8CKR0umKyucFeEjca3Kzuj hWkGOV5MndX+oOyOMvIYhnkDZq4rEDhWVB8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1670261357418100002 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Adds a reference to the new build instructions on the TianoCore wiki that currently describe building with containers and Stuart. Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki --- .pytool/Readme.md | 52 +++++++------------- 1 file changed, 17 insertions(+), 35 deletions(-) diff --git a/.pytool/Readme.md b/.pytool/Readme.md index 9c7b7f9abbec..b2688d168753 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -1,5 +1,12 @@ # Edk2 Continuous Integration =20 +This file focuses on information for those working with the `.pytools` dir= ectory +directly or interested in lower-level details about how CI works. + +If you just want to get started building code, visit +[Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki= /Build-Instruction) +on the TianoCore wiki. + ## Basic Status =20 | Package | Windows VS2019 (IA32/X64)| Ubuntu GCC (IA32/X64/A= RM/AARCH64) | Known Issues | @@ -82,43 +89,18 @@ easily and consistently running locally and in a cloud = ci environment. To do that a few steps should be followed. Details of EDKII Tools can be found = in the [docs folder here](https://github.com/tianocore/edk2-pytool-extensions/tre= e/master/docs) =20 -### Prerequisites - -1. A supported toolchain (others might work but this is what is tested and= validated) - * Windows 10: - * VS 2017 or VS 2019 - * Windows SDK (for rc) - * Windows WDK (for capsules) - * Ubuntu 18.04 or Fedora - * GCC5 - * Easy to add more but this is the current state -2. Python 3.7.x or newer on path -3. git on path -4. Recommended to setup and activate a python virtual environment -5. Install the requirements `pip install --upgrade -r pip-requirements.txt` - ### Running CI =20 -1. clone your edk2 repo -2. Activate your python virtual environment in cmd window -3. Get code dependencies (done only when submodules change) - * `stuart_setup -c .pytool/CISettings.py TOOL_CHAIN_TAG=3D` -4. Update other dependencies (done more often) - * `stuart_update -c .pytool/CISettings.py TOOL_CHAIN_TAG=3D` -5. Run CI build (--help will give you options) - * `stuart_ci_build -c .pytool/CISettings.py TOOL_CHAIN_TAG=3D` - * -p : To build only certain packages use a CSV list - * -a : To run only certain architectures use a CSV l= ist - * -t : To run only tests related to certain targets us= e a - CSV list - * By default all tests are opted in. Then given a package.ci.yaml file= those - tests can be configured for a package. Finally setting the check to t= he - value `skip` will skip that plugin. Examples: - * `CompilerPlugin=3Dskip` skip the build test - * `GuidCheck=3Dskip` skip the Guid check - * `SpellCheck=3Dskip` skip the spell checker - * etc -6. Detailed reports and logs per package are captured in the `Build` direc= tory +Quick notes: + +* By default all CI plugins are opted in. + * Setting the plugin to `skip` as an argument will skip running the plug= in. + Examples: + * `CompilerPlugin=3Dskip` skip the build test + * `GuidCheck=3Dskip` skip the Guid check + * `SpellCheck=3Dskip` skip the spell checker + * etc. +* Detailed reports and logs per package are captured in the `Build` direct= ory. =20 ## Current PyTool Test Capabilities =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96973): https://edk2.groups.io/g/devel/message/96973 Mute This Topic: https://groups.io/mt/95474035/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon Apr 29 17:07:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+96974+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96974+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1670261359; cv=none; d=zohomail.com; s=zohoarc; b=eibfzsZSP9uoNlD7fmQgE0YBsW6GrgcKmHxcQVBzHYYoPk6EWxBOa8VEbHSxHMUNEfAJg/c7FF3dy+xXxTJw/Ab6sYPyNpdk9TNF3OmoAN5tyrC/8MLbiOKGji7HNRPycwg/QzTCe4VtdIHpe3eTtGlYq6as7/9G5e5Sxct/lF0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1670261359; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=9SMcfuJoMOFhQD39cD1erHIa375OK+3l9t71dhwLCYI=; b=MHoTtbQ0Km6vxd68Rmns/dQ8nACA69VCGF9cCMYZrhh4NU+Sj64HJUnARdDHkozJECBPPlA5a3EpWCMi7YBk4HZM1PbuF75XpHccjvInfDu5a9bZ6GRfppIb7sKKdfridrRLodltTUig1FUCTCdmacdcnP8UNXBy3cavgJ4I7gM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96974+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1670261359832390.3499424839972; Mon, 5 Dec 2022 09:29:19 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 4fWbYY1788612x6zGc2bfa2A; Mon, 05 Dec 2022 09:29:19 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.21801.1670261359108557390 for ; Mon, 05 Dec 2022 09:29:19 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id A594420B83CB; Mon, 5 Dec 2022 09:29:17 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A594420B83CB From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann , Sean Brogan , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 2/5] ArmVirtPkg: Add reference to new build instructions Date: Mon, 5 Dec 2022 12:28:36 -0500 Message-Id: <20221205172839.2859-3-mikuback@linux.microsoft.com> In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: uAMylGziDN6p0Ar3NSCmcU1Yx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1670261359; bh=/6LvzhwUrkoqFWituG0O85I1LacE1OCOgspVtvuasa8=; h=Cc:Date:From:Reply-To:Subject:To; b=kplo4uVq2Bg6DG6LdkX6xPTX51PcxqgATBb4qEnMMOV3WBbD9bMQlRSxYurTyoc8OKN Fr3WpYm9PtlRnzs/HYc1vrK9PQbaSxAaLM4XuT0KEOflWdsbUdYRSgXT80X9y7TIdnxlU Ca/rmVfrEoILJflpyUkRvZ5PNkxOy38t+0E= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1670261361427100002 Content-Type: text/plain; charset="utf-8" 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: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki --- ArmVirtPkg/PlatformCI/ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArmVirtPkg/PlatformCI/ReadMe.md b/ArmVirtPkg/PlatformCI/ReadMe= .md index 7c11d925f59e..ee8d8cd61e73 100644 --- a/ArmVirtPkg/PlatformCI/ReadMe.md +++ b/ArmVirtPkg/PlatformCI/ReadMe.md @@ -29,6 +29,9 @@ Pytools build system. =20 ## Building with Pytools for ArmVirtPkg =20 +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 wor= kspace =20 ``` bash --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96974): https://edk2.groups.io/g/devel/message/96974 Mute This Topic: https://groups.io/mt/95474037/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon Apr 29 17:07:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+96975+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96975+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1670261364; cv=none; d=zohomail.com; s=zohoarc; b=YG0lcMQZWfbdD8L7kDmtTAR/qO9aYX6/4A01Xa8BwDq0FWnK73v0aIGMF/rTRc/I5jeDYKxAIMOWo0XSXIqIwS4eSpU7BGWsxHuEkwLBTrm62fQI3yeZMYL0JvJd/G3FeaqAdSVT+of2m88zndJN79omXeFp/o7md9zhpN5K+yM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1670261364; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=eSfVktJ7aEVdxER7+JhePkx3ulAm1DxlnOfAScL5IkU=; b=F9v1owkKGOIl1HRiyo0dxp9d8KY2qIZ0uW9CMo+39MwO4sj5ZVk6IOoCj50yFeJGBiMOwq8RAGjJtRlDLI5BwLdy2JYZTfau3AHoJM4yKI0p6iSNTSzkNd4EzsYYUkSZNYXxW1G935dwNiQUXKzA8M5cojtmheXO4ZL3dBe/WFE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96975+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1670261363998118.97385107989624; Mon, 5 Dec 2022 09:29:23 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 02ozYY1788612xIntXr7B6sl; Mon, 05 Dec 2022 09:29:23 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.21803.1670261363010651787 for ; Mon, 05 Dec 2022 09:29:23 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id EDCB520B83DC; Mon, 5 Dec 2022 09:29:21 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EDCB520B83DC From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen , Sean Brogan , Michael D Kinney Subject: [edk2-devel] [PATCH v1 3/5] BaseTools: Add reference to new build instructions Date: Mon, 5 Dec 2022 12:28:37 -0500 Message-Id: <20221205172839.2859-4-mikuback@linux.microsoft.com> In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: QqVVycm6ILMY8viayISQxTLSx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1670261363; bh=DBbqmZ7QWVG5eCqj3Fz4HTr1Q9XjVtiEhLEDMG2jrGo=; h=Cc:Date:From:Reply-To:Subject:To; b=xVe8ykn+mpf168TeNiByoAYnbMdxJFYFVnfeH2VSq96hArCKgmf3JhHFeSMmoQeg9KQ Bv7ULoXhyqfernf0Lg57nvC0eMRaYw/U6rOxcn/fT92/ItCbOkEFjn3Izi1J7a+gSoGfA vn4KFwP0F5YEPx0YfpIylciFO3MY22YIqTg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1670261365449100002 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Adds a reference to the new build instructions on the TianoCore wiki that currently describe building with containers and Stuart. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki --- BaseTools/ReadMe.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/BaseTools/ReadMe.rst b/BaseTools/ReadMe.rst index de85ca4be65e..592be51b1fcd 100644 --- a/BaseTools/ReadMe.rst +++ b/BaseTools/ReadMe.rst @@ -1,3 +1,13 @@ +:: + + Note: New build instructions are available. It is recommended to start w= ith + the new instructions if learning how to build edk2 and/or BaseTools for = the + first time. This page is retained for reference. + +New instructions: `Build Instructions`_ + +.. _`Build Instructions`: https://github.com/tianocore/tianocore.github.io= /wiki/Build-Instructions + This directory contains the EDK II build tools and template files. Templates are located in the Conf directory, while the tools executables f= or Microsoft Windows Operating Systems are located in the Bin\\Win32 director= y, other @@ -23,9 +33,6 @@ After this, you can run the toolsetup.bat file, which is = in the same directory as this file. It should setup the remainder of the environment, and build the tools if necessary. =20 -Please also refer to the ``BuildNotes.txt`` file for more information on -building under Windows. - Unix-like operating systems =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96975): https://edk2.groups.io/g/devel/message/96975 Mute This Topic: https://groups.io/mt/95474040/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon Apr 29 17:07:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+96976+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96976+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1670261367; cv=none; d=zohomail.com; s=zohoarc; b=RxpXS6oOii8z0Q3/YFXLWMNM8ZkfDEMlv+aaLJR+S5yZKu+3NvEWRRW8mfEc3fz2DdT/o2sPSG1IGZWSLJ2jG8pYHbDkWoWdzPCdx77iJebhK+/fTk1xW2adQriaCHf1vZMApDXULj9tJSuAWF3GpwwA1VE3cJynJSwN03h/92g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1670261367; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=b9Y7KaOYMq+RNYbUXWw0M6WCDfuXP39AhCEbWBULIqU=; b=A6d2y1ARZl3LelDYtbqFqsR43KbKxHCzFsxPoMouS2YZEGjcM5npNTFAADMqHnWZav2TQLN1oZAb7l9NIBlEE6vuF5i3ua19Onn+05ap24ypPyg8qXvYYXJju1yck/YNYsI+cILDMbPGSs4DGwtT8p0UmjnlQ35CS6wZp8+dvII= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96976+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1670261367218470.1119601229094; Mon, 5 Dec 2022 09:29:27 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id l3zYYY1788612xu25ZjJbuC2; Mon, 05 Dec 2022 09:29:26 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.21804.1670261366299780372 for ; Mon, 05 Dec 2022 09:29:26 -0800 X-Received: from localhost.localdomain (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id 2E40020B83CB; Mon, 5 Dec 2022 09:29:25 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2E40020B83CB From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni , Sean Brogan , Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v1 4/5] EmulatorPkg: Add reference to new build instructions Date: Mon, 5 Dec 2022 12:28:38 -0500 Message-Id: <20221205172839.2859-5-mikuback@linux.microsoft.com> In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: PzV6KHe4Q27z4oQT4LdxACOwx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1670261366; bh=Z6tR4yTYV+6o7LVvz1dnJHUEr4CWqZMKTySgVZXuJjg=; h=Cc:Date:From:Reply-To:Subject:To; b=MOKnMWCfmGen1lb9P4Bdls4zaRFqKDJbCw6gWwAjxS1lOtIBEpEHOngooytD+dNTdSH EH8I1IH9zI1ennqb1gkXqla+PhWj7PoN1N9n7pJ9cgPgI6R5xOr1Ebh7m423kIvlwpMHm 7gDe3R2tX4hwMLLWR0XcFMxx/nZcTVsg2AQ= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1670261369445100007 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki Adds a reference to the new build instructions on the TianoCore wiki that currently describe building with containers and Stuart. Cc: Andrew Fish Cc: Ray Ni Cc: Sean Brogan Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki --- EmulatorPkg/PlatformCI/ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EmulatorPkg/PlatformCI/ReadMe.md b/EmulatorPkg/PlatformCI/Read= Me.md index 91c40b2093b1..f123bb2a4892 100644 --- a/EmulatorPkg/PlatformCI/ReadMe.md +++ b/EmulatorPkg/PlatformCI/ReadMe.md @@ -42,6 +42,9 @@ Pytools build system. =20 ## Building with Pytools for EmulatorPkg =20 +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 wor= kspace =20 ``` bash --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96976): https://edk2.groups.io/g/devel/message/96976 Mute This Topic: https://groups.io/mt/95474042/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Mon Apr 29 17:07:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+96977+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96977+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1670261370; cv=none; d=zohomail.com; s=zohoarc; b=RBtM4WqEp8oghctsOvhi1x89Qc1P78D/h+2s4UsekksiarC00muPKnMnWrgbIJlNwCfQJL5/n2T7qiSraywj0vtOcFy1t0L/cI3Gr/t7saggXbgB9T5Gpbrv6clKJkHCOWMI+p00a/DNowUDf0ta7+ozNE9/EG0FI0vyRcFgQkI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1670261370; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=+euzn4JQOKoEyWwi4yNEPEexHJuzuEzcry/vbW6uIeY=; b=L+JlXZ7kQjiQWah2+G4Lu90JNk/KTIR3CBjqfCkf9MftpkvIfG5pwcwSX5s3HLbfFwAwS/8qF/iCZbjqr1KeQHzmV29dYXoTlAmqx4UbxhoSf47uA0Ir0LwMMsRAn8YtWIV/ntdtrFE1Ny+WunG5fkBkLbVguOer8InR3HGDdG8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+96977+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1670261370654781.1193212391981; Mon, 5 Dec 2022 09:29:30 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 9krKYY1788612xWJH9tk6ZOY; Mon, 05 Dec 2022 09:29:30 -0800 X-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 X-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 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: [edk2-devel] [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> In-Reply-To: <20221205172839.2859-1-mikuback@linux.microsoft.com> References: <20221205172839.2859-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: 7QgiBZLch2ZfLOTEqPE63nf1x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1670261370; bh=ShIj2GZSbATkGhxZOaAl7tatyOUSUv4FGcq1KRbNCXs=; h=Cc:Date:From:Reply-To:Subject:To; b=Dj+Y4SfPBa/yqJL/4/vjKyO4XHxU+jYVHo1tUVFnSInsdI0mLtaIA84EKeUhyBO/vwc 3yCwyW+6ryaunXeCN60KLRt8u2DEFPf8QMyTwx2mWNCj6U2EDXtSyTC9JrnliZlQXTIte hePtSVtVUpN2/+C34irSlri4AXNJV5ZqBYw= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1670261371462100009 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Jiewen Yao --- 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 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 wor= kspace =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 r13520. =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/wiki/= Build-Instructions + +More OVMF-specific build information can be found at: =20 https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20O= VMF =20 --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- 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] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-