blob: 93986ef83035a5bf213d071524ed2a6ebd51151e [file] [log] [blame] [edit]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit toolchain-funcs
DESCRIPTION="Daisy public bsp (meta package to pull in driver/tool dependencies)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="arm"
IUSE=""
PROVIDE="virtual/chromeos-bsp"
DEPEND=""
RDEPEND="
chromeos-base/serial-tty
media-libs/media-rules
media-libs/mfc-fw
sys-boot/exynos-pre-boot
x11-drivers/xf86-video-armsoc
"
src_install() {
# Install platform specific config file for power_manager
insinto "/usr/share/power_manager"
doins "${FILESDIR}/wakeup_input_device_names" || die "installation failed ($?)"
}