From: Alexander Kanavin Date: Tue, 15 Jun 2021 08:12:13 +0000 (+0200) Subject: bitbake.conf: enable debuginfod in native/nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a985ff0dd13c455dadf85f4ad35a0a42f4bd9f1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: enable debuginfod in native/nativesdk This was an oversight when the distro feature was introduced. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f451ba6a47c..160abf40eeb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -845,8 +845,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11" # Normally target distro features will not be applied to native builds: # Native distro features on this list will use the target feature value -DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation opengl" -DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation opengl" +DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl" +DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl" DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"