diff --git a/meta-oniro-core/conf/distro/oniro-linux.conf b/meta-oniro-core/conf/distro/oniro-linux.conf index fba981b2bfa83647722f3dd48177c32eefa37cca..7009291412e9feb294d12b4ffc2ccd6716803d35 100644 --- a/meta-oniro-core/conf/distro/oniro-linux.conf +++ b/meta-oniro-core/conf/distro/oniro-linux.conf @@ -24,7 +24,7 @@ ONIRO_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" # Remove some of the default Poky DISTRO_FEATURES_DEFAULT we inherited, but do not use. # Removing this here allows us to readd them, if the end user requires them. -DISTRO_FEATURES_DEFAULT:remove = " nfs nfc 3g pcmcia x11" +DISTRO_FEATURES_DEFAULT:remove = " nfs nfc 3g pcmcia x11 debuginfod" DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${ONIRO_DEFAULT_DISTRO_FEATURES}"