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

Signed-off-by: Wei Liu <[email protected]>
---
This should fix the build breakage for OVMF branch in OSSTEST.

Cc: Anthony PERARD <[email protected]>
Cc: Ian Jackson <[email protected]>
---
 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
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to