* [PATCH] ArmVirtPkg: Fix build breakage of ArmVirtXen platform
@ 2016-08-22 10:04 Vikas C Sajjan
2016-08-22 10:19 ` Ard Biesheuvel
0 siblings, 1 reply; 2+ messages in thread
From: Vikas C Sajjan @ 2016-08-22 10:04 UTC (permalink / raw)
To: edk2-devel, lersek, ard.biesheuvel, leif.lindholm
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 <vikas.cha.sajjan@hpe.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ArmVirtPkg: Fix build breakage of ArmVirtXen platform
2016-08-22 10:04 [PATCH] ArmVirtPkg: Fix build breakage of ArmVirtXen platform Vikas C Sajjan
@ 2016-08-22 10:19 ` Ard Biesheuvel
0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2016-08-22 10:19 UTC (permalink / raw)
To: Vikas C Sajjan; +Cc: edk2-devel-01, Laszlo Ersek, Leif Lindholm
On 22 August 2016 at 12:04, Vikas C Sajjan <vikas.cha.sajjan@hpe.com> 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 <vikas.cha.sajjan@hpe.com>
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-22 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 10:04 [PATCH] ArmVirtPkg: Fix build breakage of ArmVirtXen platform Vikas C Sajjan
2016-08-22 10:19 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox