blob: 0e7c78507086f9af04c391f5153d62ac37ba7d10 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit appid
DESCRIPTION="Winky bsp (meta package to pull in driver/tool deps)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="-pcserial"
S="${WORKDIR}"
RDEPEND="
chromeos-base/ec-utils
pcserial? ( chromeos-base/serial-tty )
sys-kernel/linux-firmware
"
DEPEND="${RDEPEND}"
src_install() {
doappid "{4B8B5979-526A-48D6-B6EB-D72680471AAD}"
}