blob: d5f7f71ee519a290494ad94cabca962fe019aaad [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit appid cros-unibuild
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE="hatch-diskswap hatch-kvm palkia hatch-kernelnext"
S="${WORKDIR}"
# Add dependencies on other ebuilds from within this board overlay
RDEPEND="
chromeos-base/sof-binary
chromeos-base/sof-topology
"
DEPEND="
${RDEPEND}
chromeos-base/chromeos-config
"
src_install() {
doappid "{107171EC-2166-414E-9F54-56515C0BE944}" "CHROMEBOOK"
unibuild_install_audio_files
unibuild_install_autobrightness_files
}