diff options
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
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. |
125 | export NASM_PREFIX_MAP = "--debug-prefix-map=${WORKDIR}=/usr/src/debug/ovmf/${EXTENDPE}${PV}-${PR}" | 125 | export NASM_PREFIX_MAP = "--debug-prefix-map=${WORKDIR}=${TARGET_DBGSRC_DIR}" |
126 | export GCC_PREFIX_MAP = "${DEBUG_PREFIX_MAP} -Wno-stringop-overflow -Wno-maybe-uninitialized" | 126 | export GCC_PREFIX_MAP = "${DEBUG_PREFIX_MAP} -Wno-stringop-overflow -Wno-maybe-uninitialized" |
127 | 127 | ||
128 | GCC_VER="$(${CC} -v 2>&1 | tail -n1 | awk '{print $3}')" | 128 | GCC_VER="$(${CC} -v 2>&1 | tail -n1 | awk '{print $3}')" |