Hello,
i am using Processor sdk 8.03.00.19 and i am trying to build an application that prints directly onto linux framebuffer bypassing Wayland. Since i am still unfamiliar with linux development, i need some hints for doing this.
I do not need any desktop manager, like wayland, at all, and would like to disable it. I need my application to directly write onto framebuffer. My questions are:
1. Have i to rebuild the entire sdk through bitbake?
2. According to this documentation, adding DISTRO_FEATURES_remove = "wayland" to .conf file is enought to have a qt app that prints directly onto fb.
3. an example would be very appreciated.
Kind Regards
Emanuele Peruzzi