re-add kernel 5.13, mask 5.14

This commit is contained in:
Martin Sekera 2021-09-21 09:44:31 +02:00
parent a797d4d382
commit 97e8425444
50 changed files with 18028 additions and 28 deletions

View file

@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
ETYPE="sources"
inherit kernel-2
detect_version
detect_arch
KEYWORDS="~arm64"
HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"
DESCRIPTION="Full sources for the Linux ${KV_MAJOR}.${KV_MINOR} kernel tree."
SRC_URI="${KERNEL_URI}"
DECADE_PATCHES=( ${FILESDIR}/patches-${KV_MAJOR}.${KV_MINOR}/*.patch )
src_prepare() {
for P in ${DECADE_PATCHES[@]}; do
eapply "${P}"
done
kernel-2_src_prepare
}