Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/alsa-sof-firmware.git#398f30e7aade78a05440efcedd43ae2ad311a23a
This commit is contained in:
parent
a05cce698f
commit
5394e0ed0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/sof-bin-47b436a.tar.gz
|
||||
/sof-bin-da8cb04.tar.gz
|
||||
/sof-bin-faa5bdc.tar.gz
|
||||
/sof-bin-b77c851.tar.gz
|
||||
|
@ -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: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# See later in the spec for a breakdown of licensing
|
||||
License: BSD
|
||||
URL: https://github.com/thesofproject/sof-bin
|
||||
@ -48,7 +48,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
|
||||
|
||||
@ -58,12 +58,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
|
||||
@ -117,6 +116,9 @@ if st and st.type == "link" then
|
||||
end
|
||||
|
||||
%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-4
|
||||
- Update to v1.6 (Dec 9)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sof-bin-faa5bdc.tar.gz) = 0e1bd526b3fd1c85d10b6612da25f044a62eeb2025dc4ac19ed2c7a2cffecdab50ce65ec714cf8ce2bb2eb2efe128495f9a13a48264593c15649f76b4b026359
|
||||
SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1
|
||||
|
Loading…
Reference in New Issue
Block a user