blob: bdc6570c88ab0017ad9d530faae57fad927a991a [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit appid
DESCRIPTION="Stout public bsp (meta package to pull in driver/tool dependencies)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
RDEPEND="chromeos-base/trackpoint-xorg-conf"
S=${WORKDIR}
src_install() {
doappid "{6988C65F-7119-4DF2-8064-2E286F4748D4}" "CHROMEBOOK"
dosbin "${FILESDIR}/board_factory_wipe.sh"
insinto "/etc/init"
doins "${FILESDIR}/rf-led-handler.conf"
doins "${FILESDIR}/set-battery-first-use-date.conf"
}