[OE-core] [oe][meta-qt5]: required packages to run qt5 qml applications

Khem Raj raj.khem at gmail.com
Tue Aug 14 16:22:48 UTC 2018


you need to add meta-qt5 to your bblayers.conf and then
something like below might be helpful. You have to check for
renames or removals though.

IMAGE_INSTALL_append = "\
   qtbase-fonts \
   qtbase-plugins \
   qtbase-tools \
   qtbase-examples \
   qtdeclarative \
   qtdeclarative-plugins \
   qtdeclarative-tools \
   qtdeclarative-examples \
   qtdeclarative-qmlplugins \
   qtmultimedia \
   qtmultimedia-plugins \
   qtmultimedia-examples \
   qtmultimedia-qmlplugins \
   qtsvg \
   qtsvg-plugins \
   qtsensors \
   qtimageformats-plugins \
   qtsystems \
   qtsystems-tools \
   qtsystems-examples \
   qtsystems-qmlplugins \
   qtscript \
   qt3d \
   qt3d-examples \
   qt3d-qmlplugins \
   qt3d-tools \
   qtwebkit \
   qtwebkit-examples \
   qtwebkit-qmlplugins \
   qtgraphicaleffects-qmlplugins \
   qtconnectivity-qmlplugins \
   qtlocation-plugins \
   qtlocation-qmlplugins \
   cinematicexperience \
"
On Tue, Aug 14, 2018 at 7:41 AM Mohamed Dawod <mhm.dawod at gmail.com> wrote:
>
> Hi,
> I need to know what is the minimum packages which I need to add to
> IMAGE_INSTALL_append variable in local.conf file
> to be able to run qt5 qml applications in custom image on Minnowboard Turbot that support wayland without x11. ?
>
> Thank you,
>
>
> --
>
> Mohamed Dawod
> Computer Engineering Department
> Faculty of Engineering
> Cairo University
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list