I want to use the swupdate meta layer in my yocto build framework. see: https://github.com/sbabic/meta-swupdate
Before I build it with bitbake swupdateI do some configuration with bitbake -c menuconfig swupdate here I can find some configuration for change the bootloader from u-boot to grub. screenshot
Anytime when I call bitbake swupdatethe recipies u-boot is building...
If I start only the bitbake u-boot I get an error:
Configuration file ".config" not found!
But there is no option bitbake -c menuconfig u-boot
I'm confused. Is there another .config file for u-boot?