sys-kernel/zenergy - 9999 (flussence)

Search

Install

Install this version:

emerge -a =sys-kernel/zenergy-9999

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

autounmask =sys-kernel/zenergy-9999

Or alternatively:

emerge --autounmask-write -a =sys-kernel/zenergy-9999

Package Information

Description:
AMD Zen CPU RAPL power meter hwmon driver
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GITHUB_USER="fraz0815"

DESCRIPTION="AMD Zen CPU RAPL power meter hwmon driver"

LICENSE="GPL-2"
SLOT="0"

inherit github-pkg linux-mod-r1

CONFIG_CHECK="HWMON PCI AMD_NB"

src_compile() {
	local modlist=(zenergy)
	local modargs=(KDIR="${KV_OUT_DIR}")
	linux-mod-r1_src_compile
}

Inherited Eclasses