blob: 1e3e678a1ccfe2b76af10defff3f0c48a29db81a [file] [log] [blame]
# Copyright 2020 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=6
DESCRIPTION="SOF topology file for Dedede board"
SRC_URI="gs://chromeos-localmirror/distfiles/${PN}-dedede-${PV}.tar.xz"
LICENSE="SOF"
SLOT="0"
KEYWORDS="*"
S=${WORKDIR}/${PN}-dedede-${PV}
src_install() {
insinto /lib/firmware/intel/sof-tplg
doins ./*.tplg
dodoc README
}