All of lore.kernel.org
 help / color / mirror / Atom feed
* Building Qt5 Jethro on Wandboard
@ 2016-02-05 15:55 Marcin
  2016-02-18 17:40 ` Caio
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin @ 2016-02-05 15:55 UTC (permalink / raw)
  To: meta-freescale

I finally successfully built the image with Qt5 Jethro on wand board. Previously I had issues with removing X11 which I cannot explain, but after starting from scratch I did this.

Followed tutorials:
http://wiki.wandboard.org/Getting_started_with_Yocto_on_Wandboard
http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard
1) first built core-image-minimal
2) added meta-qt5 updated bblayers.conf and rebuilt core-image-minimal
3)  built fsl-image-multimedia-full
4) added packages in local.conf and rebuilt --> here I got errors with the following packages:
packagegroup-fsl-gstreamer \ → changed to packagegroup-fsl-gstreamer1.0 \
qtbase-examples \ → removed
qtdeclarative-examples \ → removed
qtmultimedia-examples \ → removed
qt3d-tools \ → removed
alsa-utils-alsaconf \ → removed
qtquickcontrols-qmlplugins \ → removed ( I need this!)

Most of the above failed with "not found in the base feeds"
Nothing RPROVIDES 'alsa-utils-alsaconf' 

Build finished OK once I removed the above and made the obvious change to gstreamer.

I have two questions: 
1) I would appreciate if someone could shine some light on why these are missing
2) qtquickcontrols-qmlplugins is a bit of problem because it contains QtQuick.Layouts which I need for my application

Thanks

Marcin


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building Qt5 Jethro on Wandboard
  2016-02-05 15:55 Building Qt5 Jethro on Wandboard Marcin
@ 2016-02-18 17:40 ` Caio
  0 siblings, 0 replies; 2+ messages in thread
From: Caio @ 2016-02-18 17:40 UTC (permalink / raw)
  To: marcin.k; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2223 bytes --]

Hello Marcin,

To fix the Qt problems try to add RDEPENDS_${PN} =
"qtdeclarative-qmlplugins" into your software recipe.

In your image recipe try to add these lines.

PACKAGECONFIG_append_pn-qtdeclarative = " qtxmlpatterns"
PACKAGECONFIG_append_pn-qtbase =  "  linuxfb accessibility "
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer "
PACKAGECONFIG_remove_pn-gstreamer1.0-plugins-good = " gdk-pixbuf" (only if
you remove the X11 into DISTRO_FEATURES)


Regards,


Caio Pereira





2016-02-05 13:55 GMT-02:00 Marcin <marcin.k@comcast.net>:

> I finally successfully built the image with Qt5 Jethro on wand board.
> Previously I had issues with removing X11 which I cannot explain, but after
> starting from scratch I did this.
>
> Followed tutorials:
> http://wiki.wandboard.org/Getting_started_with_Yocto_on_Wandboard
> http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard
> 1) first built core-image-minimal
> 2) added meta-qt5 updated bblayers.conf and rebuilt core-image-minimal
> 3)  built fsl-image-multimedia-full
> 4) added packages in local.conf and rebuilt --> here I got errors with the
> following packages:
> packagegroup-fsl-gstreamer \ → changed to packagegroup-fsl-gstreamer1.0 \
> qtbase-examples \ → removed
> qtdeclarative-examples \ → removed
> qtmultimedia-examples \ → removed
> qt3d-tools \ → removed
> alsa-utils-alsaconf \ → removed
> qtquickcontrols-qmlplugins \ → removed ( I need this!)
>
> Most of the above failed with "not found in the base feeds"
> Nothing RPROVIDES 'alsa-utils-alsaconf'
>
> Build finished OK once I removed the above and made the obvious change to
> gstreamer.
>
> I have two questions:
> 1) I would appreciate if someone could shine some light on why these are
> missing
> 2) qtquickcontrols-qmlplugins is a bit of problem because it contains
> QtQuick.Layouts which I need for my application
>
> Thanks
>
> Marcin
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>



-- 
----------------------------------------------
Caio Pereira
@caio_rtp

[-- Attachment #2: Type: text/html, Size: 3340 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-18 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 15:55 Building Qt5 Jethro on Wandboard Marcin
2016-02-18 17:40 ` Caio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.