blob: 1cf351a11c6d3351a55a6a6f7da3c1aa16e086d8 [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 udev
DESCRIPTION="Fievel bsp (meta package to pull in driver/tool deps)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm"
RDEPEND=""
DEPEND=""
S=${WORKDIR}
src_install() {
doappid "{8DE953B3-4BBC-455D-9626-62A55CC9727C}" "CHROMEBOX" # veyron-fievel
# Install Bluetooth ID override.
insinto "/etc/bluetooth/"
doins "${FILESDIR}/main.conf"
}