I would like to run the client python example (GitHub - mendersoftware/mender-client-python-example) on a device with rootfs built using yocto. I would like to adapt this script to control the upgrade process. There are several problems:
a. This requires me to install pip3, git, git-perltools, pkconf on the image. These are developer tools which I can’t afford to run on my production which is something I absolutely don’t want. pip3 is the biggest problem because it opens the door for unwanted software updates.
b. Some of the installations done to install the example would be on the rootfs so would go away when the image is upgraded.
The question is has anyone already ever done it.