summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-04 08:38:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-07 13:15:35 +0100
commit4364f11ae332cfbc1ed48e9c8b4fd3f26c732b7b (patch)
treeb041c975a2c7632318d27eab699f6b6a0cfc4822 /documentation/dev-manual
parent502b0166ae414aac9e6aef0bc2e213e38236666e (diff)
downloadast2050-yocto-poky-4364f11ae332cfbc1ed48e9c8b4fd3f26c732b7b.zip
ast2050-yocto-poky-4364f11ae332cfbc1ed48e9c8b4fd3f26c732b7b.tar.gz
documentation: Makefile, dev-manual - Updated kernel example repo figure
Danny, the "kernel-example-repo-<release>.png" file changed to "kernel-example-repo-danny.png". To correctly make the dev-manual and the mega-manual some things needed to change: 1. New figure created and added to both the dev-manual and the mega-manuals figures directory. 2. The "kernel-example-repo-denzil.png" files from the dev-manual and mega-manual figures directory was removed. 3. The Makefile was adjusted so a new BRANCH=danny area now exists to set TARFILES for both dev-manual and mega-manual. (From yocto-docs rev: 8b2ff6b657a1486559799e219baaec9fde2e5c6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml24
-rw-r--r--documentation/dev-manual/figures/kernel-example-repos-danny.pngbin0 -> 25097 bytes
-rw-r--r--documentation/dev-manual/figures/kernel-example-repos-denzil.pngbin34344 -> 0 bytes
3 files changed, 12 insertions, 12 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 3a65df1..62410c9 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -41,11 +41,11 @@
Briefly, you need the following:
<itemizedlist>
<listitem><para>A local
- <link linkend='source-directory'>source directory</link> for the
+ <link linkend='source-directory'>Source Directory</link> for the
poky Git repository</para></listitem>
<listitem><para>Local copies of the
<link linkend='poky-extras-repo'><filename>poky-extras</filename></link>
- Git repository placed within the source directory.</para></listitem>
+ Git repository placed within the Source Directory.</para></listitem>
<listitem><para>A bare clone of the
<link linkend='local-kernel-files'>Yocto Project Kernel</link> upstream Git
repository to which you want to push your modifications.
@@ -66,7 +66,7 @@
</para>
<para>
- <imagedata fileref="figures/kernel-example-repos-denzil.png" width="7in" depth="5in"
+ <imagedata fileref="figures/kernel-example-repos-danny.png" width="7in" depth="5in"
align="center" scale="100" />
</para>
@@ -76,10 +76,10 @@
<listitem><para><emphasis>Local Source Directory:</emphasis>
This area contains all the metadata that supports building images
using the OpenEmbedded build system.
- In this example, the source directory also
+ In this example, the Source Directory also
contains the build directory, which contains the configuration directory
that lets you control the build.
- Also in this example, the source directory contains local copies of the
+ Also in this example, the Source Directory contains local copies of the
<filename>poky-extras</filename> Git repository.</para>
<para>See the bulleted item
"<link linkend='local-yp-release'>Yocto Project Release</link>"
@@ -132,17 +132,17 @@
<title>Setting Up the Local Source Directory</title>
<para>
- You can set up the source directory through tarball extraction or by
+ You can set up the Source Directory through tarball extraction or by
cloning the <filename>poky</filename> Git repository.
This example uses <filename>poky</filename> as the root directory of the
- local source directory.
+ local Source Directory.
See the bulleted item
"<link linkend='local-yp-release'>Yocto Project Release</link>"
for information on how to get these files.
</para>
<para>
- Once you have source directory set up,
+ Once you have Source Directory set up,
you have many development branches from which you can work.
From inside the local repository you can see the branch names and the tag names used
in the upstream Git repository by using either of the following commands:
@@ -168,7 +168,7 @@
<para>
This example creates a local copy of the <filename>poky-extras</filename> Git
- repository inside the <filename>poky</filename> source directory.
+ repository inside the <filename>poky</filename> Source Directory.
See the bulleted item "<link linkend='poky-extras-repo'>The
<filename>poky-extras</filename> Git Repository</link>"
for information on how to set up a local copy of the
@@ -530,7 +530,7 @@
<para>
If you took the time to work through the example that modifies the kernel source code
in "<link linkend='modifying-the-kernel-source-code'>Modifying the Kernel Source
- Code</link>" you should already have the source directory set up on your
+ Code</link>" you should already have the Source Directory set up on your
host machine.
If this is the case, go to the next section, which is titled
"<link linkend='examining-the-default-config-smp-behavior'>Examining the Default
@@ -539,11 +539,11 @@
</para>
<para>
- If you don't have the source directory established on your system,
+ If you don't have the Source Directory established on your system,
you can get them through tarball extraction or by
cloning the <filename>poky</filename> Git repository.
This example uses <filename>poky</filename> as the root directory of the
- <link linkend='source-directory'>source directory</link>.
+ <link linkend='source-directory'>Source Directory</link>.
See the bulleted item
"<link linkend='local-yp-release'>Yocto Project Release</link>"
for information on how to get these files.
diff --git a/documentation/dev-manual/figures/kernel-example-repos-danny.png b/documentation/dev-manual/figures/kernel-example-repos-danny.png
new file mode 100644
index 0000000..01cf47c
--- /dev/null
+++ b/documentation/dev-manual/figures/kernel-example-repos-danny.png
Binary files differ
diff --git a/documentation/dev-manual/figures/kernel-example-repos-denzil.png b/documentation/dev-manual/figures/kernel-example-repos-denzil.png
deleted file mode 100644
index 79fc606..0000000
--- a/documentation/dev-manual/figures/kernel-example-repos-denzil.png
+++ /dev/null
Binary files differ
OpenPOWER on IntegriCloud