Skip to main content
Visitor II
June 7, 2020
Question

Qt libraries missing from V1.2.0 st-example-image-qt image

  • June 7, 2020
  • 3 replies
  • 1444 views

Hi Guys,

I just upgraded from STM32MP15-Ecosystem-v1.0.0  to STM32MP15-Ecosystem-v1.2.0 and having issues with several Qt libraries not included in the image “st-example-image-qt�?  (total of 35 missing out of 60). I have built this a couple times from scratch and no luck. All of the missing are included in the v1.0.0 revision that I built previously.

I have diffed the meta-qt5 layer configurations and recipes, plus the create_qt5.py and not seeing any significant differences that would cause this.

Oddly, when I build the SDK, all of the missing libraries are included.

Has anyone run into this issue, has anyone been successful?   I can sort this out for myself if others are not having this issue. Just want to know if it this is an already known problem.

I have followed instructions from https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Creating_your_own_Linux_distribution

Here’s a list of what is missing:

ibQt53DAnimation.so

libQt53DCore.so

libQt53DExtras.so

libQt53DInput.so

libQt53DLogic.so

libQt53DQuick.so

libQt53DQuickAnimation.so

libQt53DQuickExtras.so

libQt53DQuickInput.so

libQt53DQuickRender.so

libQt53DQuickScene2D.so

libQt53DRender.so

libQt5Bluetooth.so

libQt5Charts.so

libQt5Designer.so

libQt5DesignerComponents.so

libQt5Help.so

libQt5Location.so

libQt5Mqtt.so

libQt5Nfc.so

libQt5Positioning.so

libQt5PositioningQuick.so

libQt5PublishSubscribe.so

libQt5QuickControls2.so

libQt5QuickTemplates2.so

libQt5Sensors.so

libQt5SerialBus.so

libQt5SerialPort.so

libQt5ServiceFramework.so

libQt5Svg.so

libQt5SystemInfo.so

libQt5WebChannel.so

libQt5WebKit.so

libQt5WebKitWidgets.so

libQt5WebSockets.so

Thanks for your help!

    This topic has been closed for replies.

    3 replies

    Visitor II
    June 8, 2020

    Hello @JSpra​ ,

    I confirm - the listed libraries are missing in v1.2.0.

    Hovewer I found a lot of qt5 libraries available to be instaleld by apt-get.

    I'll keep you informed when I find out more.

    Best regards,

    Milan

    Visitor II
    June 8, 2020

    Hello @JSpra ,

    those libs were removed to save space.

    But they are still available in:

      - packagegroup-framework-sample-qt-extra

       - packagegroup-framework-sample-qt-extra-examples

    defined in recipes-samples/packagegroups/packagegroup-framework-sample-qt-extra.bb

    Just add it to st-example-image-qt.bb.

    Best regards,

    Milan

    JSpraAuthor
    Visitor II
    June 9, 2020

    Hi Milan,

    This is great help!  I am almost there, all but a few libraries are back in my image (see below for missing).

    Do you know if I need to create a custom packagegroup for these? Or is there something else that I am missing.

    Still missing:

    libQt5Bluetooth.so

    libQt5Designer.so

    libQt5DesignerComponents.so

    libQt5Help.so

    libQt5Mqtt.so

    libQt5Nfc.so

    libQt5PublishSubscribe.so

    libQt5SerialBus.so

    libQt5ServiceFramework.so

    libQt5SystemInfo.so

    libQt5WebSockets.so

    Thanks again for your help!

    John