Hi Team,
 
I need one suggestion.

As we know wifi is the default distro feature.
meta/conf/distro/include/default-distrovars.inc (this file add the DISTRO_FEATURES_DEFAULT)

packagegroup-base-wifi is dependent on COMBINED_FEATURES wifi.
${@bb.utils.contains('COMBINED_FEATURES', 'wifi', 'packagegroup-base-wifi', '',d)} \


I don't want to include packagegroup-base-wifi  package group in my build.

One way I can use DISTRO_FEATURES_remove = "wifi" in my distro.

 
Second thing I can use COMBINED_FEATURES_remove = "wifi".
 
But here my question is if I am using COMBINED_FEATURES_remove where is the ideal place to keep this variable.
 
Or suggest me what is the ideal way to remove the combined feature from the build. (I dont't want to keep it in local.conf file)
 
Thanks in advance.
Rahul Chauhan