blob: 41c1557ccc78fcdf3327ce705aef64221b4e77d8 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
EAPI=7
DESCRIPTION="SOF topology file for Puff board"
SRC_URI="gs://chromeos-localmirror/distfiles/${PN}-puff-${PV}.tar.xz"
LICENSE="SOF"
SLOT="0"
KEYWORDS="*"
S=${WORKDIR}/${PN}-puff-${PV}
src_install() {
insinto /lib/firmware/intel/sof-tplg
doins ./*.tplg
dodoc README
}