Difference between revisions of "Bering-uClibc 5.x - Developer Guide"
From bering-uClibc
Davidmbrooke (Talk | contribs) m (Changed "next" references to 5.x) |
(add Chapter Hints and Tips for using Git SCM from old book) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
# [[Bering-uClibc 5.x - Developer Guide - Introduction|Introduction]] | # [[Bering-uClibc 5.x - Developer Guide - Introduction|Introduction]] | ||
# [[Bering-uClibc 5.x - Developer Guide - Preparing the Build Environment|Preparing the Build Environment]] | # [[Bering-uClibc 5.x - Developer Guide - Preparing the Build Environment|Preparing the Build Environment]] | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Compiling Source Code|Compiling Source Code]] - How to use <tt>buildtool.pl</tt> | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Building a Package|Building a Package]] - How to use <tt>buildpacket.pl</tt> | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Building an Image|Building an Image]] - How to use <tt>buildimage.pl</tt> | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Adding a Kernel Architecture Variant|Adding a Kernel Architecture Variant]] | ||
# [[Bering-uClibc 5.x - Developer Guide - Adding a Hardware Architecture Variant|Adding a Hardware Architecture Variant]] | # [[Bering-uClibc 5.x - Developer Guide - Adding a Hardware Architecture Variant|Adding a Hardware Architecture Variant]] | ||
+ | |||
+ | ===Appendices=== | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Policies and Guidelines|Development Policies and Guidelines]] | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Appendices - Hardware-Specific Guides|Hardware-Specific Guides]] | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Hints and Tips for using Git SCM|Hints and Tips for using Git SCM]] | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - Appendices - Git Workflows|Git Workflows]] | ||
+ | # [[Bering-uClibc 5.x - Developer Guide - The Release Process|The Release Process]] | ||
[[Category:Bering-uClibc_5.x]] | [[Category:Bering-uClibc_5.x]] | ||
[[Category:Developer_Guide]] | [[Category:Developer_Guide]] |
Latest revision as of 13:38, 10 August 2014
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
- Adding a Kernel Architecture Variant
- Adding a Hardware Architecture Variant