mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-08 00:32:25 +01:00
21 lines
514 B
Bash
21 lines
514 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
K_SECURITY_UNSUPPORTED="1"
|
|
K_DEBLOB_AVAILABLE="1"
|
|
ETYPE="sources"
|
|
CKV='3.8.99'
|
|
inherit kernel-2 git-r3
|
|
detect_version
|
|
|
|
DESCRIPTION="Linux kernel source for the ODROID-[UX]2 products"
|
|
HOMEPAGE="https://github.com/hardkernel/linux"
|
|
EGIT_REPO_URI="https://github.com/hardkernel/linux.git"
|
|
EGIT_BRANCH="odroid-3.8.y"
|
|
EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${KV_FULL}"
|
|
|
|
#unsupported
|
|
KEYWORDS=""
|
|
IUSE="deblob"
|