Greetings !

I have built a yocto for RK3568 (scarthgap) with core-image-minmal. I have LCD 
in my custom carrier board , I have enabled wayland & weston by adding the 
below lines in local.conf.

# For weston
DISTRO_FEATURES:remove = "x11 "
DISTRO_FEATURES:append = " wayland pam"
IMAGE_INSTALL:append = " wayland weston weston-init weston-examples 
rockchip-libmali"

After this I could successfully see display . Now I need to add Qt into the 
source , can anyone suggest me to include QT without having any conflict with 
Wayland / Weston.  I am getting the below error in my case.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| QPA backends:
|   DirectFB ............................... no
|   EGLFS .................................. no
|   LinuxFB ................................ no
|   VNC .................................... yes
| Qt Sql:
|   SQL item models ........................ yes
| Qt Widgets:
|   GTK+ ................................... no
|   Styles ................................. Fusion Windows
| Qt PrintSupport:
|   CUPS ................................... no
| Qt Sql Drivers:
|   DB2 (IBM) .............................. no
|   InterBase .............................. no
|   MySql .................................. no
|   OCI (Oracle) ........................... no
|   ODBC ................................... no
|   PostgreSQL ............................. no
|   SQLite2 ................................ no
|   SQLite ................................. no
|     Using system provided SQLite ......... no
|   TDS (Sybase) ........................... no
| Qt Testlib:
|   Tester for item models ................. yes
|
| Note: -hostbindir is not a subdirectory of -hostprefix.
| Note: -hostlibdir is not a subdirectory of -hostprefix.
| Note: -hostdatadir is not a subdirectory of -hostprefix.
|
| WARNING: No QPA platform plugin enabled! This will
| produce a Qt that cannot run GUI applications.
| See "Platform backends" in the output of --help.
|
| ERROR: Feature 'opengl-desktop' was enabled, but the pre-condition 
'(config.win32 && !config.winrt && !features.opengles2 && (config.msvc || 
libs.opengl))
|                           || (!config.watchos && !config.win32 && 
!config.wasm && libs.opengl)' failed.
|
| ERROR: The OpenGL functionality tests failed!
| You might need to modify the include and library search paths by editing 
QMAKE_INCDIR_OPENGL[_ES2],
| QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your 
platform.
| WARNING: exit code 3 from a shell command.
ERROR: Task 
(/home/poornesh/Mindteck_work/flexicare/yocto_RK3568_scarthgap/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb:do_configure)
 failed with exit code '1'

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Thanks in Advance
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63546): https://lists.yoctoproject.org/g/yocto/message/63546
Mute This Topic: https://lists.yoctoproject.org/mt/107480923/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

  • [yocto] Add qt... Poornesh G ( India - Bangalore ) via lists.yoctoproject.org

Reply via email to