blob: 8e965899b4322a99ece7931da4a0fd2e1c4f33d6 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="f2a0e8b9bba90cf09b1d0baf5b00a164c4729d48"
CROS_WORKON_TREE="38e2567b3ae9c280040963ec7bd4f6a0f01b818f"
CROS_WORKON_PROJECT="chromiumos/third_party/marvell"
inherit eutils cros-workon
DESCRIPTION="Marvell SD8787 firmware image"
HOMEPAGE="http://www.marvell.com/"
LICENSE="Marvell-sd8787"
SLOT="0"
KEYWORDS="*"
IUSE="pcie"
RESTRICT="binchecks strip test"
DEPEND=""
RDEPEND=""
CROS_WORKON_LOCALNAME="marvell"
src_install() {
insinto /lib/firmware/mrvl
if use pcie; then
doins pcie8*.bin
else
doins sd8*.bin
fi
}