[meta-freescale] Problem building core-image-x11

Toby Flynn campingandskiing at gmail.com
Mon Jul 29 06:42:56 PDT 2013


I have a fix that builds a image, but is not tested on hardware so I cannot
submit a tested patch.  The line FILES_libvivante-dri-mx6 =
"${libdir}/dri/vivante_dri.so" fails because the
file ${libdir}/dri/vivante_dri.so is not present.
I added 2 lines to do_install to copy vivante_dri.so to /usr/lib/dri so
that the final first few lines would be:
install -d ${D}${libdir}
    install -d ${D}${libdir}/dri
    install -d ${D}${includedir}

    cp -a ${S}/usr/lib/*.so* ${D}${libdir}
    cp -a ${S}/usr/lib/dri/*.so* ${D}${libdir}/dri
    cp -axr ${S}/usr/include/* ${D}${includedir}
    cp -axr ${S}/opt ${D}
I am not sure if it is correct to fix this or remove the dependency
Toby


On Mon, Jul 29, 2013 at 9:31 AM, Angolini Daiane-B19406 <
B19406 at freescale.com> wrote:

> I will take a look.
>
> We may had missed something during the 3.5.7 port
>
>
> Daiane
> ________________________________________
> From: meta-freescale-bounces at yoctoproject.org [
> meta-freescale-bounces at yoctoproject.org] on behalf of John Weber [
> rjohnweber at gmail.com]
> Sent: Monday, July 29, 2013 10:24
> To: meta-freescale at yoctoproject.org
> Subject: Re: [meta-freescale] Problem building core-image-x11
>
> Daiane - it is this one:
>
> xf86-video-imxfb-vivante
>
> It is required for both core-image-x11 and fsl-image-gui
>
> John
>
> On 7/29/13 8:20 AM, Angolini Daiane-B19406 wrote:
> > As I remember, new vivante package does not have an "external" dri
> package. It was "included" into the vivante package.
> >
> > So, the -dri package is not needed any more, as the DRI source code is
> inside vivante package.
> >
> > Do you know which package requires libvivante-dri-mx6?
> >
> > Daiane
> > ________________________________________
> > From: meta-freescale-bounces at yoctoproject.org [
> meta-freescale-bounces at yoctoproject.org] on behalf of John Weber [
> rjohnweber at gmail.com]
> > Sent: Sunday, July 28, 2013 21:15
> > To: meta-freescale at yoctoproject.org
> > Subject: Re: [meta-freescale] Problem building core-image-x11
> >
> > I had the same problem with master-next, which provides 3.5.7 hardfloat.
>  I
> > don't think this is a hardfloat problem, but it probably has something
> to do
> > with some recent commits - perhaps even to poky or oe-core.
> >
> > On 7/28/13 4:03 PM, Dmitriy B. wrote:
> >> I can confirm this, had same issue yesterday. We should probably wait
> for 3.5.7
> >> hardfloat layer to arrive with new vivante packages.
> >>
> >> 2013/7/29 John Weber <rjohnweber at gmail.com <mailto:rjohnweber at gmail.com
> >>
> >>
> >>           Computing transaction...error: Can't install
> >>      xf86-video-imxfb-vivante-3:3.__0.35+4.0.0-libvivante-dri-mx6
> >>           r21.3 at wandboard_quad: no package provides libvivante-dri-mx6
> >>
> >>
> >>
> >> _______________________________________________
> >> meta-freescale mailing list
> >> meta-freescale at yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-freescale
> >>
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freescale at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-freescale
> >
> >
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20130729/22b1aad0/attachment.html>


More information about the meta-freescale mailing list