import alsa-sof-firmware-1.6.1-2.el8
This commit is contained in:
parent
41e4d63dee
commit
e3ecb2f48b
@ -1 +1 @@
|
||||
0a4150c8e7d680e8711ebe8aaf0ee9ee62f53688 SOURCES/sof-bin-b77c851.tar.gz
|
||||
353b7a21a8880dc33c39c9880ca2bab35be7c8ca SOURCES/sof-bin-f31c9ce.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/sof-bin-b77c851.tar.gz
|
||||
SOURCES/sof-bin-f31c9ce.tar.gz
|
||||
|
@ -5,13 +5,13 @@
|
||||
|
||||
|
||||
%global sof_version 1.6.1
|
||||
%global sof_commit b77c851bc4ec1b6b552eaf1a61a66f3df4a13ab8
|
||||
%global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654
|
||||
%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: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# See later in the spec for a breakdown of licensing
|
||||
License: BSD
|
||||
URL: https://github.com/thesofproject/sof-bin
|
||||
@ -41,13 +41,13 @@ mv intel/sof/v%{sof_version}/* intel/sof
|
||||
rmdir intel/sof/v%{sof_version}
|
||||
|
||||
# rename intel signed firmware files
|
||||
for platform in apl cnl ehl icl tgl; do
|
||||
for platform in apl cnl ehl icl tgl tgl-h; do
|
||||
mv intel/sof/intel-signed/sof-$platform-v%{sof_version}.ri intel/sof/intel-signed/sof-$platform.ri
|
||||
ln -sf intel-signed/sof-$platform.ri intel/sof/sof-$platform.ri
|
||||
done
|
||||
|
||||
# rename public signed firmware files
|
||||
for platform in apl cnl icl tgl; do
|
||||
for platform in apl cnl icl jsl tgl tgl-h; do
|
||||
mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri
|
||||
done
|
||||
|
||||
@ -57,7 +57,7 @@ for platform in bdw byt cht; do
|
||||
done
|
||||
|
||||
# rename debug files
|
||||
for platform in apl bdw byt cht cnl ehl icl tgl; do
|
||||
for platform in apl bdw byt cht cnl ehl icl tgl tgl-h; do
|
||||
mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc
|
||||
done
|
||||
|
||||
@ -108,6 +108,9 @@ cat alsa-sof-firmware.files
|
||||
%files debug -f alsa-sof-firmware.debug-files
|
||||
|
||||
%changelog
|
||||
* Fri Mar 5 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
||||
- Add TGL-H firmware files
|
||||
|
||||
* Sun Jan 3 2021 Jaroslav Kysela <perex@perex.cz> - 1.6.1-1
|
||||
- Update to v1.6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user