import alsa-sof-firmware-1.6.1-1.el8

This commit is contained in:
CentOS Sources 2021-01-06 20:08:50 +00:00 committed by Andrew Lukoshko
parent 91d7d70823
commit 41e4d63dee
3 changed files with 10 additions and 8 deletions

View File

@ -1 +1 @@
2c6cf16df43a414e464b6865e1c8ebd2a9313a8c SOURCES/sof-bin-faa5bdc.tar.gz
0a4150c8e7d680e8711ebe8aaf0ee9ee62f53688 SOURCES/sof-bin-b77c851.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/sof-bin-faa5bdc.tar.gz
SOURCES/sof-bin-b77c851.tar.gz

View File

@ -4,14 +4,14 @@
%global _firmwarepath /usr/lib/firmware
%global sof_version 1.6
%global sof_commit faa5bdc276651f3f8b7c77612fff770bd778987b
%global sof_version 1.6.1
%global sof_commit b77c851bc4ec1b6b552eaf1a61a66f3df4a13ab8
%global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7})
Summary: Firmware and topology files for Sound Open Firmware project
Name: alsa-sof-firmware
Version: %{sof_version}
Release: 2%{?dist}
Release: 1%{?dist}
# See later in the spec for a breakdown of licensing
License: BSD
URL: https://github.com/thesofproject/sof-bin
@ -47,7 +47,7 @@ for platform in apl cnl ehl icl tgl; do
done
# rename public signed firmware files
for platform in apl cnl icl jsl tgl; do
for platform in apl cnl icl tgl; do
mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri
done
@ -57,12 +57,11 @@ for platform in bdw byt cht; do
done
# rename debug files
for platform in apl bdw byt cht cnl ehl icl jsl tgl; do
for platform in apl bdw byt cht cnl ehl icl tgl; do
mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc
done
# add missing symlinks
ln -s public-signed/sof-jsl.ri intel/sof/sof-jsl.ri
ln -s intel-signed/sof-apl.ri intel/sof/sof-glk.ri
ln -s intel-signed/sof-cnl.ri intel/sof/sof-cml.ri
ln -s intel-signed/sof-cnl.ri intel/sof/sof-cfl.ri
@ -109,6 +108,9 @@ cat alsa-sof-firmware.files
%files debug -f alsa-sof-firmware.debug-files
%changelog
* Sun Jan 3 2021 Jaroslav Kysela <perex@perex.cz> - 1.6.1-1
- Update to v1.6.1
* Thu Dec 10 2020 Jaroslav Kysela <perex@perex.cz> - 1.6-2
- Update to v1.6 (Dec 9)