Difference between revisions of "Bering-uClibc 4.x - Developer Guide"
From bering-uClibc
Davidmbrooke (Talk | contribs) (Added new Adding a Kernel Architecture Variant page) |
m (Add Git Workflows appendice) |
||
Line 12: | Line 12: | ||
# [[Bering-uClibc 4.x - Developer Guide - Policies and Guidelines|Development Policies and Guidelines]] | # [[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 - 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 - 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 - Debugging Tools and Techniques|Debugging Tools and Techniques]] |
Latest revision as of 08:50, 17 August 2012
Contents
- Introduction
- Preparing the Build Environment
- Compiling Source Code - How to use buildtool.pl
- Building a Package - How to use buildpacket.pl
- Building an Image - How to use buildimage.pl
- Building a Distribution - Putting it all together
- Adding a Kernel Architecture Variant