From nobody Sat May 4 05:46:36 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+78747+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+78747+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1628188079; cv=none; d=zohomail.com; s=zohoarc; b=lPaHUHh+485QxYsFRzVtsd0eWLiHKoYMvpoKaRr8zu4i3ePpXvF+m+D1kz7yo5kUAcsIT671ol80fBYhqdCdLzd4Wyv0SXfzLmWXuw3vPBINBDBOtqjl37jBf4Nho3IT+x0bJffhVJ2rJeiWk4cUtEJDsUdkWxYkdaue7H/f00E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628188079; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=RMBellp177cJ11K8+hxuFubs3QuVkjXyZk8UPblLEXo=; b=EhTSUkKS1wIFnmoCKONM8FIPTxon66n1rzrVW/QNCTKofo2uaeSkIUwTr8hIMZvRdLOGYeV1ZfLs/Z86+a/WyMttqtNZd+SyK8gyfFRKRATgKP8D9tVuiTnDictdQreBNbdbeu0RAxgRFE57NH37SOgSaTsLSeMnXZuuB7vxC5M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+78747+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1628188079913426.74295561743634; Thu, 5 Aug 2021 11:27:59 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id iubxYY1788612xXdZdr6s5SP; Thu, 05 Aug 2021 11:27:59 -0700 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.13043.1628188078946014421 for ; Thu, 05 Aug 2021 11:27:59 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="299814419" X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="299814419" X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Aug 2021 11:27:57 -0700 X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="419922774" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.86.92]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Aug 2021 11:27:57 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Isaac Oram , Liming Gao , Manickavasakam Karpagavinayagam Subject: [edk2-devel] [edk2-platforms] [PATCH] IpmiFeaturePkg: Fix standalone package build Date: Thu, 5 Aug 2021 11:27:39 -0700 Message-Id: <20210805182739.16310-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,nathaniel.l.desimone@intel.com X-Gm-Message-State: FZtZoyY3agRI8rTlGfXijLjvx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628188079; bh=eEBPPAqtgAIMITgNVWzc62Ow0foyn3P7AoxsAMTKQ+0=; h=Cc:Date:From:Reply-To:Subject:To; b=pB2MyWJCd3clhGA04BkzaTXWoko6J/gyhvbm4XVdSnkEDc0UZrLlRfVXjOqo4G9h2ex AFyl3bO0a3pnXo7Fta1uhotllIt4Sb6UEU+WKG6A0eyzb2p0dzxIeSm8PjHnQT56TujMv ab9aTDL42YR89F+OEZtbCK2cBiCParQz6r0= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628188080317100003 Content-Type: text/plain; charset="utf-8" Building the IpmiFeaturePkg standalone (not as part of a platform build) currently fails because the IpmiPlatformHookLib was added but the reference to the NULL implementation of that LibraryClass was miseed. Cc: Isaac Oram Cc: Nate DeSimone Cc: Liming Gao Cc: Manickavasakam Karpagavinayagam Signed-off-by: Nate DeSimone Reviewed-by: Michael D Kinney --- .../OutOfBandManagement/IpmiFeaturePkg/Include/IpmiFeature.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Include/Ipmi= Feature.dsc b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Include/Ipm= iFeature.dsc index 05a7d4f0af..a6eccb428b 100644 --- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Include/IpmiFeature= .dsc +++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Include/IpmiFeature= .dsc @@ -48,6 +48,7 @@ # IPMI Feature Package ##################################### IpmiCommandLib|OutOfBandManagement/IpmiFeaturePkg/Library/IpmiCommandLib= /IpmiCommandLib.inf + IpmiPlatformHookLib|OutOfBandManagement/IpmiFeaturePkg/Library/IpmiPlatf= ormHookLibNull/IpmiPlatformHookLibNull.inf =20 [LibraryClasses.common.PEI_CORE,LibraryClasses.common.PEIM] ####################################### --=20 2.27.0.windows.1 -=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 (#78747): https://edk2.groups.io/g/devel/message/78747 Mute This Topic: https://groups.io/mt/84691414/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-