23 lines
686 B
Bash
23 lines
686 B
Bash
EAPI="6"
|
|
K_NOUSENAME="yes"
|
|
K_NOSETEXTRAVERSION="yes"
|
|
K_SECURITY_UNSUPPORTED="1"
|
|
K_PREDEBLOBBED="1"
|
|
ETYPE="sources"
|
|
inherit kernel-2
|
|
detect_version
|
|
|
|
DESCRIPTION="Full sources for the Linux kernel"
|
|
HOMEPAGE="https://www.kernel.org"
|
|
LIBRE_URI="http://linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-gnu/linux-libre-${PV}-gnu.tar.xz -> linux-5.10.tar.xz"
|
|
#PATCH_URI="http://linux-libre.fsfla.org/pub/linux-libre/releases/${PV}-gnu/patch-5.10-gnu-${PV}-gnu.xz -> patch-${PV}.xz"
|
|
SRC_URI="${LIBRE_URI}"
|
|
RESTRICT="mirror"
|
|
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
|
UNIPATCH_LIST_DEFAULT=""
|
|
|
|
src_unpack() {
|
|
debug-print-kernel2-variables
|
|
default
|
|
}
|