From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web11.4368.1602809775988867430 for ; Thu, 15 Oct 2020 17:56:16 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 16 Oct 2020 08:56:09 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Guomin Jiang'" , "'Wei6 Xu'" , "'Michael D Kinney'" , "'Matthew Carlson'" References: In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDEvMV0gRm1wRGV2aWNlUGtnOiBBZGQgUm5nTGliIGluc3RhbmNlIHRvIERTQw==?= Date: Fri, 16 Oct 2020 08:56:12 +0800 Message-ID: <000001d6a357$249560e0$6dc022a0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKUOVU1dlLSft1w6UMlMK+BInXzsqgeO5uw Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+66286+4905953+8761045@groups.io > =B4=FA=B1=ED Michael > Kubacki > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C216=C8=D5 4:43 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Guomin Jiang ; Wei6 Xu > ; Liming Gao ; Michael D > Kinney ; Matthew Carlson > > =D6=F7=CC=E2: [edk2-devel] [PATCH v1 1/1] FmpDevicePkg: Add RngLib insta= nce to > DSC >=20 > From: Michael Kubacki >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3010 >=20 > Commit b5701a4 in CryptoPkg introduced a dependency on RngLib. >=20 > The FmpDevicePkg build currently fails since it does not specify > a RngLib instance and OpensslLib links against RngLib. >=20 > Cc: Guomin Jiang > Cc: Wei6 Xu > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Matthew Carlson > Signed-off-by: Michael Kubacki > --- > FmpDevicePkg/FmpDevicePkg.dsc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/FmpDevicePkg/FmpDevicePkg.dsc > b/FmpDevicePkg/FmpDevicePkg.dsc > index bdb73f28288f..cfeadd833038 100644 > --- a/FmpDevicePkg/FmpDevicePkg.dsc > +++ b/FmpDevicePkg/FmpDevicePkg.dsc > @@ -6,7 +6,7 @@ > # Capsules. The behavior of the Firmware Management Protocol instance > is > # customized using libraries and PCDs. > # > -# Copyright (c) 2016, Microsoft Corporation. All rights reserved.
> +# Copyright (c) Microsoft Corporation.
> # Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved. > # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights > reserved.
> # > @@ -57,6 +57,7 @@ [LibraryClasses] > IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf > OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf > BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf > + RngLib|MdePkg/Library/BaseRngLibNull/BaseRngLibNull.inf > !endif >=20 > FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpA > uthenticationLibPkcs7.inf >=20 > CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/ > CapsuleUpdatePolicyLibNull.inf > -- > 2.28.0.windows.1 >=20 >=20 >=20 >=20 >=20