AddingNonFreeFirmware

Differences between revisions 1 and 2
Revision 1 as of 2010-03-02 22:52:38
Size: 1009
Editor: cpe-70-114-236-114
Comment:
Revision 2 as of 2010-07-20 11:02:52
Size: 1068
Editor: 193
Comment: wiki gardening
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from KernelTeam/AddingNonFreeFirmware

Adding firmware to linux-firmware-nonfree package

If the firmware is not in upstream tree, or does not come up a license and it is something that is part of the driver source package that needs this firmware for the driver to work correctly. You need to add it to the linux-firmware-nonfree package.

  • get the linux-firmware-nonfree package

sudo apt-get source linux-firmware-nonfree
  • add the firmware to this package.

cp <your firmware to> ./linux-firmware-nonfree-1.7/firmware/
  • update the changelog

cd ./linux-firmware-nonfree-1.7/debian
dch -v <new version>
  • do a debuild to make sure everthing looks ok
  • then build the package that needs to be uploaded.

cd ./linux-firmware-nonfree-1.7/debian
debuild -S 
  • copy the files over to a public repo and email TimGardner

    • XXX<new version>_source.build

    • XXX<new version>_source.changes

    • XXX<new version>.tar.gz

Kernel/Dev/AddingNonFreeFirmware (last edited 2010-07-20 11:03:34 by 193)