From 5cbeb840061fad16524e355c07c518defae62b6e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 17 Dec 2012 17:17:14 -0600 Subject: kernel-dev: Created file structure for new kernel-dev manual. (From yocto-docs rev: 25be3ebb7713b875c4ec6e3723961b7dd860295d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-intro.xml | 78 +++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 documentation/kernel-dev/kernel-dev-intro.xml (limited to 'documentation/kernel-dev/kernel-dev-intro.xml') diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml new file mode 100644 index 0000000000..c1cc22bb7a --- /dev/null +++ b/documentation/kernel-dev/kernel-dev-intro.xml @@ -0,0 +1,78 @@ + %poky; ] > + + + +Yocto Project Kernel Architecture and Use Manual + +
+ Introduction + + The Yocto Project presents kernels as a fully patched, history-clean Git + repositories. + Each repository represents selected features, board support, + and configurations extensively tested by the Yocto Project. + Yocto Project kernels allow the end user to leverage community + best practices to seamlessly manage the development, build and debug cycles. + + + This manual describes Yocto Project kernels by providing information + on history, organization, benefits, and use. + The manual consists of two sections: + + Concepts: Describes concepts behind a kernel. + You will understand how a kernel is organized and why it is organized in + the way it is. You will understand the benefits of a kernel's organization + and the mechanisms used to work with the kernel and how to apply it in your + design process. + Using a Kernel: Describes best practices + and "how-to" information + that lets you put a kernel to practical use. + Some examples are how to examine changes in a branch and how to + save kernel modifications. + + + + + For more information on the Linux kernel, see the following links: + + The Linux Foundation's guide for kernel development + process - + A fairly encompassing guide on Linux kernel development - + + + + + + For more discussion on the Yocto Project kernel, you can see these sections + in the Yocto Project Development Manual: + + + "Kernel Overview" + + "Kernel Modification Workflow" + + + "Patching the Kernel" + + "Configuring the Kernel" + + + + + For general information on the Yocto Project, visit the website at + . + +
+ + + + + + + +
+ -- cgit v1.2.3-54-g00ecf