summaryrefslogtreecommitdiffstats
path: root/host-albatross (unfollow)
Commit message (Collapse)AuthorLines
2 dayshost-albatross: Add firmware blobs for MT7961KWolfgang Müller-0/+2
2024-04-14host-albatross: Build GCC with fortranWolfgang Müller-2/+0
This change was accidentally committed in d27f68b (kernel-5.4: Remove profile, 2024-03-23) but was meant to be only a temporary change.
2024-04-14host-albatross: Include MediaTek bluetooth firmwareWolfgang Müller-0/+1
We've started using the bluetooth stack on albatross, for which this is needed.
2024-03-23kernel-5.4: Remove profileWolfgang Müller-0/+2
None of our systems run this series anymore.
2024-03-23host-albatross: Enable lto USE flagWolfgang Müller-0/+1
This is needed alongside -flto in COMMON_FLAGS.
2024-03-23host-albatross: Remove UNINSTALL_IGNORE overridesWolfgang Müller-4/+0
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.
2024-02-24host-albatross: Use correct firmware for 7900XTXWolfgang Müller-1/+1
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
2024-01-08host-albatross: Enable ltoWolfgang Müller-1/+1
2023-12-16host-albatross: Add firmware for RDNA3 7900 XTXWolfgang Müller-13/+13
2023-09-28Remove 'cgroup' feature from make.confWolfgang Müller-1/+1
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.
2023-06-11host-albatross: Avoid removing merged-usr symlinksWolfgang Müller-0/+4
2022-11-08host-albatross: Use -march=native instead of -march=znver3Wolfgang Müller-1/+1
Using -march=native selects options specifically detected for the CPU, and not only a lowest-common base for the entire Zen 3 lineup.
2022-06-11host-albatross: Revert to upstream sorting in firmware savedconfigWolfgang Müller-11/+11
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.
2022-04-28host-albatross: Add profile for albatrossWolfgang Müller-0/+46
This is our new desktop system, replacing nabokov.