blob: 3ed981d872415d97f7151d8a7e72e187ce0cdbc9 [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
RDEPEND="
chromeos-base/chromeos-bsp-baseboard-cheza
"
DEPEND="${RDEPEND}"
src_install() {
# TODO: is this just generated with "uuidgen" ?
doappid "{8A68F44A-29F1-42AB-A539-3D5C3400E7B8}" "REFERENCE"
# TODO: Install audio config files
}