summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ovmf/ovmf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ovmf/ovmf_git.bb')
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index a73bb916b0..b00119313b 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -38,7 +38,7 @@ EDK_TOOLS_DIR="edk2_basetools"
38BUILD_OPTIMIZATION="-pipe" 38BUILD_OPTIMIZATION="-pipe"
39 39
40# OVMF supports IA only, although it could conceivably support ARM someday. 40# OVMF supports IA only, although it could conceivably support ARM someday.
41COMPATIBLE_HOST='(i.86|x86_64).*' 41COMPATIBLE_HOST_class-target='(i.86|x86_64).*'
42 42
43# Additional build flags for OVMF with Secure Boot. 43# Additional build flags for OVMF with Secure Boot.
44# Fedora also uses "-D SMM_REQUIRE -D EXCLUDE_SHELL_FROM_FD". 44# Fedora also uses "-D SMM_REQUIRE -D EXCLUDE_SHELL_FROM_FD".