From: John Keates Date: Thu, 22 Feb 2018 23:18:00 +0000 (+0000) Subject: debian/rules.real: enable OVMF X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~102 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fa83744d9da5945187bb0baffb3b6b1a91995b3;p=xen.git debian/rules.real: enable OVMF Enable OVMF option. Has no side-effects and doesn't require compile-time or run-time dependencies until you add bios='ovmf' in a domU cfg. Also see #858962 --- diff --git a/debian/changelog b/debian/changelog index 54ee0765ba..052a316f22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,9 @@ xen (4.10.1~pre+2.3921128fcb-1~) UNRELEASED; urgency=medium [ Mark Pryor ] * Fix shared library build dependencies for the new xentoolcore library. + [ John Keates ] + * Enable OVMF (Closes: #858962) + -- Hans van Kranenburg Sun, 25 Feb 2018 01:21:20 +0100 xen (4.8.2+xsa245-0+deb9u1) stretch-security; urgency=high diff --git a/debian/rules.real b/debian/rules.real index e9508fe0df..16f75558b8 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -73,6 +73,7 @@ $(STAMPS_DIR)/setup-utils_$(ARCH): --disable-ocamltools \ --disable-qemu-traditional --disable-rombios \ --with-system-qemu=/usr/bin/qemu-system-i386 \ + --enable-ovmf --with-system-ovmf=/usr/share/ovmf/OVMF.fd \ --with-system-seabios=/usr/share/seabios/bios-256k.bin @$(stamp)