diff options
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index c66b751a94..834ee32466 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -46,6 +46,8 @@ COMPATIBLE_HOST='(i.86|x86_64).*' | |||
46 | OVMF_SECURE_BOOT_EXTRA_FLAGS ??= "" | 46 | OVMF_SECURE_BOOT_EXTRA_FLAGS ??= "" |
47 | OVMF_SECURE_BOOT_FLAGS = "-DSECURE_BOOT_ENABLE=TRUE ${OVMF_SECURE_BOOT_EXTRA_FLAGS}" | 47 | OVMF_SECURE_BOOT_FLAGS = "-DSECURE_BOOT_ENABLE=TRUE ${OVMF_SECURE_BOOT_EXTRA_FLAGS}" |
48 | 48 | ||
49 | export PYTHON_COMMAND = "${HOSTTOOLS_DIR}/python3" | ||
50 | |||
49 | do_patch[postfuncs] += "fix_basetools_location" | 51 | do_patch[postfuncs] += "fix_basetools_location" |
50 | fix_basetools_location () { | 52 | fix_basetools_location () { |
51 | } | 53 | } |