Re: [yocto] Circular dependency issues when building Qt with Yocto Scarthgap
Gyorgy Sarvari <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 8/26/25 07:43, Yannaboina, Shivaji via lists.yoctoproject.org wrote: > 1. I am able to build the image using bit bake successfully without > adding QT packages. > 2. The moment when add QT packages like this in .bb file in > receipes-core like below > > IMAGE_INSTALL += "qtbase qtdeclarative qtquickcontrols2 > qtgraphicaleffects qttools" - the circular dependency issue is coming > all the 3 scenario's > with meta-qt5.12, meta-qt5.15, meta-qt6.11 > Usually these packages are not added directly to IMAGE_INSTALL, rather the required parts are installed automatically as a dependency of your application. Does your Qt application not work with your current recipe? Got any error messages?