| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
| |
This change was accidentally committed in d27f68b (kernel-5.4: Remove
profile, 2024-03-23) but was meant to be only a temporary change.
|
|
|
|
|
| |
We've started using the bluetooth stack on albatross, for which this is
needed.
|
|
|
|
| |
None of our systems run this series anymore.
|
|
|
|
| |
This is needed alongside -flto in COMMON_FLAGS.
|
|
|
|
|
|
|
|
| |
These were added in fefa5f2 (host-albatross: Avoid removing merged-usr
symlinks, 2023-06-11) along with the migration of albatross to the
merged-usr layout. Back then, no merged-usr profile was available to us,
but with the addition of a hardened/systemd layout, this has now changed
and therefore these lines can be safely removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Gentoo Wiki [1] seems to be wrong about which firmware blobs are
needed for an up-to-date installation of linux-firmware, leading to
the following error and, subsequently, a crash at bootup:
kernel: amdgpu 0000:0d:00.0: Direct firmware load for amdgpu/gc_11_0_0_mes_2.bin failed with error -2
kernel: [drm] try to fall back to amdgpu/gc_11_0_0_mes.bin
Replacing amdgpu/gc_11_0_0_mes.bin with amdgpu/gc_11_0_0_mes_2.bin or at
least making the latter available makes it work again.
[1] https://wiki.gentoo.org/wiki/AMDGPU#Firmware
|
| |
|
| |
|
|
|
|
|
|
|
| |
portage has removed the 'cgroup' feature as it was based on cgroups v1.
Instead, the 'pid-sandbox' feature (which is enabled by default) is used
to isolate the process space and enable cleanly killing all processes
spawned by an ebuild.
|
| |
|
|
|
|
|
| |
Using -march=native selects options specifically detected for the CPU,
and not only a lowest-common base for the entire Zen 3 lineup.
|
|
|
|
|
|
|
| |
sys-kernel/linux-firmware overwrites the savedconfig file every time it
is installed. Since the sorting order there is different, the file
changes every time linux-firmware is installed. Revert to upstream
sorting so we don't have to deal with non-functional changes in there.
|
|
This is our new desktop system, replacing nabokov.
|