HI @wlbdv,
Thanks a lot for reaching out, and nice to hear you found this helpful. For your questions:
- The core concept of
kas
is that the whole build is defined by the data given, and hence it re-createslocal.conf
based on the passed.yml
files every time. The way to augment the information inmeta-mender-community
with 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 invokekas
likekas shell ../kas/raspberrypi4.yml:wlbdev-mender.yml
. This way, whatever assignments you have inwlbdev-mender.yml
will overwrite the given defaults. - good catch, that’s a leftover from the original
repo
-based tutorial. Fixed now. - the
core-image-base-raspberrypi4.mender
file 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.mender
file. Can you check if this is the case for you?
Greetz,
Josef