]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Only decompress EDK2 blobs for X86/ARM targets
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 8 Nov 2019 11:45:30 +0000 (12:45 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 11 Nov 2019 13:30:09 +0000 (14:30 +0100)
commit05dfa22b5b6b6358b0b2c0b09a180f6249ced0a4
treeec45ca22ac2b943eab1a44ced2cd3e0036f7cfa6
parent84b2c7e59afc37e2146ae5ce3768cb8c439e979d
configure: Only decompress EDK2 blobs for X86/ARM targets

The EDK2 firmware blobs only target the X86/ARM architectures.
Define the DECOMPRESS_EDK2_BLOBS variable and only decompress
the blobs when the variable exists.

See also: 536d2173b2b ("roms: build edk2 firmware binaries ...")
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191108114531.21518-2-philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Makefile
configure