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 <
[email protected]> wrote:
> I will take a look.
>
> We may had missed something during the 3.5.7 port
>
>
> Daiane
> ________________________________________
> From: [email protected] [
> [email protected]] on behalf of John Weber [
> [email protected]]
> Sent: Monday, July 29, 2013 10:24
> To: [email protected]
> 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: [email protected] [
> [email protected]] on behalf of John Weber [
> [email protected]]
> > Sent: Sunday, July 28, 2013 21:15
> > To: [email protected]
> > 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 <[email protected] <mailto:[email protected]
> >>
> >>
> >> Computing transaction...error: Can't install
> >> xf86-video-imxfb-vivante-3:3.__0.35+4.0.0-libvivante-dri-mx6
> >> r21.3@wandboard_quad: no package provides libvivante-dri-mx6
> >>
> >>
> >>
> >> _______________________________________________
> >> meta-freescale mailing list
> >> [email protected]
> >> https://lists.yoctoproject.org/listinfo/meta-freescale
> >>
> > _______________________________________________
> > meta-freescale mailing list
> > [email protected]
> > https://lists.yoctoproject.org/listinfo/meta-freescale
> >
> >
> _______________________________________________
> meta-freescale mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
> _______________________________________________
> meta-freescale mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-freescale
>
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale