Skip to main content
Associate III
January 12, 2025
Solved

Openstlinux-eglfs - mising libs

  • January 12, 2025
  • 3 replies
  • 690 views

Hi , I built openstlinux-5.15-yocto-kirkstone-mp1-v22.07.27 (openstlinux-eglfs), SDK, configure QtCreator and prepare my first app, but some library mising on target device - STM32MP157F-DK2. Below log, after deploy:

 

id: 'weston': no such user
id: 'weston': no such user
QML debugging is enabled. Only use this in a safe environment.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
No modes available for output "HDMI1"
qt.qpa.input: xkbcommon not available, not performing key mapping
QQmlApplicationEngine failed to load component
qrc:/qml/dashboard.qml:55:1: module "QtQuick.Extras" is not installed
qrc:/qml/dashboard.qml:54:1: module "QtQuick.Controls.Styles" is not installed
qrc:/qml/dashboard.qml:53:1: module "QtQuick.Controls" is not installed
qrc:/qml/dashboard.qml:55:1: module "QtQuick.Extras" is not installed
qrc:/qml/dashboard.qml:54:1: module "QtQuick.Controls.Styles" is not installed
qrc:/qml/dashboard.qml:53:1: module "QtQuick.Controls" is not installed
qrc:/qml/dashboard.qml:55:1: module "QtQuick.Extras" is not installed
qrc:/qml/dashboard.qml:54:1: module "QtQuick.Controls.Styles" is not installed
qrc:/qml/dashboard.qml:53:1: module "QtQuick.Controls" is not installed
11:20:13: Remote process crashed.

 

 

How install missing library on target device  ?

Best answer by ienecode

Problem solved , by adding in local.conf:

IMAGE_INSTALL:append = "qtquickcontrols qtquickcontrols-qmlplugins qtquickcontrols2 qtquickcontrols2-qmlplugins"

and run bitbake

3 replies

ienecodeAuthorBest answer
Associate III
January 16, 2025

Problem solved , by adding in local.conf:

IMAGE_INSTALL:append = "qtquickcontrols qtquickcontrols-qmlplugins qtquickcontrols2 qtquickcontrols2-qmlplugins"

and run bitbake

ienecodeAuthor
Associate III
January 18, 2025

How can I install next missing library ? --> libQt5SerialBus.so.5 ?

ienecodeAuthor
Associate III
January 18, 2025

Problem solved by adding:

IMAGE_INSTALL:append = " qtserialbus qtserialport"