How to properly use .bbappend file in Yocto to change menuconfig settings for certain recipe?
I’m trying to include swupdate package in my target image using Yocto and meta-swupdate.
For swupdate there is a menuconfig available, where I can specify the configuration.
But, as stated here by Stefano Babic, the proper way is to use swupdate_%.bbappend file and use menuconfig only for finding options available and their naming. In my case I want to enable systemd feature for swupdate. As stated in previous link, that option has to be disabled in menuconfig (otherwise the bitbake command fails), and I should enable it by .bbappend file. Following that advice I have created folders structure: