All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/firmware: update OVMF Makefile
@ 2018-11-28 17:43 Wei Liu
  2018-11-28 17:47 ` Wei Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Wei Liu @ 2018-11-28 17:43 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Ian Jackson, Wei Liu

OVMF has become dependent on OpenSSL, which it is included as a submodule.
Initialise submodules before building.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
This should fix the build breakage for OVMF branch in OSSTEST.

Cc: Anthony PERARD <anthony.perard@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
---
 tools/firmware/ovmf-makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/firmware/ovmf-makefile b/tools/firmware/ovmf-makefile
index 2838744461..3de2fc0300 100644
--- a/tools/firmware/ovmf-makefile
+++ b/tools/firmware/ovmf-makefile
@@ -16,6 +16,7 @@ all: build
 
 .PHONY: build
 build:
+	$(GIT) submodule update --init --recursive
 	OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4
 	cp Build/OvmfX64/$(TARGET)_GCC*/FV/OVMF.fd ovmf.bin
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-01-14 19:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 17:43 [PATCH] tools/firmware: update OVMF Makefile Wei Liu
2018-11-28 17:47 ` Wei Liu
2018-11-29 11:31 ` Anthony PERARD
2018-11-29 11:39   ` Wei Liu
2018-11-29 12:02     ` Anthony PERARD
2018-11-29 13:03       ` Wei Liu
2019-01-09 10:58     ` Anthony PERARD
2019-01-09 11:11       ` Wei Liu
2019-01-09 14:56 ` Tamas K Lengyel
2019-01-09 14:56   ` Tamas K Lengyel
2019-01-09 15:46     ` Anthony PERARD
2019-01-09 16:03       ` Tamas K Lengyel
2019-01-09 18:27         ` Anthony PERARD
2019-01-13 20:17 ` Olaf Hering
2019-01-14 11:28   ` Wei Liu
2019-01-14 11:48     ` Olaf Hering
2019-01-14 17:11       ` Anthony PERARD
2019-01-14 17:27         ` Olaf Hering
2019-01-14 17:44           ` Wei Liu
2019-01-14 18:22             ` Anthony PERARD
2019-01-14 19:22             ` Olaf Hering
2019-01-14 17:42         ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.