From: Maxime Roussin-Belanger <[email protected]> Without adding debug flag nativesdk dbg package is not packaged since there is no debugging information
Signed-off-by: Maxime Roussin-Belanger <[email protected]> --- v2: New commit meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9d9b268858..0635affbc1 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -601,7 +601,7 @@ PATCHRESOLVE = "noop" ################################################################## export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}" -BUILDSDK_CPPFLAGS = "" +BUILDSDK_CPPFLAGS ?= "-g" export CPPFLAGS = "${TARGET_CPPFLAGS}" TARGET_CPPFLAGS = "" -- 2.36.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#183265): https://lists.openembedded.org/g/openembedded-core/message/183265 Mute This Topic: https://lists.openembedded.org/mt/99701056/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
