From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.6484.1572973545308583572 for ; Tue, 05 Nov 2019 09:05:45 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: michael.d.kinney@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Nov 2019 09:05:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,271,1569308400"; d="scan'208";a="232540124" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2019 09:05:44 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.28]) by ORSMSX109.amr.corp.intel.com ([169.254.11.239]) with mapi id 14.03.0439.000; Tue, 5 Nov 2019 09:05:44 -0800 From: "Michael D Kinney" To: "Gao, Liming" , "devel@edk2.groups.io" , "Kinney, Michael D" CC: "Yao, Jiewen" , "Zhang, Chao B" Subject: Re: [edk2-devel] [Patch v3 18/22] SignedCapsulePkg: Use BaseCryptLibNull to reduce package CI time Thread-Topic: [edk2-devel] [Patch v3 18/22] SignedCapsulePkg: Use BaseCryptLibNull to reduce package CI time Thread-Index: AQHVjpLkGItSIkObJ0OqjRYnAuYJmad8zYYAgAALtKA= Date: Tue, 5 Nov 2019 17:05:44 +0000 Message-ID: References: <20191029195517.20028-1-michael.d.kinney@intel.com> <20191029195517.20028-19-michael.d.kinney@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E537A06@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E537A06@SHSMSX104.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Liming, Not yet. We will add more packages in a future series. Mike > -----Original Message----- > From: Gao, Liming > Sent: Tuesday, November 5, 2019 12:23 AM > To: devel@edk2.groups.io; Kinney, Michael D > > Cc: Yao, Jiewen ; Zhang, Chao B > > Subject: RE: [edk2-devel] [Patch v3 18/22] > SignedCapsulePkg: Use BaseCryptLibNull to reduce package > CI time >=20 > Mike: > Is there the package CI YAML file for > SignedCapsulePkg? >=20 > Thanks > Liming > >-----Original Message----- > >From: devel@edk2.groups.io > [mailto:devel@edk2.groups.io] On Behalf Of > >Michael D Kinney > >Sent: Wednesday, October 30, 2019 3:55 AM > >To: devel@edk2.groups.io > >Cc: Yao, Jiewen ; Zhang, Chao B > > > >Subject: [edk2-devel] [Patch v3 18/22] > SignedCapsulePkg: Use > >BaseCryptLibNull to reduce package CI time > > > >https://bugzilla.tianocore.org/show_bug.cgi?id=3D2315 > > > >Use BaseCryptLibNull for package CI builds to reduce > package build > >times. Enabled with PYTOOL_CONTINUOUS_INTEGRATION in > YAML files. By > >default PYTOOL_CONTINUOUS_INTEGRATION is not defined, > and the original > >lib mappings are preserved. > > > >Cc: Jiewen Yao > >Cc: Chao Zhang > >Signed-off-by: Michael D Kinney > > >--- > > SignedCapsulePkg/SignedCapsulePkg.dsc | 38 > >+++++++++++++++++++++++++-- > > 1 file changed, 36 insertions(+), 2 deletions(-) > > > >diff --git a/SignedCapsulePkg/SignedCapsulePkg.dsc > >b/SignedCapsulePkg/SignedCapsulePkg.dsc > >index 03f714f9a7..c5080ec1dd 100644 > >--- a/SignedCapsulePkg/SignedCapsulePkg.dsc > >+++ b/SignedCapsulePkg/SignedCapsulePkg.dsc > >@@ -87,8 +87,6 @@ [LibraryClasses] > > > >AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNul > l/AuthVariableLi > >bNull.inf > > > VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib > .inf > > > >FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/Fi > leExplorerLib.in > >f > >- > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >- > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > > > >EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSys > temCapsuleLib/Ed > >EdkiiSystemCapsuleLib|k > >iiSystemCapsuleLib.inf > > > >IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/In > iParsingLib.inf > >@@ -116,7 +114,13 @@ [LibraryClasses.common.PEIM] > > HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf > > > >MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationL > ib/PeiMemory > >AllocationLib.inf > > > LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBox > PeiLib.inf > >+!ifdef CONTINUOUS_INTEGRATION > >+ > BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryp > tLibNull.inf > >+!else > >+ > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >+ > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib. > inf > >+!endif > > > > [LibraryClasses.common.DXE_CORE] > > > HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf > >@@ -125,7 +129,13 @@ [LibraryClasses.common.DXE_CORE] > >[LibraryClasses.common.DXE_DRIVER] > > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf > > > >MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocation > Lib/UefiMemor > >yAllocationLib.inf > >+!ifdef CONTINUOUS_INTEGRATION > >+ > BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryp > tLibNull.inf > >+!else > >+ > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >+ > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib > .inf > >+!endif > > > > > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCaps > uleLib.inf > > > >@@ -133,7 +143,13 @@ > [LibraryClasses.common.DXE_RUNTIME_DRIVER] > > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf > > > >MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocation > Lib/UefiMemor > >yAllocationLib.inf > > > DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibC > onOut.inf > >+!ifdef CONTINUOUS_INTEGRATION > >+ > BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryp > tLibNull.inf > >+!else > >+ > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >+ > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCrypt > Lib.inf > >+!endif > > > > > >CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRun > timeCapsuleL > >ib.inf > > > >@@ -150,19 +166,37 @@ > [LibraryClasses.common.DXE_SMM_DRIVER] > > > >MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationL > ib/SmmMem > >oryAllocationLib.inf > > > >SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/ > SmmServicesTa > >bleLib.inf > > SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf > >+!ifdef CONTINUOUS_INTEGRATION > >+ > BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryp > tLibNull.inf > >+!else > >+ > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >+ > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib. > inf > >+!endif > > > > [LibraryClasses.common.UEFI_DRIVER] > > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf > > > >MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocation > Lib/UefiMemor > >yAllocationLib.inf > > > DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibC > onOut.inf > >+!ifdef CONTINUOUS_INTEGRATION > >+ > BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryp > tLibNull.inf > >+!else > >+ > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >+ > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib > .inf > >+!endif > > > > [LibraryClasses.common.UEFI_APPLICATION] > > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf > > > >MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocation > Lib/UefiMemor > >yAllocationLib.inf > > > DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibS > tdErr.inf > >+!ifdef CONTINUOUS_INTEGRATION > >+ > BaseCryptLib|CryptoPkg/Library/BaseCryptLibNull/BaseCryp > tLibNull.inf > >+!else > >+ > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib > .inf > >+ > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > > > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib > .inf > >+!endif > > > > [PcdsFixedAtBuild] > > gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f > >-- > >2.21.0.windows.1 > > > > > >