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 385C47803D7 for ; Tue, 6 Feb 2024 18:38:48 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2XDLYpMQph1VsISDtWXuV1IwaD/WqbX1KUOcni2Cz1M=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1707244727; v=1; b=PWWZUKhEL0Q7hIegmGVzzs8qCIGOyyIQN5+6vaYAJQln0LzAsK0Gcuv6sirf3E4cCJ0lMCEH +TouJzXddVGlanIcJgQjhKdvOJmyuQVUeILRa+QXHNqFn1cbxhgNU08SSusm3z2L2Pa188BF5U+ ERxZ8CtWFLY62p+f20wlkoDg= X-Received: by 127.0.0.2 with SMTP id 0T5XYY7687511xbm1PdyY22Y; Tue, 06 Feb 2024 10:38:47 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mx.groups.io with SMTP id smtpd.web11.787.1707244726629066866 for ; Tue, 06 Feb 2024 10:38:46 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10976"; a="18336367" X-IronPort-AV: E=Sophos;i="6.05,248,1701158400"; d="scan'208";a="18336367" X-Received: from fmviesa010.fm.intel.com ([10.60.135.150]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2024 10:38:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,247,1701158400"; d="scan'208";a="1099252" X-Received: from mdkinney-mobl.amr.corp.intel.com ([10.209.73.191]) by fmviesa010-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2024 10:38:40 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Andrew Fish , Leif Lindholm , Liming Gao , Zhiguang Liu , Wei6 Xu , Saloni Kasbekar , Zachary Clark-williams Subject: [edk2-devel] [edk2-stable202402][Patch 1/1] MdePkg: Add SynchronizationLib to MdeLibs.dsc.inc Date: Tue, 6 Feb 2024 10:38:25 -0800 Message-Id: <20240206183825.1020-1-michael.d.kinney@intel.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 Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: dXFzIuT1lbHdgsGv3BDiqKrFx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=PWWZUKhE; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.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 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4675 Add library mapping for the SynchrnizationLib to MdeLibs.dsc.inc to resolve build failures in the FmpDevicePkg and NetworkPkg for missing library mapping. The following email details why this was missed by EDK II CI * https://edk2.groups.io/g/devel/message/115185 Local builds of all packages that use -D CONTINUOUS_INTEGRATION were performed to verify that this change resolves the missing library mapping. Cc: Andrew Fish Cc: Leif Lindholm Cc: Liming Gao Cc: Zhiguang Liu Cc: Wei6 Xu Cc: Saloni Kasbekar Cc: Zachary Clark-williams Signed-off-by: Michael D Kinney --- MdePkg/MdeLibs.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/MdeLibs.dsc.inc b/MdePkg/MdeLibs.dsc.inc index deb35c1a185c..d782dbf4ffc6 100644 --- a/MdePkg/MdeLibs.dsc.inc +++ b/MdePkg/MdeLibs.dsc.inc @@ -17,3 +17,4 @@ [LibraryClasses] CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf SmmCpuRendezvousLib|MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf + SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf -- 2.40.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115188): https://edk2.groups.io/g/devel/message/115188 Mute This Topic: https://groups.io/mt/104203786/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-