Difference between revisions of "Bering-uClibc 4.x - Developer Guide"

From bering-uClibc
Jump to: navigation, search
("Compiling Source" -> "Compiling Source Code")
m (Add Git Workflows appendice)
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
# [[Bering-uClibc 4.x - Developer Guide - Introduction|Introduction]]
 
# [[Bering-uClibc 4.x - Developer Guide - Introduction|Introduction]]
 
# [[Bering-uClibc 4.x - Developer Guide - Preparing the Build Environment|Preparing the Build Environment]]
 
# [[Bering-uClibc 4.x - Developer Guide - Preparing the Build Environment|Preparing the Build Environment]]
# [[Bering-uClibc 4.x - Developer Guide - Compiling Source Code|Compiling Source Code]]
+
# [[Bering-uClibc 4.x - Developer Guide - Compiling Source Code|Compiling Source Code]] - How to use <tt>buildtool.pl</tt>
# [[Bering-uClibc 4.x - Developer Guide - Building a Package|Building a Package]]
+
# [[Bering-uClibc 4.x - Developer Guide - Building a Package|Building a Package]] - How to use <tt>buildpacket.pl</tt>
# [[Bering-uClibc 4.x - Developer Guide - Building an Image|Building an Image]]
+
# [[Bering-uClibc 4.x - Developer Guide - Building an Image|Building an Image]] - How to use <tt>buildimage.pl</tt>
 +
# [[Bering-uClibc 4.x - Developer Guide - Building a Distribution|Building a Distribution]] - Putting it all together
 +
# [[Bering-uClibc 4.x - Developer Guide - Adding a Kernel Architecture Variant|Adding a Kernel Architecture Variant]]
 +
 
 +
 
 +
===Appendices===
 +
# [[Bering-uClibc 4.x - Developer Guide - Policies and Guidelines|Development Policies and Guidelines]]
 +
# [[Bering-uClibc 4.x - Developer Guide - Hints and Tips for using Git SCM|Hints and Tips for using Git SCM]]
 +
# [[Bering-uClibc 4.x - Developer Guide - Appendices - Git Workflows|Git Workflows]]
 +
# [[Bering-uClibc 4.x - Developer Guide - Contents of the buildtool/tools/ Directory|Contents of the <code class="filename">buildtool/tools/</code> Directory]]
 +
# [[Bering-uClibc 4.x - Developer Guide - Debugging Tools and Techniques|Debugging Tools and Techniques]]
 +
# [[Bering-uClibc 4.x - Developer Guide - The Release Process|The Release Process]]
  
 
[[Category:Bering-uClibc_4.x]]
 
[[Category:Bering-uClibc_4.x]]
 
[[Category:Developer_Guide]]
 
[[Category:Developer_Guide]]

Latest revision as of 08:50, 17 August 2012

Contents

  1. Introduction
  2. Preparing the Build Environment
  3. Compiling Source Code - How to use buildtool.pl
  4. Building a Package - How to use buildpacket.pl
  5. Building an Image - How to use buildimage.pl
  6. Building a Distribution - Putting it all together
  7. Adding a Kernel Architecture Variant


Appendices

  1. Development Policies and Guidelines
  2. Hints and Tips for using Git SCM
  3. Git Workflows
  4. Contents of the buildtool/tools/ Directory
  5. Debugging Tools and Techniques
  6. The Release Process