blob: 1a764a3c66f046502ae05c5728d1276f95e65a4d [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=6
DESCRIPTION="Jasper Lake SOF firmware binary"
SRC_URI="gs://chromeos-localmirror/distfiles/${P}-jsl.tar.xz"
LICENSE="SOF"
SLOT="0"
KEYWORDS="*"
S=${WORKDIR}/${P}-jsl
src_install() {
insinto /lib/firmware/intel/sof/community
doins sof-jsl.ri
dodoc README
}