Hi Khem Raj,

Thank you for quick response.

Actually i am using my own distro derivided from poky.conf and own xyz-machine.conf file.
In my xyz-machine.conf , wifi is MACHINE_FEATURE.

Since i dont want
packagegroup-base-wifi in my build so i am using below line in my own distro.
DISTRO_FEATURES_remove = "wifi" in my distro.

So now my question is how to handle COMBINED_FEATURE to control the package/package-group installation.

DISTRO_FEATURES_remove is enough in distro file.
or

MACHINE_FEATURE_remove also required in machine.conf file.
Or
Any one of the above is sufficient.

Is COMBINED_FEATURES_remove = "wifi" is recommended by community..

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