blob: 6e72c6233317d8161d606b4c1ffd5629d9c3b7d8 [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
DESCRIPTION="GO2001 codec firmware"
HOMEPAGE="http://www.chromium.org/"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/${P}.tar.bz2"
LICENSE="Google-TOS"
SLOT="0"
KEYWORDS="-* amd64"
IUSE=""
S="${WORKDIR}"
src_install() {
insinto /lib/firmware
doins go2001-boot.fw
doins go2001.fw
}