From 24d86c99256e10354809c011c2f200f9538caf86 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 Mar 2021 14:10:29 +0100 Subject: [PATCH 01/10] add TGL-H firmware files --- .gitignore | 1 + alsa-sof-firmware.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6e71e1a..c39e352 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /sof-bin-da8cb04.tar.gz /sof-bin-faa5bdc.tar.gz /sof-bin-b77c851.tar.gz +/sof-bin-f31c9ce.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 0892bde..d5db0d3 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -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: 2%{?dist} +Release: 3%{?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 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 @@ -58,7 +58,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 @@ -116,6 +116,9 @@ if st and st.type == "link" then end %changelog +* Fri Mar 5 2021 Fedora Release Engineering - 1.6.1-3 +- Add TGL-H firmware files + * Tue Jan 26 2021 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 2875adc..69e33a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-b77c851.tar.gz) = 85ef3cdeff44f55cb4d393268616763238c345aac0755360807c8c238f8fe88360ed609b39f9d736c85a9e8a70dac54f82b6d6d5669a6d7269914480d46091a1 +SHA512 (sof-bin-f31c9ce.tar.gz) = 9eedb85c520c0489e7a2f4c5d09e489d022dd88239e2f18aa792fd538ec11200d750c2501e78868f30d29624ce58522bbd2cc86302dffa9a6cd94f1d640d9840 From bd5ec4762d089c5851b155b1d375f49b024d9ea7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 11 Mar 2021 20:20:34 +0100 Subject: [PATCH 02/10] Add SST Skylake HDA topology binary (bug#1933423) --- alsa-sof-firmware.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index d5db0d3..16c9c3c 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,19 +3,22 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware - %global sof_version 1.6.1 %global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) +%global tplg_version 1.2.4 + Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware Version: %{sof_version} -Release: 3%{?dist} +Release: 4%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz +BuildRequires: alsa-topology >= %{tplg_version} +BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 # noarch, since the package is firmware @@ -76,6 +79,10 @@ rm -rf nxp ../../LICENCE.NXP rm -rf intel/sof-tplg/sof-imx8* %build +# SST topology files (not SOF related, but it's a Intel hw support +# and this package seems a good place to distribute them +alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ + -o lib/firmware/skl_hda_dsp_generic-tplg.bin %install mkdir -p %{buildroot}%{_firmwarepath} @@ -99,6 +106,9 @@ cat alsa-sof-firmware.files %doc README* %dir %{_firmwarepath} +# Licence: 3-clause BSD +%{_firmwarepath}/*.bin + # Licence: 3-clause BSD # .. for files with suffix .tplg %{_firmwarepath}/intel/sof-tplg @@ -116,7 +126,10 @@ if st and st.type == "link" then end %changelog -* Fri Mar 5 2021 Fedora Release Engineering - 1.6.1-3 +* Thu Mar 11 2021 Jaroslav Kysela - 1.6.1-4 +- Add SST Skylake HDA topology binary (bug#1933423) + +* Fri Mar 5 2021 Jaroslav Kysela - 1.6.1-3 - Add TGL-H firmware files * Tue Jan 26 2021 Fedora Release Engineering - 1.6.1-2 From 0374e9d68e694285c8ef8d5ad09173c12aaeb269 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Jun 2021 16:10:59 +0200 Subject: [PATCH 03/10] update to v1.7 --- alsa-sof-firmware.spec | 51 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 16c9c3c..0188197 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,8 +3,8 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_version 1.6.1 -%global sof_commit f31c9ce30ac2792ec39e19da489aee7631e00654 +%global sof_version 1.7 +%global sof_commit 6bd5501e6ac3f29dde42a28ffe03a2942aa60640 %global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) %global tplg_version 1.2.4 @@ -12,7 +12,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 @@ -38,55 +38,27 @@ This package contains the debug files for the Sound Open Firmware project. %prep %autosetup -n sof-bin-%{sof_commit} -cd lib/firmware +mkdir -p firmware/intel/sof # we have the version in the package name -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 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 jsl tgl tgl-h; do - mv intel/sof/public-signed/sof-$platform-v%{sof_version}.ri intel/sof/public-signed/sof-$platform.ri -done - -# rename unsigned firmware files -for platform in bdw byt cht; do - mv intel/sof/sof-$platform-v%{sof_version}.ri intel/sof/sof-$platform.ri -done - -# rename debug files -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 - -# add missing symlinks -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 +mv sof-v%{sof_version}/* firmware/intel/sof # move topology files -rm -f intel/sof-tplg -mv intel/sof-tplg-v%{sof_version} intel/sof-tplg +mv sof-tplg-v%{sof_version} firmware/intel/sof-tplg # remove NXP firmware files -rm -rf nxp ../../LICENCE.NXP -rm -rf intel/sof-tplg/sof-imx8* +rm LICENCE.NXP +rm -rf firmware/intel/sof-tplg/sof-imx8* %build # SST topology files (not SOF related, but it's a Intel hw support # and this package seems a good place to distribute them alsatplg -c /usr/share/alsa/topology/hda-dsp/skl_hda_dsp_generic-tplg.conf \ - -o lib/firmware/skl_hda_dsp_generic-tplg.bin + -o firmware/skl_hda_dsp_generic-tplg.bin %install mkdir -p %{buildroot}%{_firmwarepath} -cp -ra lib/firmware/* %{buildroot}%{_firmwarepath} +cp -ra firmware/* %{buildroot}%{_firmwarepath} # gather files and directories FILEDIR=$(pwd) @@ -126,6 +98,9 @@ if st and st.type == "link" then end %changelog +* Thu Jun 3 2021 Jaroslav Kysela - 1.7-1 +- Update to v1.7 + * Thu Mar 11 2021 Jaroslav Kysela - 1.6.1-4 - Add SST Skylake HDA topology binary (bug#1933423) From a9e7d1c5b7d567dee996149a575da984c2f91071 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Jun 2021 16:21:24 +0200 Subject: [PATCH 04/10] added missing source file (v1.7) --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c39e352..4c2908b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sof-bin-faa5bdc.tar.gz /sof-bin-b77c851.tar.gz /sof-bin-f31c9ce.tar.gz +/sof-bin-6bd5501.tar.gz diff --git a/sources b/sources index 69e33a4..8693593 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-f31c9ce.tar.gz) = 9eedb85c520c0489e7a2f4c5d09e489d022dd88239e2f18aa792fd538ec11200d750c2501e78868f30d29624ce58522bbd2cc86302dffa9a6cd94f1d640d9840 +SHA512 (sof-bin-6bd5501.tar.gz) = 8a4fda4315dd15aaa9c2a2ae83a5e2f6098e576a6cb2148cf11077bc89d435e86359074f1bede35583424d61987818b0f5b57db0881228455ad181fcbd5c101a From d5a4c1a543007f7dcbbc6d5b31656d78e0470274 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 3 Jun 2021 21:35:04 +0200 Subject: [PATCH 05/10] use only tag based version for download --- alsa-sof-firmware.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 0188197..e61e51b 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,8 +4,6 @@ %global _firmwarepath /usr/lib/firmware %global sof_version 1.7 -%global sof_commit 6bd5501e6ac3f29dde42a28ffe03a2942aa60640 -%global sof_shortcommit %(c=%{sof_commit}; echo ${c:0:7}) %global tplg_version 1.2.4 @@ -16,7 +14,7 @@ Release: 1%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin -Source: https://github.com/thesofproject/sof-bin/archive/%{sof_commit}/sof-bin-%{sof_shortcommit}.tar.gz +Source: https://github.com/thesofproject/sof-bin/archive/v%{sof_version}/sof-bin-%{sof_version}.tar.gz BuildRequires: alsa-topology >= %{tplg_version} BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 @@ -36,7 +34,7 @@ License: BSD This package contains the debug files for the Sound Open Firmware project. %prep -%autosetup -n sof-bin-%{sof_commit} +%autosetup -n sof-bin-%{sof_version} mkdir -p firmware/intel/sof From 0744223b5b45d06f269b1484be2e6a85159e6b6c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 4 Jun 2021 18:55:22 +0200 Subject: [PATCH 06/10] updated to v1.8-rc2 --- alsa-sof-firmware.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index e61e51b..5ae4f3b 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,18 +3,21 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_version 1.7 +%global sof_ver 1.8 +%global sof_ver_pre rc2 +%global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} +%global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} %global tplg_version 1.2.4 Summary: Firmware and topology files for Sound Open Firmware project Name: alsa-sof-firmware -Version: %{sof_version} -Release: 1%{?dist} +Version: %{sof_ver} +Release: 1%{?sof_ver_rel}%{?dist} # See later in the spec for a breakdown of licensing License: BSD URL: https://github.com/thesofproject/sof-bin -Source: https://github.com/thesofproject/sof-bin/archive/v%{sof_version}/sof-bin-%{sof_version}.tar.gz +Source: https://github.com/thesofproject/sof-bin/releases/download/%{sof_ver_pkg}/sof-bin-%{sof_ver_pkg}.tar.gz BuildRequires: alsa-topology >= %{tplg_version} BuildRequires: alsa-topology-utils >= %{tplg_version} Conflicts: alsa-firmware <= 1.2.1-6 @@ -34,15 +37,15 @@ License: BSD This package contains the debug files for the Sound Open Firmware project. %prep -%autosetup -n sof-bin-%{sof_version} +%autosetup -n sof-bin-%{sof_ver_pkg} mkdir -p firmware/intel/sof # we have the version in the package name -mv sof-v%{sof_version}/* firmware/intel/sof +mv sof-%{sof_ver_pkg}/* firmware/intel/sof # move topology files -mv sof-tplg-v%{sof_version} firmware/intel/sof-tplg +mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg # remove NXP firmware files rm LICENCE.NXP From 83eaf3658445c43c0a45a17fb5248d44e18c03df Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 22 Jun 2021 09:37:58 +0200 Subject: [PATCH 07/10] updated to v1.8 --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c2908b..0ef4d2c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /sof-bin-b77c851.tar.gz /sof-bin-f31c9ce.tar.gz /sof-bin-6bd5501.tar.gz +/sof-bin-v1.8.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 5ae4f3b..715850a 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -4,7 +4,7 @@ %global _firmwarepath /usr/lib/firmware %global sof_ver 1.8 -%global sof_ver_pre rc2 +#global sof_ver_pre rc2 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Tue Jun 22 2021 Jaroslav Kysela - 1.8-1 +- Update to v1.8 + * Thu Jun 3 2021 Jaroslav Kysela - 1.7-1 - Update to v1.7 diff --git a/sources b/sources index 8693593..f1352f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-6bd5501.tar.gz) = 8a4fda4315dd15aaa9c2a2ae83a5e2f6098e576a6cb2148cf11077bc89d435e86359074f1bede35583424d61987818b0f5b57db0881228455ad181fcbd5c101a +SHA512 (sof-bin-v1.8.tar.gz) = b103828769de5a267889466608adac20aad4790be8da9680498d3b8f8d0c407b9813d13d5ed12db7238a409064a7fe345b73927c566239c27b98e1c7bea3cd99 From debd4d385915e2248ceb9aee04e9446d26f4d6ac Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 5 Oct 2021 13:49:41 +0200 Subject: [PATCH 08/10] updated to v1.9 --- .gitignore | 1 + alsa-sof-firmware.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ef4d2c..e8d1cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sof-bin-f31c9ce.tar.gz /sof-bin-6bd5501.tar.gz /sof-bin-v1.8.tar.gz +/sof-bin-v1.9.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index 715850a..c703f36 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,8 +3,8 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.8 -#global sof_ver_pre rc2 +%global sof_ver 1.9 +#global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Tue Oct 5 2021 Jaroslav Kysela - 1.9-1 +- Update to v1.9 + * Tue Jun 22 2021 Jaroslav Kysela - 1.8-1 - Update to v1.8 diff --git a/sources b/sources index f1352f3..c57e54a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.8.tar.gz) = b103828769de5a267889466608adac20aad4790be8da9680498d3b8f8d0c407b9813d13d5ed12db7238a409064a7fe345b73927c566239c27b98e1c7bea3cd99 +SHA512 (sof-bin-v1.9.tar.gz) = aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22 From d73ec6c9c80fd47590352519f092d0cab93f1d2a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 23 Nov 2021 17:57:28 +0100 Subject: [PATCH 09/10] updated to v1.9.2 --- .gitignore | 1 + alsa-sof-firmware.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8d1cbe..10734fa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /sof-bin-6bd5501.tar.gz /sof-bin-v1.8.tar.gz /sof-bin-v1.9.tar.gz +/sof-bin-v1.9.2.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index c703f36..e94355e 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,7 +3,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.9 +%global sof_ver 1.9.2 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -99,6 +99,9 @@ if st and st.type == "link" then end %changelog +* Tue Nov 23 2021 Jaroslav Kysela - 1.9.2-1 +- Update to v1.9.2 + * Tue Oct 5 2021 Jaroslav Kysela - 1.9-1 - Update to v1.9 diff --git a/sources b/sources index c57e54a..a78ed0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.9.tar.gz) = aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22 +SHA512 (sof-bin-v1.9.2.tar.gz) = 2b4c30a73fa8dece91c54f030b346f31c0500d36de047bd7820ed8eebe7a6cdb56bc374fc0485e5e083d4a3e1dfad7d0c2c39c166b438bf6bd40d68af65aee7e From b2652a5ff9eb7dbb99e0a4fd73e41742695f3f9c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Dec 2021 09:54:57 +0100 Subject: [PATCH 10/10] updated to v1.9.3 --- .gitignore | 1 + alsa-sof-firmware.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10734fa..2740a24 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sof-bin-v1.8.tar.gz /sof-bin-v1.9.tar.gz /sof-bin-v1.9.2.tar.gz +/sof-bin-v1.9.3.tar.gz diff --git a/alsa-sof-firmware.spec b/alsa-sof-firmware.spec index e94355e..db07d6f 100644 --- a/alsa-sof-firmware.spec +++ b/alsa-sof-firmware.spec @@ -3,7 +3,7 @@ %define _binaries_in_noarch_packages_terminate_build 0 %global _firmwarepath /usr/lib/firmware -%global sof_ver 1.9.2 +%global sof_ver 1.9.3 #global sof_ver_pre rc1 %global sof_ver_rel %{?sof_ver_pre:.%{sof_ver_pre}} %global sof_ver_pkg v%{sof_ver}%{?sof_ver_pre:-%{sof_ver_pre}} @@ -51,6 +51,9 @@ mv sof-tplg-%{sof_ver_pkg} firmware/intel/sof-tplg rm LICENCE.NXP rm -rf firmware/intel/sof-tplg/sof-imx8* +# remove Mediatek firmware files +rm -rf firmware/intel/sof-tplg/sof-mt8* + %build # SST topology files (not SOF related, but it's a Intel hw support # and this package seems a good place to distribute them @@ -99,6 +102,9 @@ if st and st.type == "link" then end %changelog +* Wed Dec 15 2021 Jaroslav Kysela - 1.9.3-1 +- Update to v1.9.3 + * Tue Nov 23 2021 Jaroslav Kysela - 1.9.2-1 - Update to v1.9.2 diff --git a/sources b/sources index a78ed0f..04db3c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sof-bin-v1.9.2.tar.gz) = 2b4c30a73fa8dece91c54f030b346f31c0500d36de047bd7820ed8eebe7a6cdb56bc374fc0485e5e083d4a3e1dfad7d0c2c39c166b438bf6bd40d68af65aee7e +SHA512 (sof-bin-v1.9.3.tar.gz) = 0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024