Closed sudipm-mukherjee closed 3 years ago
@Jochen-Kall this was the problem that you are seeing. You can now see the final config in tmp/work-shared/qemux86-64/kernel-build-artifacts/.config after you have built.
Thanks a lot Sudip,
so that's how the order of .configs is controlled, good to know. Now we hopefully see a bigger impact in the static code analysis findings as well. Tested, merging right away.
The bsp layer had the least priority and so was applied first which was then getting modified by the kernel configs from agl and poky. So, the cleanup was having almost no affect. It should be applied last, after all the other configs have been applied.