update to v1.6 (Dec 9 2020)
This commit is contained in:
parent
93b6ec77a8
commit
e634fbf5e1
3 changed files with 14 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@
|
|||
/sof-bin-topology-1.5-dmic-20db-fix.tar.gz
|
||||
/sof-bin-e6d11bf.tar.gz
|
||||
/sof-bin-47b436a.tar.gz
|
||||
/sof-bin-da8cb04.tar.gz
|
||||
/sof-bin-faa5bdc.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
|
||||
%global sof_version 1.6
|
||||
%global sof_commit 47b436af36c18c3b4f409e1d9452aea18e17abc8
|
||||
%global sof_commit faa5bdc276651f3f8b7c77612fff770bd778987b
|
||||
%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
|
||||
|
|
@ -42,13 +42,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 icl tgl; do
|
||||
for platform in apl cnl ehl icl tgl; 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; do
|
||||
mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri
|
||||
done
|
||||
|
||||
|
|
@ -58,11 +58,13 @@ for platform in bdw byt cht; do
|
|||
done
|
||||
|
||||
# rename debug files
|
||||
for platform in apl bdw byt cht cnl icl; do
|
||||
for platform in apl bdw byt cht cnl ehl icl jsl tgl; do
|
||||
mv intel/sof/sof-$platform-v%{sof_version}.ldc intel/sof/sof-$platform.ldc
|
||||
done
|
||||
|
||||
# add missing symlink
|
||||
# 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
|
||||
|
||||
|
|
@ -115,6 +117,9 @@ if st and st.type == "link" then
|
|||
end
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2020 Jaroslav Kysela <perex@perex.cz> - 1.6-2
|
||||
- Update to v1.6 (Dec 9)
|
||||
|
||||
* Wed Oct 14 2020 Jaroslav Kysela <perex@perex.cz> - 1.6-1
|
||||
- Update to v1.6 (Oct 13)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (sof-bin-47b436a.tar.gz) = 447726c70344f029c246f83d8071da953e7a90b2f810ecd46a42802956173e4faabf86f65a18fbfbea570190f081cb026b688209218b9ac9b51fee94fbacc0ca
|
||||
SHA512 (sof-bin-faa5bdc.tar.gz) = 0e1bd526b3fd1c85d10b6612da25f044a62eeb2025dc4ac19ed2c7a2cffecdab50ce65ec714cf8ce2bb2eb2efe128495f9a13a48264593c15649f76b4b026359
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue