sys-kernel/cachyos-kernel - 7.2.4 (xarblu-overlay)

Search

Notice: This package is in a virtual group: virtual/linux-sources
Equivalents: sys-kernel/asahi-sources, sys-kernel/gentoo-kernel, sys-kernel/gentoo-kernel-bin, sys-kernel/gentoo-sources, sys-kernel/git-sources, sys-kernel/linux-firmware, sys-kernel/linux-next, sys-kernel/mips-sources, sys-kernel/pf-sources, sys-kernel/raspberrypi-sources, sys-kernel/rt-sources, sys-kernel/vanilla-kernel, sys-kernel/vanilla-sources, sys-kernel/zen-sources

Install

Install this version:

emerge -a =sys-kernel/cachyos-kernel-7.2.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-kernel/cachyos-kernel-7.2.4

Or alternatively:

emerge --autounmask-write -a =sys-kernel/cachyos-kernel-7.2.4

Package Information

Ebuild Details

Version EAPI Keywords Slot
7.2.4 8
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# shellcheck shell=bash
# shellcheck disable=SC2034,SC2155

EAPI=8

# https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/
GENTOO_PATCHSET=linux-gentoo-patches-7.1.9
# https://github.com/gentoo/gentoo-kernel-config
GENTOO_CONFIG_VER=g19
# https://github.com/CachyOS/linux-cachyos
CACHY_CONFIG_COMMIT=d5f6751af51f13a0c955e5a0647181c7adb3806d
# https://github.com/CachyOS/kernel-patches
CACHY_PATCH_COMMIT=c3555d2ea83e22259652d5ad4b42036fd57b94f4
# bcachefs backports version
# https://github.com/koverstreet/bcachefs-tools
# https://github.com/xarblu/bcachefs-patches
BCACHEFS_VER=1.39.5
# cachyos tarball release
# https://github.com/CachyOS/linux
CACHY_TAR_REL=1

# available flavours
#CACHY_FLAVOURS="cachyos bmq bore deckify eevdf rt-bore server"
CACHY_FLAVOURS="cachyos bore deckify eevdf rt-bore server"

# patches
CACHY_PATCH_SPECS=(
	# flavours
	#bmq:sched/0001-prjc-cachy.patch
	bore:sched/0001-bore-cachy.patch
	deckify:misc/0001-acpi-call.patch
	deckify:misc/0001-handheld.patch
	deckify:sched/0001-bore-cachy.patch
	rt-bore:sched/0001-bore-cachy.patch
	rt-bore:misc/0001-rt-i915.patch
	# other scheds
	#muqss:sched/0001-muqss-cachy.patch
	# clang
	clang:misc/dkms-clang.patch
)

case "${PV}" in
	*_pre*|*_rc*) ;;
	*) KEYWORDS="~amd64" ;;
esac

inherit cachyos-kernel-build

Inherited Eclasses