blob: 67104e3e2482e1485f349ae6701e90876c187113 [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="f1684f7174aad3f4249416a3e9049899d05824ba"
CROS_WORKON_TREE="ac3121a6033f47e039119bb7d23ef2dca165285d"
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
}