HI @wlbdv,
Thanks a lot for reaching out, and nice to hear you found this helpful. For your questions:
- The core concept of
kasis that the whole build is defined by the data given, and hence it re-createslocal.confbased on the passed.ymlfiles every time. The way to augment the information inmeta-mender-communitywith your local settings is to use an override file as described at Using kas to reproduce your Yocto builds. You would put your additions into a file likewlbdev-mender.yml, and then invokekaslikekas shell ../kas/raspberrypi4.yml:wlbdev-mender.yml. This way, whatever assignments you have inwlbdev-mender.ymlwill overwrite the given defaults. - good catch, that’s a leftover from the original
repo-based tutorial. Fixed now. - the
core-image-base-raspberrypi4.menderfile is in fact a symlink to the last built artifact. I have just given it a test build, and after the second build the link is pointing to the newly created.menderfile. Can you check if this is the case for you?
Greetz,
Josef