All of lore.kernel.org
 help / color / mirror / Atom feed
* Building QT5 with Yocto
@ 2014-02-11  9:14 Yann PERON
  2014-02-11 12:44 ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Yann PERON @ 2014-02-11  9:14 UTC (permalink / raw)
  To: meta-freescale


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

Hello,



I'm trying to build QT5 to imx6 wandboard-dual machine with Yocto.



I followed all instructions to build QT5 using Yocto but I have a build
error
(http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard)
..

I execute the first tutorial normaly with core-image-minimal
http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard
using  dora branch





conf/local.conf Added  :



EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh"



IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++
libstdc++-dev libstdc++-staticdev \

tslib-conf tslib-tests tslib-calibrate openssh-sftp-server alsa-lib
alsa-tools alsa-state alsa-utils-alsaconf \

tslib evtest nano qtbase qtbase-fonts qtbase-plugins qtbase-examples
cinematicexperience gstreamer \

cairo pango fontconfig freetype pulseaudio dbus"



DISTRO_FEATURES_remove = "x11 wayland"



BBlayers.conf Added :

${BSPDIR}/sources/meta-qt5 \



Building instruction



During bitbake -v core-image-minimal



ERROR: Nothing PROVIDES 'virtual/libx11' (but
/opt/freescale/yocto/qt-dora/sources/poky/meta/recipes-support/consolekit/co
nsolekit_0.4.6.bb DEPENDS on or otherwise requires it)

ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: 'x11' not
in DISTRO_FEATURES

ERROR: libx11 PROVIDES virtual/libx11 but was skipped: 'x11' not in
DISTRO_FEATURES

ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: 'x11' not in
DISTRO_FEATURES

NOTE: Target 'virtual/libx11' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['virtual/libx11']

NOTE: Runtime target 'consolekit' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['consolekit',
'virtual/libx11']

NOTE: Target 'pulseaudio' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['pulseaudio', 'consolekit',
'virtual/libx11']

NOTE: Runtime target 'qtbase' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['qtbase', 'pulseaudio',
'consolekit', 'virtual/libx11']

NOTE: Target 'core-image-minimal' is unbuildable, removing...

Missing or unbuildable dependency chain was: ['core-image-minimal',
'qtbase', 'pulseaudio', 'consolekit', 'virtual/libx11']

ERROR: Required build target 'core-image-minimal' has no buildable
providers.

Missing or unbuildable dependency chain was: ['core-image-minimal',
'qtbase', 'pulseaudio', 'consolekit', 'virtual/libx11']



Do  you need any other information about my configuration?



What configuration is wrong ?



Thank you for your Help.



Best regards



Yann PERON

Software embedded engineer

Consultant Effideo



130, Rue de Tocqueville

75 017 Paris







---
Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce que la protection avast! Antivirus est active.
http://www.avast.com

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

