1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

sys-firmware/sof-firmware: bump to 1.8

This commit is contained in:
2021-06-28 20:51:21 +02:00
parent ad6b5bf884
commit 742aa530ed
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Sound Open Firmware (SOF) binary files"
HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin"
SRC_URI="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S="${WORKDIR}/sof-bin-${PV}/v${PV}.x"
src_install() {
mkdir -p ${D}/lib/firmware/intel || die
cp -rf sof-v${PV} ${D}/lib/firmware/intel/sof || die
cp -rf sof-tplg-v${PV} ${D}/lib/firmware/intel/sof-tplg || die
}