I have several platforms that use the same buildroot. They differ in buildroot packages. Is there a way in buildroot where I can configure the construction of the tool chain only once, and then only packages and targets are built on it.
Example image without make make (therefore the chain is not damaged):
1) Platform A updates some conf files in the target root files / etc (I use the platform for buildroot configuration files) when buildroot is being built. 2) Platform B does not require conf files, but since make clean fails (while the buildroot configuration files of platform B are used); unnecessary / etc / are present in the target. If you do the cleaning, you also need to rebuild the tool chain.
Thanks for any answers.
source share