From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 599E578003C for ; Fri, 10 May 2024 02:08:48 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0W1lqtzM2ac3MfGF8XWEyf6Ln4SS7XH5ecjwrzcYqvM=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1715306926; v=1; b=CT8JznK8op9ff402nAY7jyxPkTqC9U9BV9IXpUzpIS1GZWWXqhD/g8Iz5GFIiA9dbON9tNY1 5bCQSo6E5CPTvGNM1gZTnpKoTCl9yaCAYKg66eqm3lQG/lrT9I3P3oPnAuj/UzZoAeuG+Yz2E2f xnkCelAkbrlpVwIm0tCM2aHeRO4+1gECt41JKS1KYBgcxgtgzJgf0j/R7ezHx5wLmIsvNHvuDQt L9JQyrAJNfy+o5mGZ+a1qUHc8XCUSykRQZyT//MnCVVAOE/v+pLAqF65RUhw+7/2o3bnQng86/a mbJ/y7faVhsdC/ltOmVZ2R5EjRrtZohVhT9CXbC8ZT7qQ== X-Received: by 127.0.0.2 with SMTP id e2urYY7687511xaeFEDrbrwa; Thu, 09 May 2024 19:08:46 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.3548.1715306925693401018 for ; Thu, 09 May 2024 19:08:45 -0700 X-Received: from vivian-P520.redmond.corp.microsoft.com (unknown [131.107.147.133]) by linux.microsoft.com (Postfix) with ESMTPSA id 34DC02085C44; Thu, 9 May 2024 19:08:45 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 34DC02085C44 From: "VivianNK" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone Subject: [edk2-devel] [PATCH v1 1/1] MinPlatformPkg: Fix DxePhatAcpiLib.inf path in dsc Date: Thu, 9 May 2024 19:08:43 -0700 Message-ID: <20240510020843.9-2-vnowkakeane@linux.microsoft.com> In-Reply-To: <20240510020843.9-1-vnowkakeane@linux.microsoft.com> References: <20240510020843.9-1-vnowkakeane@linux.microsoft.com> MIME-Version: 1.0 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 Resent-Date: Thu, 09 May 2024 19:08:45 -0700 Resent-From: vnowkakeane@linux.microsoft.com Reply-To: devel@edk2.groups.io,vnowkakeane@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: sl8HTSmT3S9u6XknrRqZEthCx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=CT8JznK8; 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 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io When building MinPlatformPkg, a build error occured because the inf was not found. The path was incorrect -- DxePhatAcpiLib folder doesn't exist, PhatAcpiLib does. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Vivian Nowka-Keane --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/In= tel/MinPlatformPkg/MinPlatformPkg.dsc index ecb4d8f65efa..f81ad3cabf56 100644 --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc @@ -64,7 +64,7 @@ PciSegmentInfoLib|MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/Pci= SegmentInfoLibSimple.inf=0D PlatformBootManagerLib|MinPlatformPkg/Bds/Library/DxePlatformBootManager= Lib/DxePlatformBootManagerLib.inf=0D AslUpdateLib|MinPlatformPkg/Acpi/Library/DxeAslUpdateLib/DxeAslUpdateLib= .inf=0D - PhatAcpiLib|MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.in= f=0D + PhatAcpiLib|MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf=0D =0D #=0D # Misc=0D @@ -209,7 +209,7 @@ MinPlatformPkg/Library/BaseLargeVariableLib/BaseLargeVariableReadLib.inf= =0D MinPlatformPkg/Library/BaseLargeVariableLib/BaseLargeVariableWriteLib.in= f=0D =0D - MinPlatformPkg/Acpi/Library/DxePhatAcpiLib/DxePhatAcpiLib.inf=0D + MinPlatformPkg/Acpi/Library/PhatAcpiLib/DxePhatAcpiLib.inf=0D =0D [BuildOptions]=0D *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES=0D --=20 2.43.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118782): https://edk2.groups.io/g/devel/message/118782 Mute This Topic: https://groups.io/mt/106014298/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-