Date: Sat, 06 Jan 2024 18:24:51 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 276151] gpu-firmware-intel-kmod fails to update revision number Message-ID: <bug-276151-7141-8Cbz3MK8e3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276151-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-276151-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=3D276151 --- Comment #4 from Emmanuel Vadot <manu@freebsd.org> --- It's not an option, flavor needs to be specified with FLAVOR=3D on the make command. To install all flavors (even if in reality you don't need this and only need the correct firmware for your hardware) do : # for flavor in $(make -V FLAVORS); do make FLAVOR=3D${flavor} install clean done --=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-276151-7141-8Cbz3MK8e3>