Yocto - select the right configuration file based on image type
问题 In my pretty standard Yocto build I have the openssh included. Its configuration file, /etc/ssh/sshd_config , should naturally be different for production and development images (for example one would like root login on development image and not on production one). The production and the development images are different recipes (.bb files) in recipes-core/images under my layer, which includes some other stuff as well. In order to achieve customization for the sshd_config file, I've created