Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688316 - sys-kernel/linux-firmware installs into /lib64/firmware instead of /lib/firmware
Summary: sys-kernel/linux-firmware installs into /lib64/firmware instead of /lib/firmware
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: no-symlink-lib
  Show dependency tree
 
Reported: 2019-06-18 19:32 UTC by Myk Taylor
Modified: 2019-08-03 10:56 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myk Taylor 2019-06-18 19:32:02 UTC
The directory that sys-kernel/linux-firmware installs into has changed from /lib64/firmware to /lib/firmware. We should add a note to the documentation to warn users that use external firmware to build their kernels to change

CONFIG_EXTRA_FIRMWARE_DIR="/lib64/firmware"
  to
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"

in their kernel configs
Comment 1 Brian Evans (RETIRED) gentoo-dev 2019-06-18 19:34:20 UTC
(In reply to Myk Taylor from comment #0)
> The directory that sys-kernel/linux-firmware installs into has changed from
> /lib64/firmware to /lib/firmware. We should add a note to the documentation
> to warn users that use external firmware to build their kernels to change
> 
> CONFIG_EXTRA_FIRMWARE_DIR="/lib64/firmware"
>   to
> CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
> 
> in their kernel configs

Show me the documentation where that exists and I will fix it.  All users should have always used /lib/firmware even when it was a symlink.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-06-19 07:09:08 UTC
I cannot find any reference to CONFIG_EXTRA_FIRMWARE_DIR (or EXTRA_FIRMWARE_DIR) in the portage tree. On the wiki, only https://wiki.gentoo.org/wiki/Intel_microcode mentions it.
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2019-08-03 10:56:33 UTC
Please answer comment #1, bug seems to be invalid.