Re: [yocto] Where to make image dependent kernel changes while hardware stays same

2018-06-06 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 9:03 AM, Jakob Hasse wrote: > Hello, > > we would like to have different images with different kernel configs/device > trees. E.g., we would like to have systemA with uart2 and systemB without > uart2 but spi1 instead, with all the different configurations and device > trees

[yocto] Where to make image dependent kernel changes while hardware stays same

2018-06-06 Thread Jakob Hasse
Hello, we would like to have different images with different kernel configs/device trees. E.g., we would like to have systemA with uart2 and systemB without uart2 but spi1 instead, with all the different configurations and device trees. The hardware does not change in this case. How can I ma