Update Linux base to 6.1.1. Switch from KERNEL_VERSION variable to package name variable. Remove temporary WORKDIR variable.

This commit is contained in:
inference 2022-12-30 12:39:03 +00:00
parent bacd23624e
commit 4fd9d1be61

View File

@ -0,0 +1,17 @@
# Copyright 1999-2022 Gentoo Authors, 2022 Inference
# SPDX-License-Identifier: GPL-2.0-only
EAPI="8"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_SECURITY_UNSUPPORTED="1"
ETYPE="sources"
inherit kernel-2
detect_version
DESCRIPTION="Inferencium Kernel source code."
HOMEPAGE="https://git.inferencium.net/Inferencium/inf-kernel/"
SRC_URI="https://git.inferencium.net/Inferencium/inf-kernel/archive/${P}.tar.gz"
S="${WORKDIR}"
KEYWORDS="~amd64 ~arm64"