blob: 97902c003b68ccbf08674e5d9e0cba6eb5bd1b36 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="2acfedb5f0e9569b8ae1382bf4e65eb3aa5ec977"
CROS_WORKON_TREE="71470bdf1fb362634ed67548b23f3594bfcb3ace"
EAPI="2"
CROS_WORKON_PROJECT="chromiumos/third_party/marvell"
inherit eutils cros-workon
DESCRIPTION="Marvell SD8787 firmware image"
HOMEPAGE="http://www.marvell.com/"
LICENSE="Marvell International Ltd."
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RESTRICT="binchecks strip test"
DEPEND=""
RDEPEND=""
CROS_WORKON_LOCALNAME="marvell"
src_install() {
dodir /lib/firmware/mrvl || die
cp -a "${S}"/sd87* "${D}"/lib/firmware/mrvl/ || die
}