summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6bbe21ac5c..3dc031d3b6 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -122,7 +122,7 @@ fix_toolchain:append:class-native() {
122# --debug-prefix-map to nasm (we carry a patch to nasm for this). The 122# --debug-prefix-map to nasm (we carry a patch to nasm for this). The
123# tools definitions are built by ovmf-native so we need to pass this in 123# tools definitions are built by ovmf-native so we need to pass this in
124# at target build time when we know the right values. 124# at target build time when we know the right values.
125export NASM_PREFIX_MAP = "--debug-prefix-map=${WORKDIR}=/usr/src/debug/ovmf/${EXTENDPE}${PV}-${PR}" 125export NASM_PREFIX_MAP = "--debug-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}"
126export GCC_PREFIX_MAP = "${DEBUG_PREFIX_MAP} -Wno-stringop-overflow -Wno-maybe-uninitialized" 126export GCC_PREFIX_MAP = "${DEBUG_PREFIX_MAP} -Wno-stringop-overflow -Wno-maybe-uninitialized"
127 127
128GCC_VER="$(${CC} -v 2>&1 | tail -n1 | awk '{print $3}')" 128GCC_VER="$(${CC} -v 2>&1 | tail -n1 | awk '{print $3}')"