blob: 0092cbd2acfff7a904a03822bd7d1808ec420a84 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit appid udev
DESCRIPTION="Minnie bsp (meta package to pull in driver/tool deps)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm"
IUSE="minnie-cheets minnie-kernelnext"
RDEPEND=""
DEPEND=""
S=${WORKDIR}
src_install() {
if use minnie-cheets; then
doappid "{A3C55EA3-785B-B911-F08A-E4ADC386445F}" "CHROMEBOOK"
elif use minnie-kernelnext; then
doappid "{68A15D3C-6B92-11E9-BFDD-BB9EF949A6D7}" "CHROMEBOOK"
else
doappid "{432FF9F1-4D2E-7E74-6F98-32E56E904BFB}" "CHROMEBOOK" # veyron-minnie
fi
}