mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a8def2777c
commit
e3a3bdd81f
+24
-2
@@ -115,11 +115,20 @@ TARFILES = dev-style.css dev-manual.html dev-manual.pdf \
|
|||||||
figures/kernel-overview-3-denzil.png \
|
figures/kernel-overview-3-denzil.png \
|
||||||
figures/source-repos.png figures/yp-download.png \
|
figures/source-repos.png figures/yp-download.png \
|
||||||
figures/wip.png
|
figures/wip.png
|
||||||
|
else ifeq ($(BRANCH),danny)
|
||||||
|
TARFILES = dev-style.css dev-manual.html dev-manual.pdf \
|
||||||
|
figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
|
||||||
|
figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
|
||||||
|
figures/kernel-example-repos-danny.png \
|
||||||
|
figures/kernel-overview-1.png figures/kernel-overview-2.png \
|
||||||
|
figures/kernel-overview-3-denzil.png \
|
||||||
|
figures/source-repos.png figures/yp-download.png \
|
||||||
|
figures/wip.png
|
||||||
else
|
else
|
||||||
TARFILES = dev-style.css dev-manual.html dev-manual.pdf \
|
TARFILES = dev-style.css dev-manual.html dev-manual.pdf \
|
||||||
figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
|
figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
|
||||||
figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
|
figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
|
||||||
figures/kernel-example-repos-denzil.png \
|
figures/kernel-example-repos-danny.png \
|
||||||
figures/kernel-overview-1.png figures/kernel-overview-2.png \
|
figures/kernel-overview-1.png figures/kernel-overview-2.png \
|
||||||
figures/kernel-overview-3-denzil.png \
|
figures/kernel-overview-3-denzil.png \
|
||||||
figures/source-repos.png figures/yp-download.png \
|
figures/source-repos.png figures/yp-download.png \
|
||||||
@@ -176,6 +185,19 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
|
|||||||
figures/kernel-overview-3-denzil.png \
|
figures/kernel-overview-3-denzil.png \
|
||||||
figures/source-repos.png figures/yp-download.png \
|
figures/source-repos.png figures/yp-download.png \
|
||||||
figures/wip.png
|
figures/wip.png
|
||||||
|
else ifeq ($(BRANCH),danny)
|
||||||
|
TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \
|
||||||
|
figures/using-a-pre-built-image.png \
|
||||||
|
figures/poky-title.png \
|
||||||
|
figures/adt-title.png figures/bsp-title.png \
|
||||||
|
figures/kernel-title.png figures/kernel-architecture-overview.png \
|
||||||
|
figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
|
||||||
|
figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
|
||||||
|
figures/kernel-example-repos-danny.png \
|
||||||
|
figures/kernel-overview-1.png figures/kernel-overview-2.png \
|
||||||
|
figures/kernel-overview-3-denzil.png \
|
||||||
|
figures/source-repos.png figures/yp-download.png \
|
||||||
|
figures/wip.png
|
||||||
else
|
else
|
||||||
TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \
|
TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures/building-an-image.png \
|
||||||
figures/using-a-pre-built-image.png \
|
figures/using-a-pre-built-image.png \
|
||||||
@@ -184,7 +206,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
|
|||||||
figures/kernel-title.png figures/kernel-architecture-overview.png \
|
figures/kernel-title.png figures/kernel-architecture-overview.png \
|
||||||
figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
|
figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \
|
||||||
figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
|
figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \
|
||||||
figures/kernel-example-repos-denzil.png \
|
figures/kernel-example-repos-danny.png \
|
||||||
figures/kernel-overview-1.png figures/kernel-overview-2.png \
|
figures/kernel-overview-1.png figures/kernel-overview-2.png \
|
||||||
figures/kernel-overview-3-denzil.png \
|
figures/kernel-overview-3-denzil.png \
|
||||||
figures/source-repos.png figures/yp-download.png \
|
figures/source-repos.png figures/yp-download.png \
|
||||||
|
|||||||
@@ -41,11 +41,11 @@
|
|||||||
Briefly, you need the following:
|
Briefly, you need the following:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>A local
|
<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>
|
poky Git repository</para></listitem>
|
||||||
<listitem><para>Local copies of the
|
<listitem><para>Local copies of the
|
||||||
<link linkend='poky-extras-repo'><filename>poky-extras</filename></link>
|
<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
|
<listitem><para>A bare clone of the
|
||||||
<link linkend='local-kernel-files'>Yocto Project Kernel</link> upstream Git
|
<link linkend='local-kernel-files'>Yocto Project Kernel</link> upstream Git
|
||||||
repository to which you want to push your modifications.
|
repository to which you want to push your modifications.
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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" />
|
align="center" scale="100" />
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -76,10 +76,10 @@
|
|||||||
<listitem><para><emphasis>Local Source Directory:</emphasis>
|
<listitem><para><emphasis>Local Source Directory:</emphasis>
|
||||||
This area contains all the metadata that supports building images
|
This area contains all the metadata that supports building images
|
||||||
using the OpenEmbedded build system.
|
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
|
contains the build directory, which contains the configuration directory
|
||||||
that lets you control the build.
|
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>
|
<filename>poky-extras</filename> Git repository.</para>
|
||||||
<para>See the bulleted item
|
<para>See the bulleted item
|
||||||
"<link linkend='local-yp-release'>Yocto Project Release</link>"
|
"<link linkend='local-yp-release'>Yocto Project Release</link>"
|
||||||
@@ -132,17 +132,17 @@
|
|||||||
<title>Setting Up the Local Source Directory</title>
|
<title>Setting Up the Local Source Directory</title>
|
||||||
|
|
||||||
<para>
|
<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.
|
cloning the <filename>poky</filename> Git repository.
|
||||||
This example uses <filename>poky</filename> as the root directory of the
|
This example uses <filename>poky</filename> as the root directory of the
|
||||||
local source directory.
|
local Source Directory.
|
||||||
See the bulleted item
|
See the bulleted item
|
||||||
"<link linkend='local-yp-release'>Yocto Project Release</link>"
|
"<link linkend='local-yp-release'>Yocto Project Release</link>"
|
||||||
for information on how to get these files.
|
for information on how to get these files.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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.
|
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
|
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:
|
in the upstream Git repository by using either of the following commands:
|
||||||
@@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
This example creates a local copy of the <filename>poky-extras</filename> Git
|
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
|
See the bulleted item "<link linkend='poky-extras-repo'>The
|
||||||
<filename>poky-extras</filename> Git Repository</link>"
|
<filename>poky-extras</filename> Git Repository</link>"
|
||||||
for information on how to set up a local copy of the
|
for information on how to set up a local copy of the
|
||||||
@@ -530,7 +530,7 @@
|
|||||||
<para>
|
<para>
|
||||||
If you took the time to work through the example that modifies the kernel source code
|
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
|
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.
|
host machine.
|
||||||
If this is the case, go to the next section, which is titled
|
If this is the case, go to the next section, which is titled
|
||||||
"<link linkend='examining-the-default-config-smp-behavior'>Examining the Default
|
"<link linkend='examining-the-default-config-smp-behavior'>Examining the Default
|
||||||
@@ -539,11 +539,11 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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
|
you can get them through tarball extraction or by
|
||||||
cloning the <filename>poky</filename> Git repository.
|
cloning the <filename>poky</filename> Git repository.
|
||||||
This example uses <filename>poky</filename> as the root directory of the
|
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
|
See the bulleted item
|
||||||
"<link linkend='local-yp-release'>Yocto Project Release</link>"
|
"<link linkend='local-yp-release'>Yocto Project Release</link>"
|
||||||
for information on how to get these files.
|
for information on how to get these files.
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user