[oe-commits] [openembedded-core] 14/17: bitbake.conf: reset default value of DEBUG_PREFIX_MAP

git at git.openembedded.org git at git.openembedded.org
Thu Jan 17 22:22:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 24772f9323b19d638a32d1dbfe3bb45bf53338c6
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Jan 17 02:12:27 2019 -0500

    bitbake.conf: reset default value of DEBUG_PREFIX_MAP
    
    Reset default value of DEBUG_PREFIX_MAP with '-fdebug-prefix-map'.
    Specifying -fdebug-prefix-map is equivalent to specifying all the
    individual -f*-prefix-map options which means including
    -fmacro-prefix-map and -fdebug-prefix-map currently. Option
    -fmacro-prefix-map helps to avoid buildpaths qa warnings which caused
    by __FILE__ macro expansion for packages such as llvm and librepo.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 0bdcd04..d20460e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -599,9 +599,9 @@ EXTRA_OEMAKE_prepend_task-install = "${PARALLEL_MAKEINST} "
 # Optimization flags.
 ##################################################################
 # Beware: applied last to first
-DEBUG_PREFIX_MAP ?= "-fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
-                     -fdebug-prefix-map=${STAGING_DIR_HOST}= \
-                     -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \
+DEBUG_PREFIX_MAP ?= "-ffile-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \
+                     -ffile-prefix-map=${STAGING_DIR_HOST}= \
+                     -ffile-prefix-map=${STAGING_DIR_NATIVE}= \
 "
 DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list