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 B458B7803CD for ; Fri, 1 Dec 2023 00:31:28 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zUNDNrEiO2DfnIXtaMJIdO19x2v+E2m1n/fMVrpfepE=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1701390687; v=1; b=DcSlajWo4vN2ahkbZlxa9zjK1VUYbwjbDHGL2X595iPcoDe2RBbPPNhmy0lIgaNmPDJKl69j Dv9vhmk6OkWLBpKG8CzbCkQy19ehVPlt2j5mZShYW6R8XmJ5Fj+zHkhqFwfXUkmvbeE1tLPc2Y+ 8qI1bpTYf7AsJ+oZqGSWlvuU= X-Received: by 127.0.0.2 with SMTP id 8RrgYY7687511x0W0HgBhIj5; Thu, 30 Nov 2023 16:31:27 -0800 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.11582.1701390686755307549 for ; Thu, 30 Nov 2023 16:31:26 -0800 X-Received: from [192.168.4.22] (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id A8A0020B74C0; Thu, 30 Nov 2023 16:31:24 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A8A0020B74C0 Message-ID: Date: Thu, 30 Nov 2023 19:31:23 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [edk2-platforms][PATCH v1] QuarkPlatformPkg: Fix DxeCore Build Failures To: devel@edk2.groups.io, nathaniel.l.desimone@intel.com Cc: Chasel Chiu , Ray Ni , Sai Chaganty , Liming Gao , Michael D Kinney , Kelly Steele , Taylor Beebe , Michael Kubacki References: <20231201001822.3346-1-nathaniel.l.desimone@intel.com> From: "Michael Kubacki" In-Reply-To: <20231201001822.3346-1-nathaniel.l.desimone@intel.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 Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: MTKRFWHX57eV0nRqMOozuHjkx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed 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=DcSlajWo; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.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 Reviewed-by: Michael Kubacki On 11/30/2023 7:18 PM, Nate DeSimone wrote: > Commit 7284c44 in edk2 introduces an incompatibility that causes any > project that uses DxeMain.inf to fail to build. This is due to the > addition of ImagePropertiesRecordLib, and a new added dependency on > that library in DxeMain. Platforms will not have this LibraryClass > defined in their DSC yet and hence currently fail to build. >=20 > This changes addes ImagePropertiesRecordLib to QuarkPlatformPkg > and resolves the build failure. >=20 > Cc: Chasel Chiu > Cc: Ray Ni > Cc: Sai Chaganty > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Kelly Steele > Cc: Taylor Beebe > Cc: Michael Kubacki > Signed-off-by: Nate DeSimone > --- > Platform/Intel/QuarkPlatformPkg/Quark.dsc | 1 + > Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 1 + > 2 files changed, 2 insertions(+) >=20 > diff --git a/Platform/Intel/QuarkPlatformPkg/Quark.dsc b/Platform/Intel/Q= uarkPlatformPkg/Quark.dsc > index 7cc548058a..40d9768336 100644 > --- a/Platform/Intel/QuarkPlatformPkg/Quark.dsc > +++ b/Platform/Intel/QuarkPlatformPkg/Quark.dsc > @@ -196,6 +196,7 @@ > !endif > =20 > FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.= inf > + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib= /ImagePropertiesRecordLib.inf > =20 > # > # CPU > diff --git a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc b/Platform/Inte= l/QuarkPlatformPkg/QuarkMin.dsc > index 59577eda4f..67472930c9 100644 > --- a/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > +++ b/Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc > @@ -167,6 +167,7 @@ > !endif > =20 > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.i= nf > + ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib= /ImagePropertiesRecordLib.inf > =20 > # > # CPU -=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 (#111932): https://edk2.groups.io/g/devel/message/111932 Mute This Topic: https://groups.io/mt/102906246/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-