For a project(Arm i.mx6) I use buildroot for creating my setup. This works very well.
My problem is that I want to re-use the build to create an installer. Without using the make clean option.
What I am currently doing:
1]. compile buildroot with file system overlay (A)
2]. Make clean
3]. compile buildroot with file system overlay (B)
This takes a lot of time.
I have tried:
1]. compile buildroot with file system overlay (A)
2]. compile buildroot with file system overlay (B) But then the files from system overlay (A) are inserted in system overlay (B).
I need A and B because in B I have the installer scripts and the Tar.gz result of A. What I do not want in B is the scripts of A due to the fact that A has network settings which I do not need in B.