Diff gentoo-kernel-6.1.55 with a gentoo-kernel-6.5.5
/usr/portage/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.5.ebuild 2023-10-09 14:52:35.532368502 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
KERNEL_IUSE_MODULES_SIGN=1 |
|
6 | 7 |
inherit kernel-build toolchain-funcs |
7 | 8 | |
8 | 9 |
MY_P=linux-${PV%.*} |
9 |
GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 7 )) |
|
10 |
GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 )) |
|
10 | 11 |
# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 |
11 | 12 |
# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo |
12 |
CONFIG_VER=6.1.7-gentoo |
|
13 |
CONFIG_VER=6.5.4-gentoo |
|
13 | 14 |
GENTOO_CONFIG_VER=g9 |
14 | 15 | |
15 | 16 |
DESCRIPTION="Linux kernel built with Gentoo patches" |
... | ... | |
43 | 44 |
S=${WORKDIR}/${MY_P} |
44 | 45 | |
45 | 46 |
LICENSE="GPL-2" |
46 |
KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" |
|
47 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
47 | 48 |
IUSE="debug hardened" |
48 | 49 |
REQUIRED_USE=" |
49 | 50 |
arm? ( savedconfig ) |
... | ... | |
142 | 143 |
merge_configs+=( "${dist_conf_path}/big-endian.config" ) |
143 | 144 |
fi |
144 | 145 | |
146 |
use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) |
|
147 | ||
145 | 148 |
kernel-build_merge_configs "${merge_configs[@]}" |
146 | 149 |
} |