gpo.zugaina.org

Search Portage & Overlays:

sys-kernel/cachyos-kernel-bin

Pre-built CachyOS Linux kernel (BORE, LTO, BBR3 and more)

Screenshots

  • cachyos-kernel-bin-6.19.10
    ~amd64
    +bore eevdf hardened rt-bore deckify server +lto gcc debug +initramfs test generic-uki modules-compress

    View      Download      Browse     License: GPL-2   

ChangeLog

commit c157c08353effe44ee140c8189f1212fe333cb57
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Thu Mar 26 17:09:53 2026 +0800

sys-kernel/cachyos-kernel-bin: update Manifest

Signed-off-by: Xiangzhe <xiangzhedev@gmail.com>

commit 0a08ebd186a9fa4d2ea28007a52f426ad01b1157
Author: Xiangzhe <xiangzhedev@gmail.com>
Date: Thu Mar 26 11:37:15 2026 +0800

sys-kernel/cachyos-kernel-bin: new package, pre-built CachyOS kernel

Add sys-kernel/cachyos-kernel-bin that downloads pre-built kernel binaries
from CachyOS mirrors (pacman .pkg.tar.zst format) and installs them as a
Gentoo dist-kernel.

Supported variants via USE flags:
- Schedulers: bore (default), eevdf, hardened, rt-bore, deckify, server
- Compiler: lto (default, Clang ThinLTO), gcc (GCC without LTO)
- Architecture: x86-64-v3 (from CachyOS v3 mirror)

The ebuild downloads the CachyOS source tarball for modules_prepare
(out-of-tree module support) and the prebuilt kernel+headers packages.

Includes AGENT.md with maintenance guide for version bumping and
syncing with cachyos-sources and CachyOS mirror availability.

Closes: https://github.com/Szowisz/CachyOS-kernels/issues/42