blob: 60b33c4f5a85b0820a37d6ef2c708649dd92d147 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm64 arm"
S="${WORKDIR}"
RDEPEND="
"
DEPEND="${RDEPEND}"
src_install() {
# Override default CPU clock speed governor.
insinto "/etc"
doins "${FILESDIR}/cpufreq.conf"
# TODO: may need some tweaks to cpusets for big.LITTLE like
# baseboard-gru had.
}