* Warnings building Dora for imx53qsb
@ 2013-12-26 11:00 Javier Viguera
2013-12-26 12:01 ` Daiane.Angolini
0 siblings, 1 reply; 5+ messages in thread
From: Javier Viguera @ 2013-12-26 11:00 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
Hi all,
Building Dora for a 'imx53qsb' machine throws a couple of warnings that
i didn't see before (building with Dylan):
---- amd-gpu + mesa conflict ----
WARNING: The recipe amd-gpu-x11-bin-mx51 is trying to install files into
a shared area when those files already exist. Those files and their
manifest location are:
/.../imx53qsb/tmp/sysroots/imx53qsb/pkgdata/runtime-reverse/libopenvg-dev
Matched in manifest-imx53qsb-mesa.packagedata
Please verify which package should provide the above files.
---- imx video driver -----
WARNING: QA Issue: Package xf86-video-imxfb contains Xorg driver
(imx_drv.so) but no xorg-abi- dependencies
Not sure if they are dangerous or not, because there are new to me.
Easy to reproduce: just create a project with poky + meta-fsl-arm (in
Dora branches), configure machine to 'imx53qsb' and build 'core-image-sato'
Can they be ignored or are they important enough?
-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Warnings building Dora for imx53qsb
2013-12-26 11:00 Warnings building Dora for imx53qsb Javier Viguera
@ 2013-12-26 12:01 ` Daiane.Angolini
2013-12-26 12:24 ` Javier Viguera
0 siblings, 1 reply; 5+ messages in thread
From: Daiane.Angolini @ 2013-12-26 12:01 UTC (permalink / raw)
To: Javier Viguera, meta-freescale@yoctoproject.org
> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of Javier Viguera
> Sent: Thursday, December 26, 2013 9:01 AM
> To: meta-freescale@yoctoproject.org
> Subject: [meta-freescale] Warnings building Dora for imx53qsb
>
> Hi all,
>
> Building Dora for a 'imx53qsb' machine throws a couple of warnings that i
> didn't see before (building with Dylan):
>
>
>
> ---- amd-gpu + mesa conflict ----
> WARNING: The recipe amd-gpu-x11-bin-mx51 is trying to install files into
> a shared area when those files already exist. Those files and their
> manifest location are:
>
> /.../imx53qsb/tmp/sysroots/imx53qsb/pkgdata/runtime-reverse/libopenvg-dev
> Matched in manifest-imx53qsb-mesa.packagedata
> Please verify which package should provide the above files.
>
>
> ---- imx video driver -----
> WARNING: QA Issue: Package xf86-video-imxfb contains Xorg driver
> (imx_drv.so) but no xorg-abi- dependencies
>
>
>
>
> Not sure if they are dangerous or not, because there are new to me.
>
> Easy to reproduce: just create a project with poky + meta-fsl-arm (in
> Dora branches), configure machine to 'imx53qsb' and build 'core-image-sato'
>
> Can they be ignored or are they important enough?
I would say they are not dangerous. Have you tested the final image?
Daiane
>
> -
> Javier Viguera
> Software Engineer
> Digi International(r) Spain S.A.U.
> _______________________________________________
> 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: Warnings building Dora for imx53qsb
2013-12-26 12:01 ` Daiane.Angolini
@ 2013-12-26 12:24 ` Javier Viguera
2013-12-26 15:59 ` Daiane Angolini
2013-12-30 5:21 ` Otavio Salvador
0 siblings, 2 replies; 5+ messages in thread
From: Javier Viguera @ 2013-12-26 12:24 UTC (permalink / raw)
To: Daiane.Angolini@freescale.com, meta-freescale@yoctoproject.org
Hi Daiane,
On 26/12/13 13:01, Daiane.Angolini@freescale.com wrote:
>
> I would say they are not dangerous. Have you tested the final image?
>
> Daiane
Yes I have.
Not in an imx53qsb board as i don't have one around here, but booting
the generated rootfs image in a different mx53-based board works.
So yeah, apparently they are only warnings.
Anyway if anyone knows what those warnings mean, I would love to hear
about it.
-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Warnings building Dora for imx53qsb
2013-12-26 12:24 ` Javier Viguera
@ 2013-12-26 15:59 ` Daiane Angolini
2013-12-30 5:21 ` Otavio Salvador
1 sibling, 0 replies; 5+ messages in thread
From: Daiane Angolini @ 2013-12-26 15:59 UTC (permalink / raw)
To: Javier Viguera; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 26, 2013 at 10:24 AM, Javier Viguera
<javier.viguera@digi.com> wrote:
> Hi Daiane,
>
>
> On 26/12/13 13:01, Daiane.Angolini@freescale.com wrote:
>>
>>
>> I would say they are not dangerous. Have you tested the final image?
>>
>> Daiane
>
>
> Yes I have.
>
> Not in an imx53qsb board as i don't have one around here, but booting the
> generated rootfs image in a different mx53-based board works.
>
> So yeah, apparently they are only warnings.
I will let a mental note on this during my tests. So far, I have
anything to add on this topic :(
Daiane
>
> Anyway if anyone knows what those warnings mean, I would love to hear about
> it.
>
>
> -
> Javier Viguera
> Software Engineer
> Digi International® Spain S.A.U.
>
> _______________________________________________
> 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: Warnings building Dora for imx53qsb
2013-12-26 12:24 ` Javier Viguera
2013-12-26 15:59 ` Daiane Angolini
@ 2013-12-30 5:21 ` Otavio Salvador
1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2013-12-30 5:21 UTC (permalink / raw)
To: Javier Viguera; +Cc: meta-freescale@yoctoproject.org
Hello,
On Thu, Dec 26, 2013 at 10:24 AM, Javier Viguera
<javier.viguera@digi.com> wrote:
> On 26/12/13 13:01, Daiane.Angolini@freescale.com wrote:
>> I would say they are not dangerous. Have you tested the final image?
>
> Yes I have.
>
> Not in an imx53qsb board as i don't have one around here, but booting the
> generated rootfs image in a different mx53-based board works.
>
> So yeah, apparently they are only warnings.
>
> Anyway if anyone knows what those warnings mean, I would love to hear about
> it.
This is to warn same files are being installed by different packages;
even if it is working for you it may cause very hard to debug bugs.
Imagine following case:
A depends on mesa
You build A
B depends on virtual/libgles2
You build B
Now if you installs A and B you may have runtime error as A would have
used mesa headers of openvc instead of AMD ones.
Please report a bug in bugzilla so we can have a look at this issue.
Regarding the abi information this is a healthy information and
important for upgrade path guarantee; it won't break runtime work if
you don't do upgrade using smart, opkg or apt at board.
Please report a bug in bugzilla for this too, so we don't forget and
fix it properly.
--
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:[~2013-12-30 5:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-26 11:00 Warnings building Dora for imx53qsb Javier Viguera
2013-12-26 12:01 ` Daiane.Angolini
2013-12-26 12:24 ` Javier Viguera
2013-12-26 15:59 ` Daiane Angolini
2013-12-30 5:21 ` 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.