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.21804.1670261366299780372 for ; Mon, 05 Dec 2022 09:29:26 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=Vhf0LZFM; 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 2E40020B83CB; Mon, 5 Dec 2022 09:29:25 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2E40020B83CB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670261366; bh=+QEcqGvlD2Id5Ja5OAKS1y7Y01lCCvErQuECMflQxFM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vhf0LZFMZt1+LDl96b84WTHCjWGbhyn+/byT/cUh6qrfDkWzn4VBmQP+oSAC4B7XP wwf8TTjwwcFeYUv4vyADhCqKycqS4mwetTwZ9ll7bs9v8+c8RsZMTVeTtFqTByt7WJ yuso7K9DqjG0lk+Oc45oQxJPwEH3Vo+yjbgZHris= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni , Sean Brogan , Michael D Kinney , Liming Gao Subject: [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> 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: 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/Re= adMe.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 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