Hello,
So I was just re-testing this particular feature. Where I would remove an package from my yocto image recipe.
Generate a .mender file and perform a rootfs update to check if the package was removed or not.
Then Add them again in my image recipe and perform a rootfs update to see if they were added back or not.
I have seen this work before. But today after a successful update. I don’t see the changes taking place.
Am I missing something?
the packages get added and removed by removing/adding them in IMAGE_INSTALL_append
variable
Edit1.
So I found out that the issue is in removing the ssh service. I tried removing other application like tcpdump
and iftop
and was successfull. But I was not able to remove ssh.