elisa-tech / meta-elisa

MIT License
9 stars 16 forks source link

Fix kernel config cleanup #20

Closed sudipm-mukherjee closed 3 years ago

sudipm-mukherjee commented 3 years ago

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.

sudipm-mukherjee commented 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.

Jochen-Kall commented 3 years ago

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.