From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 0B9311A1DF4 for ; Mon, 22 Aug 2016 03:20:07 -0700 (PDT) Received: by mail-io0-x233.google.com with SMTP id q83so105607044iod.1 for ; Mon, 22 Aug 2016 03:20:07 -0700 (PDT) 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=uxjEXF9i0PPFH8pSOKJdqRX/0n2ULDpIsPWzG2U7NiI=; b=bm3xgtUnl4hStwG+u+zpTie5iQdIR6Z7447721xgqSg0et9W7zn3gfN19AnUQyUF7n bTdvx+d/fUDpcVp4L1yg2kGzFhVaQKlBz6ToROnRuxau1kli9u2xA4SrtAFAGR41HWIv mjHFWfXN2jGTN8cG7mtTUflYn7Xb+w3aozE3o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=uxjEXF9i0PPFH8pSOKJdqRX/0n2ULDpIsPWzG2U7NiI=; b=EqCDFaHmZBwcs3AVNs0IxFSDolZR3GpuB6Vxba+spR4B5ryYtlzpJrIjDmNfxcTkQa COS3T+yGAbRxTfh0YSszFhlZKBXDm4UiLBPjN/VhxmhGvBeqzLK4/IXTkn1RPWTrb0/J jxqKkFSAh43TF/lH4M9Uv0LpIiH6SVx7yGe636ABdXfml3IGbt0Y1jaWbeHnOQpLdbQ6 6tILYl2EsjKhcBeR8PBNVIOUbTuP1/dxt62bJ1pAktipnqyDPKvXGv8CT7i+KtYUFIeu 8iqTS8W6JTa6IrfkO49yRLq9jupYuFggO6vzTOsVOI218YWOZr/mCbKIU0tJ6wwBR/kM wY1Q== X-Gm-Message-State: AEkoouubiZT+5SD0nIDv+dZcm1psmHMMP46VydBItIiBXpDCG/uCU0+ajA+DQxu9jx3EcGzLN3Mfblxc/Xs2atyG X-Received: by 10.107.40.133 with SMTP id o127mr21987007ioo.183.1471861206152; Mon, 22 Aug 2016 03:20:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Mon, 22 Aug 2016 03:19:26 -0700 (PDT) In-Reply-To: <1471860276-5105-1-git-send-email-vikas.cha.sajjan@hpe.com> References: <1471860276-5105-1-git-send-email-vikas.cha.sajjan@hpe.com> From: Ard Biesheuvel Date: Mon, 22 Aug 2016 12:19:26 +0200 Message-ID: To: Vikas C Sajjan Cc: edk2-devel-01 , Laszlo Ersek , Leif Lindholm Subject: Re: [PATCH] ArmVirtPkg: Fix build breakage of ArmVirtXen platform X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 10:20:07 -0000 Content-Type: text/plain; charset=UTF-8 On 22 August 2016 at 12:04, Vikas C Sajjan wrote: > Added missing dependency of FileExplorerLib, which was causing > build error for ArmVirtXen, due to inclusion of ramdisk support. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Vikas C Sajjan Thanks Pushed as 5217ea2ac20a > --- > ArmVirtPkg/ArmVirt.dsc.inc | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index 7e29032..b131336 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -59,6 +59,10 @@ > OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf > > # > + # Ramdisk Requirements > + # > + FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf > + > # Allow dynamic PCDs > # > PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf > -- > 1.9.1 >