From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CB17A2034EE1B for ; Wed, 15 Nov 2017 03:30:48 -0800 (PST) Received: by mail-it0-x241.google.com with SMTP id m191so1393442itg.2 for ; Wed, 15 Nov 2017 03:34:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NMfSxrAiYEHYJJpkbBpwXcHdYEJLPyv1jlj8fx5Od9c=; b=WfNoywHTRNOum2sIDClvOJKu5wxq9DFt7Ohum9kWrXKqk8tuqB7uFGiWV0brNWUNaG 0XndGtCGk0b05s1VPXDnoeIBX5gVaETKPvGMBzWicdBTTtdEuqsqi2473LpeK3A383PR Hmt0LlbyMZGTSAZx9sWkZ2LEv1IjdxzLkfthE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NMfSxrAiYEHYJJpkbBpwXcHdYEJLPyv1jlj8fx5Od9c=; b=p2FGCcNev1s8Lv05IsO1ezLpqIDwHzcD16jDCgMaQna4CNFceTr7zcXBfQnen3zNrK yNg/IGer8FvvTzXNdW/9T0hZEA5EsTFRKm4hwIdalclJbbI6UHTdR2T63dlHRuz0CM0R wbT86pqsmo5FCcNggiOkdPNH9FqDHxGnWXhz2Xf53S3haEGZCL3hmnWLybG107VddxHg QQmgd0J5poRJdPpPIdMNWdRiYs5W7PkmUQx8CXZZs09moCDFtmZ9xVDV/OP+TQnPEFEC Sy39ZgqGi/ZBZgda/BnHnRgYHrmFgBCPqRF7L40gwGie6+ebOa75BRNXTdDgmx2NiLrG f1nA== X-Gm-Message-State: AJaThX45tdz++Vt7EdUkL5bz8B8SNDSFcMJKzszT1SPXZ30d4AgtahVq VCIVykcPVfvxKQ7YBMiJnlfI8nisomd+FPD8cZv72Q== X-Google-Smtp-Source: AGs4zMaaHtE5UCeHHZeQyf0D/t2C/VBk6vGGnovwqrGlSGXJ9Wiy6EE9YcdS2WK/ieo8p1IoQdSW/hpY8PF1v7srnlE= X-Received: by 10.36.31.212 with SMTP id d203mr18121317itd.48.1510745696493; Wed, 15 Nov 2017 03:34:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.20 with HTTP; Wed, 15 Nov 2017 03:34:56 -0800 (PST) In-Reply-To: <20171115112710.20252-1-kalyankumar.nagabhirava@linaro.org> References: <20171115112710.20252-1-kalyankumar.nagabhirava@linaro.org> From: Ard Biesheuvel Date: Wed, 15 Nov 2017 11:34:56 +0000 Message-ID: To: kalyan-nagabhirava Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Mark Gregotski Subject: Re: [PATCH] [edk2-platforms]:resolving Hikey platform build error X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 11:30:49 -0000 Content-Type: text/plain; charset="UTF-8" On 15 November 2017 at 11:27, kalyan-nagabhirava wrote: > "Instance of library class [CapsuleLib] is not found" build error is > coming for Hikey platform, to resolve this issueadded CapsuleLib to > "LibraryClasses.common" section > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: kalyan-nagabhirava Reviewed-by: Ard Biesheuvel Pushed as bf109f8b87077a8f8215c9f0af8c9639d50cc64c Thanks. > --- > Platform/Hisilicon/HiKey/HiKey.dsc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc > index 968e8acc0..2e3b1c879 100644 > --- a/Platform/Hisilicon/HiKey/HiKey.dsc > +++ b/Platform/Hisilicon/HiKey/HiKey.dsc > @@ -61,6 +61,7 @@ > SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf > > FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf > + CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf > PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf > BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf > -- > 2.15.0 >