diff options
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 30 | ||||
-rw-r--r-- | documentation/kernel-manual/kernel-manual.xml | 12 |
2 files changed, 37 insertions, 5 deletions
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 @@ | |||
223 | 223 | ||
224 | <para> | 224 | <para> |
225 | This section contains several workflow examples. | 225 | This section contains several workflow examples. |
226 | Many of the examples use Git commands. | ||
227 | You can find Git documentation at | ||
228 | <ulink url='http://git-scm.com/documentation'></ulink>. | ||
229 | You can find a simple overview of using Git with the Yocto Project in the | ||
230 | "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#git'>Git</ulink>" | ||
231 | section of | ||
232 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The Yocto | ||
233 | Project Development Manual</ulink>. | ||
226 | </para> | 234 | </para> |
227 | 235 | ||
228 | <section id='change-inspection-kernel-changes-commits'> | 236 | <section id='change-inspection-kernel-changes-commits'> |
@@ -341,6 +349,19 @@ | |||
341 | </para> | 349 | </para> |
342 | 350 | ||
343 | <para> | 351 | <para> |
352 | This section and its sub-sections, describe general application of Git's | ||
353 | <filename>push</filename> and <filename>pull</filename> commands, which are used to | ||
354 | get your changes upstream or source your code from an upstream repository. | ||
355 | The Yocto Project provides scripts that help you work in a collaborative development | ||
356 | environment. | ||
357 | For information on these scripts, see the | ||
358 | "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#pushing-a-change-upstream'>Pushing a Change Upstream and Requesting a Pull</ulink>" and | ||
359 | "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#submitting-a-patch'>Submitting a Patch Through Email</ulink>" sections in | ||
360 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The | ||
361 | Yocto Project Development Manual</ulink>". | ||
362 | </para> | ||
363 | |||
364 | <para> | ||
344 | There are many ways to save kernel modifications. | 365 | There are many ways to save kernel modifications. |
345 | The technique employed | 366 | The technique employed |
346 | depends on the destination for the patches: | 367 | depends on the destination for the patches: |
@@ -615,7 +636,14 @@ | |||
615 | 636 | ||
616 | <para> | 637 | <para> |
617 | The messages used to commit changes are a large part of these standards. | 638 | The messages used to commit changes are a large part of these standards. |
618 | Consequently, be sure that the headers for each commit have the required information. | 639 | Consequently, be sure that the headers for each commit have the required information. |
640 | For information on how to follow the Yocto Project commit message standards, see the | ||
641 | "<ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#how-to-submit-a-change'>How to Submit a Change</ulink>" section in | ||
642 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'>The | ||
643 | Yocto Project Development Manual</ulink>". | ||
644 | </para> | ||
645 | |||
646 | <para> | ||
619 | If the initial commits were not properly documented or do not meet those standards, | 647 | If the initial commits were not properly documented or do not meet those standards, |
620 | you can re-base by using the <filename>git rebase -i</filename> command to | 648 | you can re-base by using the <filename>git rebase -i</filename> command to |
621 | manipulate the commits and | 649 | 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 @@ | |||
31 | <revision> | 31 | <revision> |
32 | <revnumber>0.9</revnumber> | 32 | <revnumber>0.9</revnumber> |
33 | <date>24 November 2010</date> | 33 | <date>24 November 2010</date> |
34 | <revremark>This revision is the initial document draft and corresponds with | 34 | <revremark>The initial document draft released with the Yocto Project 0.9 Release.</revremark> |
35 | the Yocto Project 0.9 Release.</revremark> | ||
36 | </revision> | 35 | </revision> |
37 | <revision> | 36 | <revision> |
38 | <revnumber>1.0</revnumber> | 37 | <revnumber>1.0</revnumber> |
39 | <date>6 April 2011</date> | 38 | <date>6 April 2011</date> |
40 | <revremark>This revision corresponds with the Yocto Project 1.0 Release.</revremark> | 39 | <revremark>Released with the Yocto Project 1.0 Release.</revremark> |
41 | </revision> | 40 | </revision> |
42 | <revision> | 41 | <revision> |
43 | <revnumber>1.0.1</revnumber> | 42 | <revnumber>1.0.1</revnumber> |
44 | <date>23 May 2011</date> | 43 | <date>23 May 2011</date> |
45 | <revremark>Released with Yocto Project 1.0.1 on 23 May 2011.</revremark> | 44 | <revremark>Released with the Yocto Project 1.0.1 Release.</revremark> |
45 | </revision> | ||
46 | <revision> | ||
47 | <revnumber>1.1</revnumber> | ||
48 | <date>6 October 2011</date> | ||
49 | <revremark>Released with the Yocto Project 1.1 Release.</revremark> | ||
46 | </revision> | 50 | </revision> |
47 | </revhistory> | 51 | </revhistory> |
48 | 52 | ||