All of lore.kernel.org
 help / color / mirror / Atom feed
* Error trying to get libQt5SerialPort build in yocto project
@ 2014-07-08 19:22 Stephen Munnings
  2014-07-08 20:30 ` Trevor Woerner
  2014-07-09  6:35 ` Erik Botö
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Munnings @ 2014-07-08 19:22 UTC (permalink / raw)
  To: meta-freescale

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

Hi All,

This is probably something incredibly slow or stupid on my part, but I cannot seem to get libQt5SerialPort.so to be built into the libraries on my Yocto build.
On my (separate) development system, this library is built, and is even in the cross-compiled (target-oriented) debug libraries.
(I do some remote debugging from the host QtCreator IDE to the target system)
I can (and do - for now) copy the .so file across to the target, and then things work (so far).
However, I cannot get the lib built into the Yocto distribution.
I have tried adding qtserialport to the local.conf IMAGE_INSTALL_append list, but it complains that "nothing RPROVIDES 'qtserialport' ..."
I am using the dora branch, and have (as recently as this morning) done a repo sync in the fsl-community-bsp directory.

What (probably simple) thing am I missing here?
(And possibly, what place to search for the answers am I not making proper use of?)

Thanks,

--
Stephen Munnings
Sr. Design Engineer | NUVATION ENGINEERING
519.594.0976
stephen.munnings@nuvation.com<mailto:stephen.munnings@nuvation.com> | www.nuvation.com<http://www.nuvation.com>







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

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

* Re: Error trying to get libQt5SerialPort build in yocto project
  2014-07-08 19:22 Error trying to get libQt5SerialPort build in yocto project Stephen Munnings
@ 2014-07-08 20:30 ` Trevor Woerner
  2014-07-09  6:35 ` Erik Botö
  1 sibling, 0 replies; 6+ messages in thread
From: Trevor Woerner @ 2014-07-08 20:30 UTC (permalink / raw)
  To: Stephen Munnings, meta-freescale

On 07/08/14 15:22, Stephen Munnings wrote:
> I cannot seem to get libQt5SerialPort.so to be built into the
> libraries on my Yocto build.

It seems as though, from qt5, the fsl manifest doesn't include the full
(public) meta-qt5 layer, but just qtbase and qtwebkit in meta-fsl-arm.


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

* Re: Error trying to get libQt5SerialPort build in yocto project
  2014-07-08 19:22 Error trying to get libQt5SerialPort build in yocto project Stephen Munnings
  2014-07-08 20:30 ` Trevor Woerner
@ 2014-07-09  6:35 ` Erik Botö
  2014-07-09 14:15   ` Stephen Munnings
  1 sibling, 1 reply; 6+ messages in thread
From: Erik Botö @ 2014-07-09  6:35 UTC (permalink / raw)
  To: Stephen Munnings; +Cc: meta-freescale

Hi,

On Tue, Jul 8, 2014 at 9:22 PM, Stephen Munnings
<Stephen.Munnings@nuvation.com> wrote:
> Hi All,
>
>
>
> This is probably something incredibly slow or stupid on my part, but I
> cannot seem to get libQt5SerialPort.so to be built into the libraries on my
> Yocto build.
>
> On my (separate) development system, this library is built, and is even in
> the cross-compiled (target-oriented) debug libraries.
>
> (I do some remote debugging from the host QtCreator IDE to the target
> system)
>
> I can (and do – for now) copy the .so file across to the target, and then
> things work (so far).
>
> However, I cannot get the lib built into the Yocto distribution.
>
> I have tried adding qtserialport to the local.conf IMAGE_INSTALL_append
> list, but it complains that “nothing RPROVIDES ‘qtserialport’ …”

There's a difference between recipe name and package name. My guess is
that the actual package is called something like
"qtserialport-plugins" or "libqt5serialport-plugin". Take a look in
the tmp/deploy/rpm/ folder to see what packages you have there, e.g.
with "find tmp/deploy/rpm/ -name '*qt*plugins*'. You don't want the
version and arch info, so ignore the last part or the rpm filenames.

Cheers,
Erik

>
> I am using the dora branch, and have (as recently as this morning) done a
> repo sync in the fsl-community-bsp directory.
>
>
>
> What (probably simple) thing am I missing here?
>
> (And possibly, what place to search for the answers am I not making proper
> use of?)
>
>
>
> Thanks,
>
>
>
> --
> Stephen Munnings
> Sr. Design Engineer | NUVATION ENGINEERING
> 519.594.0976
> stephen.munnings@nuvation.com | www.nuvation.com
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


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

* Re: Error trying to get libQt5SerialPort build in yocto project
  2014-07-09  6:35 ` Erik Botö
