Currently, I am working on the Yocto based project.
On the board, we have two processors of the same series. However, we want to have a different kernel configuration and device tree for both processors.
Take an example: 1. Processor X -> defconfig_A and DTB_A 2. Processor X -> defconfig_B and DTB_B
Question: 1) Is it possible to compile both the kernel (defconfig_A, DTB_A, and defconfig_B, DTB_B) using the single machine with a single command? OR 2) Do I need to set up two different sources for the above kernel only?