blob: ae0e4dc73ed7f22c8435585f7edc6a5d62a247f9 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit appid udev
DESCRIPTION="Mighty bsp (meta package to pull in driver/tool deps)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm"
DEPEND="!<chromeos-base/chromeos-bsp-mighty-private-0.0.2"
RDEPEND="${DEPEND}"
S=${WORKDIR}
src_install() {
doappid "{53EF63C4-236D-75A0-D9AE-A6BBB686AC98}" "CHROMEBOOK" # veyron-mighty
# Install Bluetooth ID override.
insinto "/etc/bluetooth"
doins "${FILESDIR}/main.conf"
}