Is it possible to execute buildroot and have it skip the deployment stage?
In LTIB you simply add –no-deploy.
It’s the most expensive step in building and 99 out of 100 times, I’m not interested in the final image because I’m using NFS to mount the target directory during development.
You could remove all the BR2_TARGET_ROOTFS_FOO variables from the .config