blob: 38258ba52f24f2b2a9460a033770643a026dd5e8 [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
inherit appid cros-audio-configs
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm64 arm"
IUSE=""
S="${WORKDIR}"
# Add dependencies on other ebuilds from within this board overlay
# TODO(b:78303233): We temporarily add net-libs/libqrtr as an explicit
# dependency for initial bring-up, which should later be removed.
RDEPEND="
chromeos-base/chromeos-bsp-baseboard-cheza
net-libs/libqrtr
"
DEPEND="${RDEPEND}"
src_install() {
doappid "{752826D9-391D-44BE-A5DD-D783F58A6577}" "REFERENCE"
# TODO: Install audio config files
}