From nobody Mon Apr 29 11:25:08 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 151074537603842.955628831029685; Wed, 15 Nov 2017 03:29:36 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 1C56820355206; Wed, 15 Nov 2017 03:25:26 -0800 (PST) Received: from mail-pg0-x241.google.com (mail-pg0-x241.google.com [IPv6:2607:f8b0:400e:c05::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 3FCC82034EE1B for ; Wed, 15 Nov 2017 03:25:24 -0800 (PST) Received: by mail-pg0-x241.google.com with SMTP id 4so8909042pge.1 for ; Wed, 15 Nov 2017 03:29:32 -0800 (PST) Received: from localhost.localdomain ([220.225.120.129]) by smtp.gmail.com with ESMTPSA id k20sm44054115pfg.141.2017.11.15.03.29.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Nov 2017 03:29:31 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c05::241; helo=mail-pg0-x241.google.com; envelope-from=kalyankumar.nagabhirava@linaro.org; receiver=edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=gVs5/qM2soPB2bIufHsCrmNsY5JTuyd3gNvuNlFo+fM=; b=L4PvD+68HWGSQNvicvSuWBZ+RFDKS+OuQ00QlNQWiYAtsFujtLc9NIOPFiIuKXZ5j6 57BdZn86TiLUmSw+ZsYQhtC9rwr/ujS2Z+a77JJfi8g6vMRm8FmuXHjYdHMGab0rVxoU CNqYp0qzuzRkzkSTOdOttDup7CKHC86lKvI/o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=gVs5/qM2soPB2bIufHsCrmNsY5JTuyd3gNvuNlFo+fM=; b=c3T3YXdHBRhfpEdtPorbwJ4O381APJ/jVPX5+QmierGhdacCNJjRbm30vRexgLSRPR EQYIXPDEE3i7mt7JOXNOUOq7dOo3SHIIU6gUB9TPliPWpzndtzEdZrV5QMbdvrzynQSL xoqvasfoosP9F9RK+FEyY5sG9L6P7NstDz8pXYE7LD0a+AraWClis95vi70TCmIlOVs2 Bt7slPZfniL8nl7bMIqZ021FVex/6/mejkAjlA+uhMNmK3+pKkUdTCWhqsb+8C7F8NI5 i2d4ZTaFL0jhlYrC8lR9CNELbhZYbRK9Xxze+30Dq6ggj9LVNhzNFdXzCqlgbj0I9DG0 +/kA== X-Gm-Message-State: AJaThX5PLxTzyMjHn8/Z25aFYkXNIrSoOOEgase/DiDQrwB7O1TJ482x /E2GxW9XARXKmxkPQYESCHVRPLofIeo= X-Google-Smtp-Source: AGs4zMZE2HpzX2XqzQ6ofW08i3lho13mb0Jthx5wrNIy+t/zh8KBq3d6OBYgdUL4yADC1L0t5kq2pg== X-Received: by 10.99.104.73 with SMTP id d70mr15085747pgc.58.1510745372008; Wed, 15 Nov 2017 03:29:32 -0800 (PST) From: kalyan-nagabhirava To: edk2-devel@lists.01.org, ard.biesheuvel@linaro.org, leif.lindholm@linaro.org Date: Wed, 15 Nov 2017 16:57:10 +0530 Message-Id: <20171115112710.20252-1-kalyankumar.nagabhirava@linaro.org> X-Mailer: git-send-email 2.15.0 Subject: [edk2] [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: , Cc: mark.gregotski@linaro.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" "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 --- 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/BaseSynchroniza= tionLib.inf =20 FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf + CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBoo= tManagerLib.inf BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf --=20 2.15.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel