updated to v1.9.3
This commit is contained in:
parent
fcd4850dcb
commit
a719b48836
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <perex@perex.cz> - 1.9.3-1
|
||||
- Update to v1.9.3
|
||||
|
||||
* Tue Nov 23 2021 Jaroslav Kysela <perex@perex.cz> - 1.9.2-1
|
||||
- Update to v1.9.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sof-bin-v1.9.2.tar.gz) = 2b4c30a73fa8dece91c54f030b346f31c0500d36de047bd7820ed8eebe7a6cdb56bc374fc0485e5e083d4a3e1dfad7d0c2c39c166b438bf6bd40d68af65aee7e
|
||||
SHA512 (sof-bin-v1.9.3.tar.gz) = 0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
|
||||
|
Loading…
Reference in New Issue
Block a user