@ 2014-07-09 14:15   ` Stephen Munnings
  2014-07-09 15:05     ` Sébastien Taylor
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Munnings @ 2014-07-09 14:15 UTC (permalink / raw)
  To: Erik Botö, Trevor Woerner; +Cc: meta-freescale

>> I have tried adding qtserialport to the local.conf 
>> IMAGE_INSTALL_append list, but it complains that “nothing RPROVIDES ‘qtserialport’ …”
>
>There's a difference between recipe name and package name. My guess is that the actual package is called something like "qtserialport-plugins" or "libqt5serialport-plugin". Take a look in the tmp/deploy/rpm/ folder to see what >packages you have there, e.g.
>with "find tmp/deploy/rpm/ -name '*qt*plugins*'. You don't want the version and arch info, so ignore the last part or the rpm filenames.
>
>Cheers,
>Erik

Thanks Erik and Trevor.

It seems then that the bottom line (after doing considerable additional searching) that fsl yocto dora does not actually support qtserialport.
(Although, if you add package qtserialport-e you then get what appears to be a qt4 version of qt serialport being built)

I found (at this URL: http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085140.html ) a changelog that indicates:

Changelog for meta-qt5:
  ...
  qtserialport: update to 5.1.1
 ...

Does that indicate that some version of yocto does support qtserialport (for Qt5.1.1), but that the fsl dora version does not?


-- 
Stephen Munnings 
Sr. Design Engineer | 519.594.0976 
www.nuvation.com



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

* Re: Error trying to get libQt5SerialPort build in yocto project
  2014-07-09 14:15   ` Stephen Munnings
@ 2014-07-09 15:05     ` Sébastien Taylor
  0 siblings, 0 replies; 6+ messages in thread
From: Sébastien Taylor @ 2014-07-09 15:05 UTC (permalink / raw)
  To: Stephen Munnings; +Cc: meta-freescale

Only appears to be added as of Daisy.  I have had success building the Daisy branch against Dora though that was before it was tagged Daisy (the old master).

https://github.com/meta-qt5/meta-qt5/blob/daisy/recipes-qt/qt5/qtserialport.inc


On Jul 9, 2014, at 8:15 AM, Stephen Munnings <Stephen.Munnings@nuvation.com> wrote:

>>> I have tried adding qtserialport to the local.conf 
>>> IMAGE_INSTALL_append list, but it complains that “nothing RPROVIDES ‘qtserialport’ …”
>> 
>> There's a difference between recipe name and package name. My guess is that the actual package is called something like "qtserialport-plugins" or "libqt5serialport-plugin". Take a look in the tmp/deploy/rpm/ folder to see what >packages you have there, e.g.
>> with "find tmp/deploy/rpm/ -name '*qt*plugins*'. You don't want the version and arch info, so ignore the last part or the rpm filenames.
>> 
>> Cheers,
>> Erik
> 
> Thanks Erik and Trevor.
> 
> It seems then that the bottom line (after doing considerable additional searching) that fsl yocto dora does not actually support qtserialport.
> (Although, if you add package qtserialport-e you then get what appears to be a qt4 version of qt serialport being built)
> 
> I found (at this URL: http://lists.openembedded.org/pipermail/openembedded-core/2013-October/085140.html ) a changelog that indicates:
> 
> Changelog for meta-qt5:
>  ...
>  qtserialport: update to 5.1.1
> ...
> 
> Does that indicate that some version of yocto does support qtserialport (for Qt5.1.1), but that the fsl dora version does not?
> 
> 
> -- 
> Stephen Munnings 
> Sr. Design Engineer | 519.594.0976 
> www.nuvation.com
> 
> 
> -- 
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



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

* Error trying to get libQt5SerialPort build in yocto project
@ 2014-07-09  3:35 Alfonso Tamés
  0 siblings, 0 replies; 6+ messages in thread
From: Alfonso Tamés @ 2014-07-09  3:35 UTC (permalink / raw)
  To: meta-freescale


[-- Attachment #1.1: Type: text/plain, Size: 246 bytes --]

On 07/08/14 15:22, Stephen Munnings wrote:
> I cannot seem to get libQt5SerialPort.so to be built into the
> libraries on my Yocto build.
The same happens to Qt5Declarative. It gets compiled but never reaches the filesystem in the image.



[-- Attachment #1.2: Type: text/html, Size: 547 bytes --]

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2541 bytes --]

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

end of thread, other threads:[~2014-07-09 15:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-08 19:22 Error trying to get libQt5SerialPort build in yocto project Stephen Munnings
2014-07-08 20:30 ` Trevor Woerner
2014-07-09  6:35 ` Erik Botö
2014-07-09 14:15   ` Stephen Munnings
2014-07-09 15:05     ` Sébastien Taylor
2014-07-09  3:35 Alfonso Tamés

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.