mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f65757ad17
commit
4e2baf969f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user