diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-11-16 23:48:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:52 +0000 |
commit | 649ec730763aba954ea2495a6fdcccea2075a89e (patch) | |
tree | 07beeeffb1840436b977e0f4adf83d045bd1b782 /meta | |
parent | 0904c4c34a106e42ea0c758c2f7f04355e1e7905 (diff) | |
download | poky-649ec730763aba954ea2495a6fdcccea2075a89e.tar.gz |
ovmf: drop PE, PR from /usr/src/debug paths
(From OE-Core rev: d12ee54263e3a2ed8b1a84b72a2a1423fe09c3cf)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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}')" |