2022-08-30 02:13 PM
How can I remove QT5 from my build since there is a lot of dependencies and I am not going to be needing it. What is the best way to remove it?
Solved! Go to Solution.
2022-09-08 04:50 AM
Hi @Gencay ,
It depends on the image you want to compile. If you compile st-image-weston, Qt5 is not built.
If you want to compile st-example-image-qt without Qt5, you can:
We know that a community Yocto Flutter layer is available for our target. Regarding their way to process, they used the local.conf configuration method in the context of their tests.
Hope that it can help you.
Kind regards,
Erwan.
2022-09-05 12:20 AM
Hello @Gencay ,
Do you mean that you want to compile an EGLFS image (that includes Qt5 by default) with removing Qt5 layer ?
Kind regards,
Erwan.
2022-09-08 03:41 AM
I am going to use flutter as an alternative so I dont need QT5
2022-09-08 04:50 AM
Hi @Gencay ,
It depends on the image you want to compile. If you compile st-image-weston, Qt5 is not built.
If you want to compile st-example-image-qt without Qt5, you can:
We know that a community Yocto Flutter layer is available for our target. Regarding their way to process, they used the local.conf configuration method in the context of their tests.
Hope that it can help you.
Kind regards,
Erwan.