From e925bb268aeac2bdffe51175057cc73dea894f59 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Jul 2011 07:28:40 -0700 Subject: documenation/dev-manual/dev-manual-newbie.xml: Initial file with new name. (From yocto-docs rev: c729ce243a09724b79cb8bfbf671b5de38e5ce76) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 57 ++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 documentation/dev-manual/dev-manual-newbie.xml (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml new file mode 100644 index 0000000000..5ca2c25b52 --- /dev/null +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -0,0 +1,57 @@ + + + + +Working with Open Source Code + +
+ Introduction + + The Yocto Project presents the kernel as a fully patched, history-clean Git + repository. + The Git tree represents the selected features, board support, + and configurations extensively tested by Yocto Project. + The Yocto Project kernel allows the end user to leverage community + best practices to seamlessly manage the development, build and debug cycles. + + + This manual describes the Yocto Project kernel by providing information + on its history, organization, benefits, and use. + The manual consists of two sections: + + Concepts - Describes concepts behind the kernel. + You will understand how the kernel is organized and why it is organized in + the way it is. You will understand the benefits of the kernel's organization + and the mechanisms used to work with the kernel and how to apply it in your + design process. + Using the Kernel - Describes best practices and "how-to" information + that lets you put the kernel to practical use. Some examples are "How to Build a + Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel + Modifications." + + + + For more information on the kernel, see the following links: + + + + + + + You can find more information on Yocto Project by visiting the website at + . + + +
+ + + + + + + +
+ -- cgit v1.2.3-54-g00ecf