Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] imx-drm not getting installed
Date: Thu, 10 Oct 2019 19:01:16 +0200	[thread overview]
Message-ID: <20191010190116.163c4a44@gmx.net> (raw)
In-Reply-To: <CAKHhJn3iFOTsB8HW2Mi6vVCYH94+o_2YHqoBJN5JpAaoe1QVog@mail.gmail.com>

Hello Johan,

On Thu, 10 Oct 2019 15:05:18 +0200, Johan Derycke <johanderycke@gmail.com> wrote:

> Hi,
>
> While testing this (it works :-)) I discovered that those .so files are all
> identical files.

Funny (but true):

	$ ls -l target/usr/lib/dri/
total 108148
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 armada-drm_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 etnaviv_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 exynos_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 hx8357d_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 ili9225_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 ili9341_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 imx-drm_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 kms_swrast_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 meson_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 mi0283qt_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 mxsfb-drm_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 pl111_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 repaper_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 rockchip_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 st7586_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 st7735r_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 stm_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 sun4i-drm_dri.so
-rwxr-xr-x 19 seiderer users 5827712 Oct  8 22:48 swrast_dri.so


	$ md5sum target/usr/lib/dri/*
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/armada-drm_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/etnaviv_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/exynos_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/hx8357d_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/ili9225_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/ili9341_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/imx-drm_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/kms_swrast_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/meson_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/mi0283qt_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/mxsfb-drm_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/pl111_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/repaper_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/rockchip_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/st7586_dri.so
5b80a22b0dc635fc311aa6e0a9964d32  target/usr/lib/dri/st7735r_dri.so


> Shouldn't this be all symlinks? My rootfs image actually got to big to fit
> my embedded device ...

More a question for the mesa3d developer group?

Or in case this is intentional something for an customized install step...

Regards,
Peter

>
> Best regards,
>
>
>
>
> Op di 8 okt. 2019 om 21:54 schreef Fabio Estevam <festevam@gmail.com>:
>
> > Hi Peter,
> >
> > On Tue, Oct 8, 2019 at 4:39 PM Peter Seiderer <ps.report@gmx.net> wrote:
> >
> > > Enabling 'BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y' enables the
> > > missing drivers...
> >
> > Excellent, thanks!
> >
> > Should BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_KMSRO=y be automatically
> > selected when a gallium driver is selected?
> >
> > Otherwise we will need to patch the existing defconfig files to avoid
> > a regression.
> >
> > Thanks
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> >

  reply	other threads:[~2019-10-10 17:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 13:31 [Buildroot] imx-drm not getting installed Fabio Estevam
2019-10-08 19:39 ` Peter Seiderer
2019-10-08 19:53   ` Fabio Estevam
2019-10-10 13:05     ` Johan Derycke
2019-10-10 17:01       ` Peter Seiderer [this message]
2019-10-10 18:53         ` Peter Seiderer
2019-10-11  8:22           ` Johan Derycke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191010190116.163c4a44@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox