Hello,
I’m considering the issue about Mender compatibility from Yocto updating perspective. I’ve been doing some search about similar topics on the Mender HUB but I’ve not found suitable one for my concerns - sorry if it duplicates another already existing topic.
I thought there may be a situation when we need to update one selected package or the whole selected layer, and then it also requires updating Yocto to a newer revision. If we also use meta-mender
layer in this project, due to the compatibility of Yocto layers it also requires updating this layer to the proper Yocto branch (if it already exists).
I’ve read the sections of documentation that partially describes this problem:
I’d like to add that I only consider the case of mender client (used by CLI), without using the integration with server.
Is it right to worry that despite keeping the same artifact format, after updating the Yocto branch (and thus the meta-mender) it will be not possible to update firmware due to i.e changes concerning integration with the bootloader and etc?
I see that in case of the thud
branch, you provided some solution for migration support to newer warrior
branch. What is the prospect of such support for migration from other versions? I mean migration from thud
branch to newer ones, or in the future - for exampe from newest (at the moment) dunfell branch to even newer ones?
Considering the case when some kind of migration is required, the system image does not need to have support for state scripts before updating - it should be added in the artifact that will make the update, I’m right?
I know that the problem may seem a bit general, but it can also be clarified by referring to selected cases of boards, versions etc.
Thanks for any feedback.