Re: [yocto] Circular dependency issues when building Qt with Yocto Scarthgap
Lisandro Pérez Meyer <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <CABqjNW-fbHT=6OQ9zANOuTemzTWeHEB_t4YusGkhKONBiSZ7wA@mail.gmail.com> |
Hi, On Mon, Aug 25, 2025 at 8:19 AM Yannaboina, Shivaji via lists.yoctoproject.org <shivaji.yannaboina= [email protected]> wrote: > Hello Yocto/meta-qt maintainers, > > I am working with *Yocto Scarthgap (5.0)* on a *Raspberry Pi CM5 target* > and trying to build an image with *Qt support*. My current setup uses: > > - *Yocto release:* Scarthgap (5.0) > - *Machine:* raspberrypi-cm5-thermo > - *Qt layer:* meta-qt5 / meta-qt6 (Qt 5.12, Qt 5.15, Qt 6.11) – I > supposed to use them for different products. > > Are you trying to build both Qt 5 and 6 on the same image? That is not possible by default, although I understand there is some switch available in meta-qt6 that might allow that... but even if it is there I don't know how tested that would be. If you are in this scenario either use the same Qt version for everything or build different images in different setups.