update to 1.6 [release 1.6-1mamba;Sat Nov 14 2020]
This commit is contained in:
parent
0d4cad9329
commit
ec45b15f0e
@ -1,6 +1,6 @@
|
|||||||
%global sof_commit 72a04d57d04c2df6e9dbf4eba0a98f40c252ee0b
|
#%global sof_commit 72a04d57d04c2df6e9dbf4eba0a98f40c252ee0b
|
||||||
Name: alsa-sof-firmware
|
Name: alsa-sof-firmware
|
||||||
Version: 1.4.2
|
Version: 1.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Firmware and topology files for Sound Open Firmware project
|
Summary: Firmware and topology files for Sound Open Firmware project
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/thesofproject/sof-bin
|
URL: https://github.com/thesofproject/sof-bin
|
||||||
Source: https://github.com/thesofproject/sof-bin.git/stable-v%{version}@%{sof_commit}/sof-bin-%{version}.tar.bz2
|
Source: https://github.com/thesofproject/sof-bin.git/stable-v%{version}/sof-bin-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -20,8 +20,8 @@ Firmware and topology files for Sound Open Firmware project.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n sof-bin-%{version}
|
%setup -q -n sof-bin-%{version}
|
||||||
|
|
||||||
# add missing symlink
|
## add missing symlink
|
||||||
ln -s v1.4.2/intel-signed/sof-cnl-v1.4.2.ri lib/firmware/intel/sof/sof-cml.ri
|
#ln -s v1.4.2/intel-signed/sof-cnl-v1.4.2.ri lib/firmware/intel/sof/sof-cml.ri
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -29,10 +29,11 @@ ln -s v1.4.2/intel-signed/sof-cnl-v1.4.2.ri lib/firmware/intel/sof/sof-cml.ri
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
install -d -m0755 %{buildroot}/lib/firmware
|
install -d -m0755 %{buildroot}/lib/firmware
|
||||||
cp -a lib/firmware/intel %{buildroot}/lib/firmware/
|
|
||||||
|
|
||||||
# remove debug files
|
SOF_VERSION=v%{version} ROOT=%{buildroot} ./go.sh
|
||||||
find -P . -name "*.ldc" -exec rm -f {} \;
|
|
||||||
|
## remove debug files
|
||||||
|
#find -P . -name "*.ldc" -exec rm -f {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -54,5 +55,8 @@ find -P . -name "*.ldc" -exec rm -f {} \;
|
|||||||
%doc LICENCE.Intel
|
%doc LICENCE.Intel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba
|
||||||
|
- update to 1.6
|
||||||
|
|
||||||
* Wed Apr 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
* Wed Apr 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user