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 68BD878003C for ; Tue, 18 Jun 2024 22:32:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=dZ386lT9EoD66mRdbIJMjPqtNOO/EAzpyfNQUVS4s9A=; c=relaxed/simple; d=groups.io; h=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=1718749937; v=1; b=NSvAQnL3InAShgKoWU4Phi6LWaSaHcwkfXrvhWzaxil9HiTPPlZJkkMTX8l3xLqHsuI/FlJw LnoLZtuhq7lddtFdhngYwN7U8/CBYN+xIeUiV8bYetupnLBXeAtYmIlcp3YEaSxx/rp/R5s23Xu 2h0mT24Fgty2rmJICXygOpgKEjaNvJ+H6hHhbpJwh/aCYTUADA1qIhXTJw92HGbn/vUs3+nXwBD Qu85dn78bPoYuiRjW5Sz/moDHDhsqK2XHzxAZvFUg5d3H5DbDom7I+Yc8PdQxSwufbuGNxC2Vbi GizxN5FiyXiMuNawIXujPboMgtO4xWqr2l8XNUlr4I7Hg== X-Received: by 127.0.0.2 with SMTP id CiFdYY7687511xPiMj8UmKb6; Tue, 18 Jun 2024 15:32:15 -0700 X-Received: from mail-lj1-f170.google.com (mail-lj1-f170.google.com [209.85.208.170]) by mx.groups.io with SMTP id smtpd.web10.7577.1718749934862522249 for ; Tue, 18 Jun 2024 15:32:15 -0700 X-Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2ec10324791so62882781fa.1 for ; Tue, 18 Jun 2024 15:32:14 -0700 (PDT) X-Gm-Message-State: BHHmfIb5KqGl8Fqt8ncrzc2gx7686176AA= X-Google-Smtp-Source: AGHT+IG1hY0UPlIR2xbCqs7R5rjUn/rnKyYjD4iWc0iIqmox5poiwNvzbrG8uumwkp3YR0RLBZmG+w== X-Received: by 2002:a2e:a317:0:b0:2eb:d924:43fb with SMTP id 38308e7fff4ca-2ec3cfe9ee8mr6242371fa.41.1718749932824; Tue, 18 Jun 2024 15:32:12 -0700 (PDT) X-Received: from localhost.localdomain ([185.20.45.7]) by smtp.gmail.com with ESMTPSA id 38308e7fff4ca-2ec05c05fbfsm19254321fa.33.2024.06.18.15.32.12 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Tue, 18 Jun 2024 15:32:12 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io, nathaniel.l.desimone@intel.com, gaoliming@byosoft.com.cn Cc: Mike Maslenkin Subject: [edk2-devel] [edk2-platforms][PATCH 1/2] IpmiFeaturePkg/GenericIpmi: add IpmiFeaturePkg.dec to packages list Date: Wed, 19 Jun 2024 01:32:06 +0300 Message-Id: <20240618223207.12778-2-mike.maslenkin@gmail.com> In-Reply-To: <20240618223207.12778-1-mike.maslenkin@gmail.com> References: <20240618223207.12778-1-mike.maslenkin@gmail.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: Tue, 18 Jun 2024 15:32:15 -0700 Resent-From: mike.maslenkin@gmail.com Reply-To: devel@edk2.groups.io,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: 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=NSvAQnL3; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.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 GCC is unable to find a header file located into IpmiFeaturePkg: fatal error: Library/ServerMgmtRtLib.h: No such file or directory 11 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Mike Maslenkin Cc: Nate DeSimone Cc: Liming Gao --- .../Library/ServerManagementLibNull/ServerManagementLibNull.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/Serv= erManagementLibNull/ServerManagementLibNull.inf b/Features/Intel/OutOfBandM= anagement/IpmiFeaturePkg/Library/ServerManagementLibNull/ServerManagementLi= bNull.inf index 6b66b44857f3..8bde6fbaa7be 100644 --- a/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManag= ementLibNull/ServerManagementLibNull.inf +++ b/Features/Intel/OutOfBandManagement/IpmiFeaturePkg/Library/ServerManag= ementLibNull/ServerManagementLibNull.inf @@ -27,6 +27,7 @@ =0D =0D [Packages]=0D + IpmiFeaturePkg/IpmiFeaturePkg.dec=0D MdePkg/MdePkg.dec=0D ServerPlatformPkg/PlatformPkg.dec=0D =0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119619): https://edk2.groups.io/g/devel/message/119619 Mute This Topic: https://groups.io/mt/106750821/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-