I'm using buildroot 2018.05 and I'm noticing that if I remove some files in my overlay that the files are still being copied into the rootfs. I thought that any changes made in the overlay would automatically propagate when running make again without requiring me to do make clean and then make again?
I want to avoid having to re-download all packages and at least avoid re-compiling the toolchain each time I make changes to the overlay.