From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 14F4E74003C for ; Tue, 31 Oct 2023 15:26:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=GYva4xT6wfkfZrFb+tzsIc2r1hOHUBjFBNxyuud5O44=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698765969; v=1; b=ihxSgjelpYFKKr9C+6JuY57iHLgdQ0tZJ747EjvRwHVqWKqA7cckb/BWzEo2H1UVuz9DRpfV S2FMRE2CAlItX/TKDhv4ORH5DekM6n+6hTwnoWune6TiGYx5ylwVR7uyX60cFf89bgH8vrOVs99 s26236zh/n2N1gpkMMlG9ppY= X-Received: by 127.0.0.2 with SMTP id 4LwqYY7687511xFJ8gcuk97J; Tue, 31 Oct 2023 08:26:09 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.1544.1698765969123716629 for ; Tue, 31 Oct 2023 08:26:09 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-28-qdUQqKC7PJOmFUYg1KIkwg-1; Tue, 31 Oct 2023 11:26:04 -0400 X-MC-Unique: qdUQqKC7PJOmFUYg1KIkwg-1 X-Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1802585A59D; Tue, 31 Oct 2023 15:26:04 +0000 (UTC) X-Received: from [10.39.195.34] (unknown [10.39.195.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9AC58492BFC; Tue, 31 Oct 2023 15:26:02 +0000 (UTC) Message-ID: <152b52c9-3dfe-7a18-d1d1-93353fe5954c@redhat.com> Date: Tue, 31 Oct 2023 16:25:59 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v1 1/1] ArmVirtPkg/PlatformCI/ReadMe.md: Update contents From: "Laszlo Ersek" To: devel@edk2.groups.io, mikuback@linux.microsoft.com Cc: Ard Biesheuvel , Gerd Hoffmann , Julien Grall , Leif Lindholm , Sami Mujawar Reply-To: devel@edk2.groups.io,lersek@redhat.com References: <20231030230902.849-1-mikuback@linux.microsoft.com> <6024024a-bc8a-d378-c0f7-5ed0b8964759@redhat.com> <3e39d4ea-4c37-e55e-a17f-bd3aacc41056@redhat.com> In-Reply-To: <3e39d4ea-4c37-e55e-a17f-bd3aacc41056@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: IEoTg50mZ6DdSoZ2lH8gGaUhx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=ihxSgjel; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On 10/31/23 14:43, Laszlo Ersek wrote: > On 10/31/23 13:23, Laszlo Ersek wrote: >> On 10/31/23 00:09, Michael Kubacki wrote: >>> From: Michael Kubacki >>> >>> Since the code is most regularly tested in CI, distro/versioning >>> details are updated to match the latest CI configuration. >>> >>> CI has moved from Ubuntu 18.04 to Ubuntu 22.04 since the time of the >>> file's creation, but the code is actually built in a Fedora container >>> so Fedora is mentioned as the primary build/test environment. >>> >>> Updates the following information: >>> >>> - Build OS: Fedora 37 Linux >>> - Supported Configuration: Additional DSCs added >>> - Python: 3.12.x >>> - Packaging Tool: dnf instead of apt >>> - Container Details: Added >>> - Primary Build Example: QemuBuild.py instead of PlatformBuild.py >>> >>> Cc: Ard Biesheuvel >>> Cc: Gerd Hoffmann >>> Cc: Julien Grall >>> Cc: Leif Lindholm >>> Cc: Sami Mujawar >>> Signed-off-by: Michael Kubacki >>> --- >>> >>> Notes: >>> I don't use ArmVirtPkg that often. I was reviewing the >>> file for the latest build instructions and realized it >>> was quite out of date, leading to this patch. >>> =20 >>> The project is using Python 3.11.x right now, but a >>> patch is going in the next day or so that has shown >>> Python 3.12 will work: >>> https://edk2.groups.io/g/devel/message/110323 >>> =20 >>> So I went ahead and made the Python version in this >>> patch mention 3.12.x. >>> >>> ArmVirtPkg/PlatformCI/ReadMe.md | 53 +++++++++++++------- >>> 1 file changed, 34 insertions(+), 19 deletions(-) >>> >>> diff --git a/ArmVirtPkg/PlatformCI/ReadMe.md b/ArmVirtPkg/PlatformCI/Re= adMe.md >>> index ee8d8cd61e73..c0f2b2a43b3c 100644 >>> --- a/ArmVirtPkg/PlatformCI/ReadMe.md >>> +++ b/ArmVirtPkg/PlatformCI/ReadMe.md >>> @@ -5,28 +5,43 @@ to use the same Pytools based build infrastructure lo= cally. >>> =20 >>> ## Supported Configuration Details >>> =20 >>> -This solution for building and running ArmVirtPkg has only been valida= ted with Ubuntu >>> -18.04 and the GCC5 toolchain. Two different firmware builds are suppor= ted and are >>> -described below. >>> +This solution for building and running ArmVirtPkg has been validated w= ith Fedora >>> +37 Linux and the GCC5 toolchain. Two different firmware builds are sup= ported >>> +and are described below. >> >> "Two different firmware builds" is now stale; we're listing 10. >> >> I'd suggest "The following different firmware builds". >> >> No need to repost just for that; I'm fine if it gets updated upon merge. >> >> Reviewed-by: Laszlo Ersek >=20 > With the proposed update included: >=20 > Queued via . Commit a6871b53599e2bf23bfa16adae638cc9a6f0755f. -=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 (#110425): https://edk2.groups.io/g/devel/message/110425 Mute This Topic: https://groups.io/mt/102287336/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-