summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-15 10:12:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-17 13:42:31 +0100
commit4e2baf969f1ab0ea62fb5f7c23f107876eb3abf6 (patch)
tree0eb5e25a8d4ae8ce3c121b7efe72c82201e1a621
parentf65757ad1791a46cc210141c84ccc51552171e98 (diff)
downloadpoky-4e2baf969f1ab0ea62fb5f7c23f107876eb3abf6.tar.gz
bitbake.conf: enable debuginfod in native/nativesdk
This was an oversight when the distro feature was introduced. (From OE-Core rev: 4a985ff0dd13c455dadf85f4ad35a0a42f4bd9f1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f451ba6a47..160abf40ee 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -845,8 +845,8 @@ DISTRO_FEATURES_NATIVESDK ?= "x11"
845 845
846# Normally target distro features will not be applied to native builds: 846# Normally target distro features will not be applied to native builds:
847# Native distro features on this list will use the target feature value 847# Native distro features on this list will use the target feature value
848DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation opengl" 848DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opengl"
849DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation opengl" 849DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opengl"
850 850
851DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig" 851DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit gobject-introspection-data ldconfig"
852MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode" 852MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"