blob: 91cc8f6913bb1eec405f41411905be1a271f0fc7 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit appid udev
DESCRIPTION="Mickey bsp (meta package to pull in driver/tool deps)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm"
IUSE="bluetooth"
DEPEND=""
RDEPEND=""
S=${WORKDIR}
src_install() {
doappid "{181B8BE1-07A0-4D54-87B7-0157A4322FF1}" "CHROMEBIT" # veyron-mickey
# Install Bluetooth ID override.
insinto "/etc/bluetooth"
doins "${FILESDIR}/main.conf"
}