Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Feb 2021 16:56:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 253120] graphics/drm-fbsd13-kmod installs unneeded modules
Message-ID:  <bug-253120-7141-mxYXiTmt2D@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253120-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253120-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253120

--- Comment #2 from jakub_lach@mailplus.pl ---
(In reply to Niclas Zeising from comment #1)

Hello,=20

I use MODULES_OVERRIDE=3D, nontheless, when I build kernel, radeonkms.ko,
amdgpu.ko and i915kms.ko are build together and installed under /boot/kerne=
l/.
I only need i915kms. (see below)

$ make installkernel

<...>

=3D=3D=3D> drm-fbsd13-kmod (install)
=3D=3D=3D> drm-fbsd13-kmod/linuxkpi (install)
install -T release -o root -g wheel -m 555   linuxkpi_gplv2.ko /boot/kernel/
=3D=3D=3D> drm-fbsd13-kmod/ttm (install)
install -T release -o root -g wheel -m 555   ttm.ko /boot/kernel/
=3D=3D=3D> drm-fbsd13-kmod/drm (install)
install -T release -o root -g wheel -m 555   drm.ko /boot/kernel/
=3D=3D=3D> drm-fbsd13-kmod/amd (install)
=3D=3D=3D> drm-fbsd13-kmod/amd/amdgpu (install)
install -T release -o root -g wheel -m 555   amdgpu.ko /boot/kernel/
=3D=3D=3D> drm-fbsd13-kmod/radeon (install)
install -T release -o root -g wheel -m 555   radeonkms.ko /boot/kernel/
=3D=3D=3D> drm-fbsd13-kmod/i915 (install)
install -T release -o root -g wheel -m 555   i915kms.ko /boot/kernel/
kldxref /boot/kernel
--------------------------------------------------------------
>>> Installing kernel STRIPPED completed on Mon Feb  1 17:54:51 CET 2021
--------------------------------------------------------------

The ones under /boot/modules are provided by ports
(drm-fbsd13-kmod-5.4.62.g20210122_3), as I understand.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253120-7141-mxYXiTmt2D>