From 11815ab092a4039bdb1a3973549b0ab8751e3789 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 29 Sep 2011 11:05:07 -0700 Subject: documentation/kernel-manual: Added some references to other areas of YP docs. (From yocto-docs rev: 20754cb376e65b7262b754afad839e0c2b82d7f7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-how-to.xml | 30 ++++++++++++++++++++++++++- documentation/kernel-manual/kernel-manual.xml | 12 +++++++---- 2 files changed, 37 insertions(+), 5 deletions(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index e62cfad655..259e8200d7 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -223,6 +223,14 @@ This section contains several workflow examples. + Many of the examples use Git commands. + You can find Git documentation at + . + You can find a simple overview of using Git with the Yocto Project in the + "Git" + section of + The Yocto + Project Development Manual.
@@ -340,6 +348,19 @@ This method also provides many tools to commit, undo and export those modifications. + + This section and its sub-sections, describe general application of Git's + push and pull commands, which are used to + get your changes upstream or source your code from an upstream repository. + The Yocto Project provides scripts that help you work in a collaborative development + environment. + For information on these scripts, see the + "Pushing a Change Upstream and Requesting a Pull" and + "Submitting a Patch Through Email" sections in + The + Yocto Project Development Manual". + + There are many ways to save kernel modifications. The technique employed @@ -615,7 +636,14 @@ The messages used to commit changes are a large part of these standards. - Consequently, be sure that the headers for each commit have the required information. + Consequently, be sure that the headers for each commit have the required information. + For information on how to follow the Yocto Project commit message standards, see the + "How to Submit a Change" section in + The + Yocto Project Development Manual". + + + If the initial commits were not properly documented or do not meet those standards, you can re-base by using the git rebase -i command to manipulate the commits and diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml index a4ea8fd205..214892f19c 100644 --- a/documentation/kernel-manual/kernel-manual.xml +++ b/documentation/kernel-manual/kernel-manual.xml @@ -31,18 +31,22 @@ 0.9 24 November 2010 - This revision is the initial document draft and corresponds with - the Yocto Project 0.9 Release. + The initial document draft released with the Yocto Project 0.9 Release. 1.0 6 April 2011 - This revision corresponds with the Yocto Project 1.0 Release. + Released with the Yocto Project 1.0 Release. 1.0.1 23 May 2011 - Released with Yocto Project 1.0.1 on 23 May 2011. + Released with the Yocto Project 1.0.1 Release. + + + 1.1 + 6 October 2011 + Released with the Yocto Project 1.1 Release. -- cgit v1.2.3-54-g00ecf