blob: 062cfa86b75f0bc455583fcce2cceb95d5012730 [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=5
DESCRIPTION="SOF topology file for Hatch board"
SRC_URI="gs://chromeos-localmirror/distfiles/${P}-hatch.tar.xz"
LICENSE="SOF"
SLOT="0"
KEYWORDS="*"
S=${WORKDIR}/${P}-hatch
src_install() {
insinto /lib/firmware/intel/sof-tplg
doins ./*.tplg
dodoc README
}