I added the meta-qt5 layer to bblayers.conf file
and i added some of packages to IMAGE_INSTALL variable
but I think that I don't need all of this packages.
I just need from this list some packages which let me can run qt qml
applications.
so, how can I know which packages can be useful for me ?

Thanks,

On Tue, Aug 14, 2018 at 6:23 PM Khem Raj <[email protected]> wrote:

> 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 <[email protected]> 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
> > [email protected]
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to