blob: 69c10cac7feef3d5187a726cb1834087da932611 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="b5d3741d042bde7941284303712c3790ab4e489d"
CROS_WORKON_TREE="dc9c83c5f2acc181807ca0047d9f223acc906ddd"
CROS_WORKON_PROJECT="chromiumos/third_party/marvell"
inherit eutils cros-workon
DESCRIPTION="Firmware for Marvell Brillo overlay - acorn"
HOMEPAGE="http://src.chromium.org"
LICENSE="Marvell-sd8787"
SLOT="0"
KEYWORDS="*"
RESTRICT="binchecks strip test"
DEPEND=""
RDEPEND=""
CROS_WORKON_LOCALNAME="third_party/marvell"
src_install() {
insinto /lib/firmware/mrvl
doins pcie8*.bin
}