Is it possible to run rm_work tasks on already built recipes? After using up all the disc space I realized too late that INHERIT += "rm_work" is missing in my local.conf file and I do not want to start over after building 50% of the recipes (~4 hours in my case).
I could probably delete the tmp folder and start over, as there is still SSTATE cache available, but I would like to know a better way, solution like bitbake -c rm_work <my-image> or similar to do the job and free up some space.