Am 09.12.2020 23:22 schrieb Barak A. Pearlmutter:
No need for anything so complex. This should work:
$ fakeroot debian/rules binary
This creates a package
firmware-sof-signed_1.6+git.2020.12.10.faa5bdc-1_amd64.deb which when
installed gives this:
$ dpkg -L firmware-sof-signed
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/firmware-sof-signed
/usr/share/doc/firmware-sof-signed/changelog.Debian.gz
/usr/share/doc/firmware-sof-signed/copyright
Somehow the firmware does not seem to make it into the package. I do
find it in the debian subdirectory, though:
$ ls -l sof-bin-debian/debian/firmware-sof-bin/lib/firmware/intel/
total 16
drwxr-xr-x 4 mlennert mlennert 4096 Dec 10 12:26 sof
lrwxrwxrwx 1 mlennert mlennert 13 Dec 10 12:26 sof-tplg ->
sof-tplg-v1.6
drwxr-xr-x 2 mlennert mlennert 12288 Dec 10 12:26 sof-tplg-v1.6
Any explanations for that ? What am I doing wrong ?
Moritz