summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml34
1 files changed, 20 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 0836fe9..58f33e8 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -1,5 +1,6 @@
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
+[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
<appendix id='dev-manual-kernel-appendix'>
@@ -43,10 +44,15 @@
structures you need.
Briefly, you need the following:
<itemizedlist>
- <listitem><para>A local Yocto Project files Git repository</para></listitem>
- <listitem><para>The <filename>poky-extras</filename> Git repository placed
- within the local Yocto Project files Git repository</para></listitem>
- <listitem><para>A bare clone of the Linux Yocto kernel upstream Git
+ <listitem><para>A local
+ <link linkend='yocto-project-files'>Yocto Project Files</link>
+ Git repository</para></listitem>
+ <listitem><para>The
+ <link linkend='poky-extras-repo'><filename>poky-extras</filename></link>
+ Git repository placed within the local Yocto Project files Git
+ repository</para></listitem>
+ <listitem><para>A bare clone of the
+ <link linkend='local-kernel-files'>Linux Yocto Kernel</link> upstream Git
repository to which you want to push your modifications.
</para></listitem>
<listitem><para>A copy of that bare clone in which you make your source
@@ -154,9 +160,9 @@
The following commands create and checkout the local <filename>edison</filename>
branch:
<literallayout class='monospaced'>
- $ git checkout -b edison origin/edison
- Branch edison set up to track remote branch edison from origin.
- Switched to a new branch 'edison'
+ $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
+ Branch edison set up to track remote branch &DISTRO_NAME; from origin.
+ Switched to a new branch '&DISTRO_NAME;'
</literallayout>
</para>
</section>
@@ -539,14 +545,14 @@
$ git branch -a
$ git tag -l
</literallayout>
- This example uses the Yocto Project 1.1.1 Release code named "edison",
- which maps to the <filename>edison</filename> branch in the repository.
- The following commands create and checkout the local <filename>edison</filename>
+ This example uses the Yocto Project 1.1.1 Release code named "&DISTRO_NAME;",
+ which maps to the <filename>&DISTRO_NAME;</filename> branch in the repository.
+ The following commands create and checkout the local <filename>&DISTRO_NAME;</filename>
branch:
<literallayout class='monospaced'>
- $ git checkout -b edison origin/edison
- Branch edison set up to track remote branch edison from origin.
- Switched to a new branch 'edison'
+ $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
+ Branch edison set up to track remote branch &DISTRO_NAME; from origin.
+ Switched to a new branch '&DISTRO_NAME;'
</literallayout>
</para>
OpenPOWER on IntegriCloud