Code

From Driver Backports Wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
There are two components to the backports effort:
 
There are two components to the backports effort:
  
   * [https://github.com/mcgrof/compat git://github.com/mcgrof/compat.git]]
+
   * [https://github.com/mcgrof/compat git://github.com/mcgrof/compat.git]
 
   * [https://github.com/mcgrof/compat-drivers git://github.com/mcgrof/compat-drivers.git]
 
   * [https://github.com/mcgrof/compat-drivers git://github.com/mcgrof/compat-drivers.git]
  

Revision as of 18:04, 14 August 2012

There are two components to the backports effort:

 * git://github.com/mcgrof/compat.git
 * git://github.com/mcgrof/compat-drivers.git

To be able to make releases and test building releases however you need quite a bit more code. The setup is simplified with scripts from the compat.git tree. To set your system up for the first time you can run:

wget https://github.com/mcgrof/compat/raw/master/bin/get-compat-trees
wget https://github.com/mcgrof/compat/raw/master/bin/get-compat-kernels

chmod 755 get-compat-trees get-compat-kernels 

./get-compat-trees
./get-compat-kernels 

Personal tools