[-- Attachment #2: image001.png --]
[-- Type: image/png, Size: 13456 bytes --]

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

* Re: Building QT5 with Yocto
  2014-02-11  9:14 Building QT5 with Yocto Yann PERON
@ 2014-02-11 12:44 ` Otavio Salvador
  2014-02-11 15:49   ` Joe Deschamp
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-02-11 12:44 UTC (permalink / raw)
  To: Yann PERON; +Cc: meta-freescale

Hello Yann,

On Tue, Feb 11, 2014 at 7:14 AM, Yann PERON <yann@effideo.com> wrote:
>...
> conf/local.conf Added  :
...
> DISTRO_FEATURES_remove = "x11 wayland"
...
> ERROR: Nothing PROVIDES 'virtual/libx11' (but /opt/freescale/yocto/qt-dora/sources/poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb DEPENDS on or otherwise requires it)
...
> Missing or unbuildable dependency chain was: ['pulseaudio', 'consolekit', 'virtual/libx11']

Pulseaudio is bringing x11 specific bits.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: Building QT5 with Yocto
  2014-02-11 12:44 ` Otavio Salvador
@ 2014-02-11 15:49   ` Joe Deschamp
  2014-02-12  9:13     ` Erik Botö
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Deschamp @ 2014-02-11 15:49 UTC (permalink / raw)
  To: meta-freescale

I ran into this issue as well.
I had to modify pulseaudio.inc to remove the dependencies on X11.
This is the first time I have had an issue with Pulseaudio / x11 so I am not
sure what has changed recently.

Joe



-----Original Message-----
From: meta-freescale-bounces@yoctoproject.org
[mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Otavio
Salvador
Sent: Tuesday, February 11, 2014 7:45 AM
To: Yann PERON
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] Building QT5 with Yocto

Hello Yann,

On Tue, Feb 11, 2014 at 7:14 AM, Yann PERON <yann@effideo.com> wrote:
>...
> conf/local.conf Added  :
...
> DISTRO_FEATURES_remove = "x11 wayland"
...
> ERROR: Nothing PROVIDES 'virtual/libx11' (but
/opt/freescale/yocto/qt-dora/sources/poky/meta/recipes-support/consolekit/co
nsolekit_0.4.6.bb DEPENDS on or otherwise requires it)
...
> Missing or unbuildable dependency chain was: ['pulseaudio', 'consolekit',
'virtual/libx11']

Pulseaudio is bringing x11 specific bits.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale



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

* Re: Building QT5 with Yocto
  2014-02-11 15:49   ` Joe Deschamp
@ 2014-02-12  9:13     ` Erik Botö
  2014-02-12 10:51       ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: Erik Botö @ 2014-02-12  9:13 UTC (permalink / raw)
  To: Joe Deschamp; +Cc: meta-freescale

Hi,

On Tue, Feb 11, 2014 at 4:49 PM, Joe Deschamp <joe@tresent.com> wrote:
> I ran into this issue as well.
> I had to modify pulseaudio.inc to remove the dependencies on X11.
> This is the first time I have had an issue with Pulseaudio / x11 so I am not
> sure what has changed recently.
>
> Joe

It's fixed in master but it's currently still broken in dora:

This is the fix:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-multimedia/pulseaudio/pulseaudio.inc?id=e230b4498790a3dfdc36ea5761807459fc96368e

This is what broke it:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-multimedia/pulseaudio/pulseaudio.inc?id=77c4f158c6dbc8a373d2064552224f5dfe1a7bd2

Cheers,
Erik
>
>
>
> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org
> [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Otavio
> Salvador
> Sent: Tuesday, February 11, 2014 7:45 AM
> To: Yann PERON
> Cc: meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] Building QT5 with Yocto
>
> Hello Yann,
>
> On Tue, Feb 11, 2014 at 7:14 AM, Yann PERON <yann@effideo.com> wrote:
>>...
>> conf/local.conf Added  :
> ...
>> DISTRO_FEATURES_remove = "x11 wayland"
> ...
>> ERROR: Nothing PROVIDES 'virtual/libx11' (but
> /opt/freescale/yocto/qt-dora/sources/poky/meta/recipes-support/consolekit/co
> nsolekit_0.4.6.bb DEPENDS on or otherwise requires it)
> ...
>> Missing or unbuildable dependency chain was: ['pulseaudio', 'consolekit',
> 'virtual/libx11']
>
> Pulseaudio is bringing x11 specific bits.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
=============================================
Erik Botö
Senior Software Engineer
Pelagicore AB
Ekelundsgatan 4, 6tr, SE-411 18 Gothenburg, Sweden
Mobile: +46 (0)76 881 72 03
E-Mail: erik.boto@pelagicore.com
=============================================


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

* Re: Building QT5 with Yocto
  2014-02-12  9:13     ` Erik Botö
@ 2014-02-12 10:51       ` Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2014-02-12 10:51 UTC (permalink / raw)
  To: Erik Botö; +Cc: meta-freescale

Hello,

On Wed, Feb 12, 2014 at 7:13 AM, Erik Botö <erik.boto@pelagicore.com> wrote:
> On Tue, Feb 11, 2014 at 4:49 PM, Joe Deschamp <joe@tresent.com> wrote:
>> I ran into this issue as well.
>> I had to modify pulseaudio.inc to remove the dependencies on X11.
>> This is the first time I have had an issue with Pulseaudio / x11 so I am not
>> sure what has changed recently.
>>
>> Joe
>
> It's fixed in master but it's currently still broken in dora:
>
> This is the fix:
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-multimedia/pulseaudio/pulseaudio.inc?id=e230b4498790a3dfdc36ea5761807459fc96368e
>
> This is what broke it:
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-multimedia/pulseaudio/pulseaudio.inc?id=77c4f158c6dbc8a373d2064552224f5dfe1a7bd2

Thank you Erik; I sent an e-mail to OE-Core asking for this to be fixed in Dora.

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2014-02-12 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11  9:14 Building QT5 with Yocto Yann PERON
2014-02-11 12:44 ` Otavio Salvador
2014-02-11 15:49   ` Joe Deschamp
2014-02-12  9:13     ` Erik Botö
2014-02-12 10:51       ` Otavio Salvador

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.