Resolved! Copy file into bootfs partition
Using the Distribution Package for STM32MP1 I wrote a simple function to copy some file to the rootfs image and execute fine-tuning commands:my_postprocess_function() { cp -dr /home/osboxes/Documents/overlay/* ${IMAGE_ROOTFS} ln -s /lib/systemd/sys...