I am building image for NXP board using yocto. I could see different distros say "x11, wayland, fb, directfb" etc.
In the conf files for these distros I could see "DISTRO_FEATURES_remove" of other distros. Say in x11 distro conf file "DISTRO_FEATURES_remove="wayland"" is there.
I need to check what features provided by each distro. Say I need to check the features provided by wayland and x11 distros.
Can you guide to check in yocto source folder for the features provided by these distros.