AddingNonFreeFirmware

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

||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

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)