mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
chromeos-sources: drop, unused and unmaintained
This commit is contained in:
parent
6008f1340e
commit
cf637ff141
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
K_DEBLOB_AVAILABLE="1"
|
||||
ETYPE="sources"
|
||||
CKV='3.4.0'
|
||||
#ETYPE="sources"
|
||||
#CKV="${PV/99/}"
|
||||
|
||||
inherit kernel-2 git-r3
|
||||
detect_version
|
||||
|
||||
DESCRIPTION="Linux kernel source for the Samsung Chromebook"
|
||||
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.4"
|
||||
EGIT_REPO_URI="https://chromium.googlesource.com/chromiumos/third_party/kernel"
|
||||
EGIT_BRANCH="chromeos-3.4"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${KV_FULL}"
|
||||
|
||||
#unsupported
|
||||
IUSE="deblob"
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "if you want to get the default kernel config just run:"
|
||||
einfo "./chromeos/scripts/prepareconfig chromeos-exynos5"
|
||||
}
|
||||
Loading…
Reference in a new issue