blob: 1f9198695cab60da072e58dbbd8853d5a07a2361 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="kbl tuning DSM DSP firmware and library models"
SRC_URI="gs://chromeos-localmirror/distfiles/${PF}.tbz2"
LICENSE="LICENCE.adsp_sst" #FIXME: Need DSM license
SLOT="0"
KEYWORDS="-* x86 amd64"
S=${WORKDIR}
src_install() {
insinto /lib
doins -r lib/*
}