diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d4fb5f3571..b873b4150d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -550,8 +550,7 @@ EXTRA_OEMAKE_prepend_task-install = "${PARALLEL_MAKEINST} " | |||
550 | # Optimization flags. | 550 | # Optimization flags. |
551 | ################################################################## | 551 | ################################################################## |
552 | DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types \ | 552 | DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types \ |
553 | -fdebug-prefix-map=${B}=/usr/src/${BPN} \ | 553 | -fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
554 | -fdebug-prefix-map=${S}=/usr/src/${BPN} \ | ||
555 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ | 554 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ |
556 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ | 555 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ |
557 | " | 556 | " |