When working with PetaLinux tools, we need to be wary of the often very sizeable temporary files generated during builds. These temporary files can often take up more than 10GB, and they are crucial for the build process.
By default, PetaLinux tools create a temporary folder internal to the project directory. Having it set this way is useful
because our projects are well contained and we have clear insight into the total disk space used by a project. However,
it’s not uncommon to encounter configurations where the temporary folder is directed to /tmp. I just came across an example
of this in the Vitis Video Analytics SDK repo.