Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT5 Multimedia for Yocto/OpenEmbedded
Forum Updated to NodeBB v4.3 + New Features

QT5 Multimedia for Yocto/OpenEmbedded

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Mike NeuhausM Offline
    Mike NeuhausM Offline
    Mike Neuhaus
    wrote on last edited by
    #1

    Hello,

    Last couple of days I've been trying to integrate QtMultimedia in my Embedded linux image. Thus far I have not been able to succesfully build an image that contains the shared libraries needed to run QtMultimedia (libQt5Multimedia.so not included). I did some searching on the web, but I couldn't find anything useful. So for my first question, does anybody know where to find documentation about how the meta-qt layer is structured and how one can use it?

    If there is no such information available, can someone shed some light on how I'm supposed to include QtMultimedia and its dependencies in my linux image build?

    Thus far I tried a couple of things;

    Added the necessary packageconfigs in *.bbappend files;

    • qtbase_git.bbappend -> packageconfig: eglfs, sql-lite, mtdev, icu, udev;
    • qtmultimedia_git.bbappend -> packageconfig: gstreamer;
    • qtwebkit_git.bbappend -> packageconfig: qtmultimedia, gstreamer;

    Added IMAGE_INSTALL targets in local.confg:

    • qtmultimedia
    • qtmultimedia-plugins
    • qtmultimedia-examples
    • qtmultimedia-qmlplugins

    Really I'm just doing some trial and error here. It would be nice if there is some kind of documentation of the meta-qt layer. Anyway, I'll hope someone can help me on this subject, thanks in advance!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved