Code

From Driver Backports Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "= Backports code = 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 r...")
 
(Backports code)
Line 1: Line 1:
= Backports code =
 
  
 
There are two components to the backports effort:
 
There are two components to the backports effort:

Revision as of 18:00, 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