Comment 33 for bug 1935850

Revision history for this message
Mohit Thakral (mthakral) wrote :

So, the overall steps would be make a clone of

https://github.com/thesofproject/linux.git

and run following commands

```
sudo apt install build-essential
sudo apt-get build-dep linux-image-`uname -r` #(the running kernel)
```

and after that

copied over current cofig
Removed --> #CONFIG_SYSTEM_TRUSTED_KEYS
sudo make menuconfig
sudo make clean
sudo make deb-pkg LOCALVERSION=-custom KDEB_PKGVERSION=$(make
kernelversion) -1

Will this be sufficient