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.web11.21801.1670261359108557390 for ; Mon, 05 Dec 2022 09:29:19 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=LywSWDd+; 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 A594420B83CB; Mon, 5 Dec 2022 09:29:17 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A594420B83CB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670261358; bh=zC30A5e6mEat0Yi5gW3tVTrUKAP81Hcz5CecggvjzzY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LywSWDd+6N4gwW9gTrtxoEscYZrsNXOaxR3Sf/8X1I2d99Y4qbhryTaIxahfiZumA V7XYDqXc45yJ+6qpZ54npg9XHCIOZHeLYy2cELgTZAM6b8ZEZYzpzqPD774IMoWUSl gsF71ypvodXzkBoy+nb+tkLJ4ItfmV9cCV9lt/HE= 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: [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> 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: 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/Read= Me.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 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 --=20 2.28.0.windows.1