1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

documentation: Updated everything for new overview-manual

This involved changing the root manual folder from
"getting-started" to "overview-manual".

Also, every link using the ENTITY "YOCTO_DOCS_GS_URL" was
changed to "YOCTO_DOCS_OM_URL".  Most manuals had several
occurrences of these links.

The makefile needed updating to process the new manual
and not process the old "getting-started" manual.

(From yocto-docs rev: 1abf64e56e9096258038ae37b787a81bf786bb3b)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-04-12 10:57:32 -07:00
committed by Richard Purdie
parent 3a8b4648d4
commit 0b07e5c00d
26 changed files with 118 additions and 122 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \
--stringparam section.autolabel 0 \ --stringparam section.autolabel 0 \
--stringparam section.label.includes.component.label 0 \ --stringparam section.label.includes.component.label 0 \
--xinclude --xinclude
ALLPREQ = html tarball ALLPREQ = html eclipse tarball
TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/bypqs-title.png \ TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/bypqs-title.png \
figures/yocto-project-transp.png figures/yocto-project-transp.png
MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse
@@ -52,7 +52,7 @@
<para> <para>
If you want more conceptual or background information on the If you want more conceptual or background information on the
Yocto Project, see the Yocto Project, see the
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>.
</para> </para>
</section> </section>
@@ -242,7 +242,7 @@
</literallayout> </literallayout>
For information on using the For information on using the
<filename>bitbake</filename> command, see the <filename>bitbake</filename> command, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-components-bitbake'>BitBake</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-components-bitbake'>BitBake</ulink>"
section in the Yocto Project Overview and Concepts Manual, section in the Yocto Project Overview and Concepts Manual,
or see the or see the
"<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>" "<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual-command'>BitBake Command</ulink>"
@@ -302,7 +302,7 @@
<listitem><para> <listitem><para>
<emphasis>Yocto Project Overview and Concepts Manual:</emphasis> <emphasis>Yocto Project Overview and Concepts Manual:</emphasis>
The The
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink> <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>
is a great place to start to learn about the is a great place to start to learn about the
Yocto Project. Yocto Project.
This manual introduces you to the Yocto Project and its This manual introduces you to the Yocto Project and its
+4 -4
View File
@@ -56,7 +56,7 @@
To help understand the BSP layer concept, consider the BSPs that the To help understand the BSP layer concept, consider the BSPs that the
Yocto Project supports and provides with each release. Yocto Project supports and provides with each release.
You can see the layers in the You can see the layers in the
<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>
through a web interface at through a web interface at
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>. <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'></ulink>.
If you go to that interface, you will find a list of repositories If you go to that interface, you will find a list of repositories
@@ -340,7 +340,7 @@
It is also intended that it will be be simple to extract It is also intended that it will be be simple to extract
information and convert it to other formats if required. information and convert it to other formats if required.
The OpenEmbedded build system, through its standard The OpenEmbedded build system, through its standard
<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>layers mechanism</ulink>, <ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>layers mechanism</ulink>,
can directly accept the format described as a layer. can directly accept the format described as a layer.
The BSP layer captures all the hardware-specific details The BSP layer captures all the hardware-specific details
in one place using a standard format, which is useful in one place using a standard format, which is useful
@@ -1056,7 +1056,7 @@
information for the project that the information for the project that the
OpenEmbedded build system knows about. OpenEmbedded build system knows about.
For more information on layers, see the For more information on layers, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
section in the Yocto Project Overview and Concepts section in the Yocto Project Overview and Concepts
Manual. Manual.
You can also reference the You can also reference the
@@ -1687,7 +1687,7 @@
Thus, the build system can build the corresponding Thus, the build system can build the corresponding
recipe and include the component in the image. recipe and include the component in the image.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
section in the Yocto Project Overview and Concepts section in the Yocto Project Overview and Concepts
Manual for details on how to use these variables. Manual for details on how to use these variables.
</para> </para>
@@ -24,7 +24,7 @@
each other. each other.
For introductory information on the Yocto Project Layer Model, For introductory information on the Yocto Project Layer Model,
see the see the
"<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
@@ -1855,7 +1855,7 @@
<para> <para>
You can find more information about the build process in You can find more information about the build process in
"<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>"
chapter of the Yocto Project Overview and Concepts Manual. chapter of the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -1872,7 +1872,7 @@
Your recipe must have a <filename>SRC_URI</filename> variable Your recipe must have a <filename>SRC_URI</filename> variable
that points to where the source is located. that points to where the source is located.
For a graphical representation of source locations, see the For a graphical representation of source locations, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#sources-dev-environment'>Sources</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#sources-dev-environment'>Sources</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
@@ -2185,7 +2185,7 @@
containing the current checksum. containing the current checksum.
For more explanation and examples of how to set the For more explanation and examples of how to set the
<filename>LIC_FILES_CHKSUM</filename> variable, see the <filename>LIC_FILES_CHKSUM</filename> variable, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
section in the Yocto Project Overview and Concepts section in the Yocto Project Overview and Concepts
Manual.</para> Manual.</para>
@@ -2334,7 +2334,7 @@
automatically add a runtime dependency to "mypackage" on automatically add a runtime dependency to "mypackage" on
"example"). "example").
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and Concepts Manual for section in the Yocto Project Overview and Concepts Manual for
further details. further details.
</para> </para>
@@ -3398,7 +3398,7 @@
The variable The variable
<filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename> <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LIC_FILES_CHKSUM'>LIC_FILES_CHKSUM</ulink></filename>
is used to track source license changes as described in the is used to track source license changes as described in the
"<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
You can quickly create Autotool-based recipes in a manner You can quickly create Autotool-based recipes in a manner
similar to the previous example. similar to the previous example.
@@ -3606,7 +3606,7 @@
allows runtime dependencies between packages allows runtime dependencies between packages
to be added automatically. to be added automatically.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and section in the Yocto Project Overview and
Concepts Manual for more information. Concepts Manual for more information.
</para></listitem> </para></listitem>
@@ -6347,7 +6347,7 @@
can use an existing file provided by the Wic installation. can use an existing file provided by the Wic installation.
As shipped, kickstart files can be found in the As shipped, kickstart files can be found in the
Yocto Project Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
in the following two locations: in the following two locations:
<literallayout class='monospaced'> <literallayout class='monospaced'>
poky/meta-yocto-bsp/wic poky/meta-yocto-bsp/wic
@@ -8506,7 +8506,7 @@ Some notes from Cal:
<para> <para>
Because the OpenEmbedded build system uses Because the OpenEmbedded build system uses
"<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>signatures</ulink>", "<ulink url='&YOCTO_DOCS_OM_URL;#overview-checksums'>signatures</ulink>",
which are unique to a given build, the build system which are unique to a given build, the build system
knows when to rebuild packages. knows when to rebuild packages.
All the inputs into a given task are represented by a All the inputs into a given task are represented by a
@@ -8610,7 +8610,7 @@ Some notes from Cal:
<para> <para>
For more information on shared state, see the For more information on shared state, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>Shared State Cache</ulink>"
section in the Yocto Project Overview and Concepts section in the Yocto Project Overview and Concepts
Manual. Manual.
</para> </para>
@@ -8856,7 +8856,7 @@ Some notes from Cal:
<filename>connman.inc</filename> file in the <filename>connman.inc</filename> file in the
<filename>meta/recipes-connectivity/connman/</filename> <filename>meta/recipes-connectivity/connman/</filename>
directory of the <filename>poky</filename> directory of the <filename>poky</filename>
<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>source repository</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>source repository</ulink>.
You can also find examples in You can also find examples in
<filename>meta/classes/kernel.bbclass</filename>. <filename>meta/classes/kernel.bbclass</filename>.
</para> </para>
@@ -10399,7 +10399,7 @@ Some notes from Cal:
Enabling build history as previously described causes the Enabling build history as previously described causes the
OpenEmbedded build system to collect build output information OpenEmbedded build system to collect build output information
and commit it as a single commit to a local and commit it as a single commit to a local
<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>
repository. repository.
<note> <note>
Enabling build history increases your build times slightly, Enabling build history increases your build times slightly,
@@ -12261,7 +12261,7 @@ Some notes from Cal:
${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1 ${BUILDDIR}/tmp/stamps/i586-poky-linux/db/6.0.30-r1.do_fetch.sigdata.7c048c18222b16ff0bcee2000ef648b1
</literallayout> </literallayout>
For tasks that are accelerated through the shared state For tasks that are accelerated through the shared state
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
cache, an additional <filename>siginfo</filename> file cache, an additional <filename>siginfo</filename> file
is written into is written into
<ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#var-SSTATE_DIR'><filename>SSTATE_DIR</filename></ulink>
@@ -12370,7 +12370,7 @@ Some notes from Cal:
<filename>-c</filename>, BitBake will only run the task if it <filename>-c</filename>, BitBake will only run the task if it
considers it "out of date". considers it "out of date".
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
section in the Yocto Project Overview and Concepts Manual for section in the Yocto Project Overview and Concepts Manual for
how BitBake determines whether a task is "out of date". how BitBake determines whether a task is "out of date".
</para> </para>
@@ -99,7 +99,7 @@
with the OpenEmbedded build system is advisable. with the OpenEmbedded build system is advisable.
Of the SCMs BitBake supports, the Of the SCMs BitBake supports, the
Yocto Project team strongly recommends using Yocto Project team strongly recommends using
<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>.
Git is a distributed system that is easy to backup, Git is a distributed system that is easy to backup,
allows you to work remotely, and then connects back to the allows you to work remotely, and then connects back to the
infrastructure. infrastructure.
@@ -311,7 +311,7 @@
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
Use Use
<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>
as the source control system. as the source control system.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
@@ -325,7 +325,7 @@
Separate the project's Metadata and code by using Separate the project's Metadata and code by using
separate Git repositories. separate Git repositories.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
section for information on these repositories. section for information on these repositories.
See the See the
"<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>" "<link linkend='working-with-yocto-project-source-files'>Working With Yocto Project Source Files</link>"
@@ -549,7 +549,7 @@
pull the change into the component's upstream repository. pull the change into the component's upstream repository.
You do this by pushing to a contribution repository that is upstream. You do this by pushing to a contribution repository that is upstream.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#gs-git-workflows-and-the-yocto-project'>Git Workflows and the Yocto Project</ulink>"
section in the Yocto Project Overview and Concepts Manual for additional section in the Yocto Project Overview and Concepts Manual for additional
concepts on working in the Yocto Project development environment. concepts on working in the Yocto Project development environment.
</para> </para>
@@ -749,7 +749,7 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<emphasis>Search by File:</emphasis> <emphasis>Search by File:</emphasis>
Using <ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>, Using <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>,
you can enter the following command to bring up a you can enter the following command to bring up a
short list of all commits against a specific file: short list of all commits against a specific file:
<literallayout class='monospaced'> <literallayout class='monospaced'>
@@ -260,12 +260,12 @@
<listitem><para> <listitem><para>
For concepts and introductory information about Git as it For concepts and introductory information about Git as it
is used in the Yocto Project, see the is used in the Yocto Project, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
For concepts on Yocto Project source repositories, see the For concepts on Yocto Project source repositories, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
section in the Yocto Project Overview and Concepts Manual." section in the Yocto Project Overview and Concepts Manual."
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
@@ -277,7 +277,7 @@
<para> <para>
Working from a copy of the upstream Yocto Project Working from a copy of the upstream Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
is the preferred method for obtaining and using a Yocto Project is the preferred method for obtaining and using a Yocto Project
release. release.
You can view the Yocto Project Source Repositories at You can view the Yocto Project Source Repositories at
@@ -306,7 +306,7 @@
<listitem><para> <listitem><para>
<emphasis>Find the URL Used to Clone the Repository:</emphasis> <emphasis>Find the URL Used to Clone the Repository:</emphasis>
At the bottom of the page, note the URL used to At the bottom of the page, note the URL used to
<ulink url='&YOCTO_DOCS_GS_URL;#git-commands-clone'>clone</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#git-commands-clone'>clone</ulink>
that repository (e.g. that repository (e.g.
<filename>&YOCTO_GIT_URL;/poky</filename>). <filename>&YOCTO_GIT_URL;/poky</filename>).
<note> <note>
@@ -473,7 +473,7 @@
<para> <para>
You create your Source Directory by using You create your Source Directory by using
<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> to clone a local <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> to clone a local
copy of the upstream <filename>poky</filename> repository. copy of the upstream <filename>poky</filename> repository.
<note><title>Tip</title> <note><title>Tip</title>
The preferred method of getting the Yocto Project Source The preferred method of getting the Yocto Project Source
@@ -748,7 +748,7 @@
<ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink> <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>
under <filename>tmp/deploy/images</filename>. under <filename>tmp/deploy/images</filename>.
For detailed information on the build process using BitBake, see the For detailed information on the build process using BitBake, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
@@ -21,7 +21,7 @@
<para> <para>
Kernel Metadata exists in many places. Kernel Metadata exists in many places.
One area in the Yocto Project One area in the Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
is the <filename>yocto-kernel-cache</filename> Git repository. is the <filename>yocto-kernel-cache</filename> Git repository.
You can find this repository grouped under the "Yocto Linux Kernel" You can find this repository grouped under the "Yocto Linux Kernel"
heading in the heading in the
@@ -79,7 +79,7 @@
</literallayout> </literallayout>
<note> <note>
The previous commands assume the The previous commands assume the
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
(i.e. <filename>poky</filename>) have been cloned (i.e. <filename>poky</filename>) have been cloned
using Git and the local repository is named using Git and the local repository is named
"poky". "poky".
@@ -303,7 +303,7 @@
</literallayout> </literallayout>
<note> <note>
The previous commands assume the The previous commands assume the
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
(i.e. <filename>poky</filename>) have been cloned (i.e. <filename>poky</filename>) have been cloned
using Git and the local repository is named using Git and the local repository is named
"poky". "poky".
@@ -49,7 +49,7 @@
<para> <para>
You can find a web interface to the Yocto Linux kernels in the You can find a web interface to the Yocto Linux kernels in the
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
at at
<ulink url='&YOCTO_GIT_URL;'></ulink>. <ulink url='&YOCTO_GIT_URL;'></ulink>.
If you look at the interface, you will see to the left a If you look at the interface, you will see to the left a
@@ -239,7 +239,7 @@
<ulink url='http://git-scm.com/documentation'></ulink>. <ulink url='http://git-scm.com/documentation'></ulink>.
You can also get an introduction to Git as it You can also get an introduction to Git as it
applies to the Yocto Project in the applies to the Yocto Project in the
"<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink>"
section in the Yocto Project Overview and Concepts section in the Yocto Project Overview and Concepts
Manual. Manual.
The latter reference provides an overview of The latter reference provides an overview of
@@ -382,7 +382,7 @@
generic kernel just for conceptual purposes. generic kernel just for conceptual purposes.
Also keep in mind that this structure represents the Yocto Also keep in mind that this structure represents the Yocto
Project Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
that are either pulled from during the build or established that are either pulled from during the build or established
on the host development system prior to the build by either on the host development system prior to the build by either
cloning a particular kernel's Git repository or by cloning a particular kernel's Git repository or by
@@ -112,7 +112,7 @@
document. document.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink> <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename> workflow</ulink>
@@ -203,8 +203,8 @@
<para> <para>
For more introductory information on the Yocto Project's layer For more introductory information on the Yocto Project's layer
model, see the model, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" "<link linkend='the-yocto-project-layer-model'>The Yocto Project Layer Model</link>"
section in the Yocto Project Overview and Concepts Manual. section.
For procedures on how to create layers, see the For procedures on how to create layers, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
section in the Yocto Project Development Tasks Manual. section in the Yocto Project Development Tasks Manual.
@@ -1567,7 +1567,7 @@
<ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#var-STAMP'><filename>STAMP</filename></ulink>
variable, and the end of the name consists of the task's variable, and the end of the name consists of the task's
name and current name and current
<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksum</ulink>. <link linkend='overview-checksums'>input checksum</link>.
<note> <note>
This naming scheme assumes that This naming scheme assumes that
<ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink> <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SIGNATURE_HANDLER'><filename>BB_SIGNATURE_HANDLER</filename></ulink>
@@ -654,9 +654,8 @@
when they do not.</para> when they do not.</para>
<para>You can read more about Pseudo in the <para>You can read more about Pseudo in the
"<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>" "<link linkend='fakeroot-and-pseudo'>Fakeroot and Pseudo</link>"
section of the Yocto Project Overview and Concepts section.
Manual.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@@ -695,10 +694,8 @@
the Yocto Project. the Yocto Project.
The Yocto Project and the OpenEmbedded Project both The Yocto Project and the OpenEmbedded Project both
maintain the OpenEmbedded-Core. maintain the OpenEmbedded-Core.
You can find the OE-Core metadata in the Yocto You can find the OE-Core metadata in the Yocto Project
Project <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta'>Source Repositories</ulink>.
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>
<ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta'>here</ulink>.
</para> </para>
<para>Historically, the Yocto Project integrated the <para>Historically, the Yocto Project integrated the
@@ -777,9 +774,8 @@
in constrained environments.</para> in constrained environments.</para>
<para>You can find the Matchbox source in its <para>You can find the Matchbox source in its
<ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'>repository</ulink> <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>repository</ulink>
listed in the Yocto Project listed in the Yocto Project Source Repositories.
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<emphasis>Opkg</emphasis> <emphasis>Opkg</emphasis>
@@ -1143,8 +1139,8 @@
<para> <para>
For a very detailed look at this workflow, see the For a very detailed look at this workflow, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#development-concepts'>Development Concepts</ulink>" "<link linkend='development-concepts'>Development Concepts</link>"
section in the Yocto Project Overview and Concepts Manual. section.
</para> </para>
</section> </section>
+1 -1
View File
@@ -417,7 +417,7 @@
<para> <para>
You can find more information on licensing in the You can find more information on licensing in the
"<ulink url='&YOCTO_DOCS_GS_URL;#licensing'>Licensing</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#licensing'>Licensing</ulink>"
section in the Yocto Project Overview and Concepts Manual section in the Yocto Project Overview and Concepts Manual
and also in the and also in the
"<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
+3 -3
View File
@@ -293,7 +293,7 @@
For the remainder, you can now find them in the For the remainder, you can now find them in the
<filename>meta-extras</filename> repository, which is in the <filename>meta-extras</filename> repository, which is in the
Yocto Project Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>.
</para> </para>
</section> </section>
</section> </section>
@@ -1748,7 +1748,7 @@
<para> <para>
The minimum The minimum
<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> version <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> version
required on the build host is now 1.7.8 because the required on the build host is now 1.7.8 because the
<filename>--list</filename> option is now required by <filename>--list</filename> option is now required by
BitBake's Git fetcher. BitBake's Git fetcher.
@@ -4038,7 +4038,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
<para>For an example, see the <para>For an example, see the
<filename>pixbufcache</filename> class in <filename>pixbufcache</filename> class in
<filename>meta/classes/</filename> in the Yocto Project <filename>meta/classes/</filename> in the Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>.
<note> <note>
The <filename>SSTATEPOSTINSTFUNCS</filename> variable The <filename>SSTATEPOSTINSTFUNCS</filename> variable
itself is now deprecated in favor of the itself is now deprecated in favor of the
+6 -6
View File
@@ -568,7 +568,7 @@
provides support for the recipes that build the Canadian provides support for the recipes that build the Canadian
Cross-compilation tools for SDKs. Cross-compilation tools for SDKs.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual for more section in the Yocto Project Overview and Concepts Manual for more
discussion on these cross-compilation tools. discussion on these cross-compilation tools.
</para> </para>
@@ -582,7 +582,7 @@
provides support for the recipes that build the cross-compilation provides support for the recipes that build the cross-compilation
tools used for building SDKs. tools used for building SDKs.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual for more section in the Yocto Project Overview and Concepts Manual for more
discussion on these cross-compilation tools. discussion on these cross-compilation tools.
</para> </para>
@@ -1251,7 +1251,7 @@
"<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>"
section in the Yocto Project Development Tasks Manual. section in the Yocto Project Development Tasks Manual.
For information on how images are created, see the For information on how images are created, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>"
section in the Yocto Project Overview and Concpets Manual. section in the Yocto Project Overview and Concpets Manual.
</para> </para>
</section> </section>
@@ -2722,7 +2722,7 @@ This check was removed for YP 2.3 release
<para> <para>
For more information on the cross-development toolchain For more information on the cross-development toolchain
generation, see the generation, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
For information on advantages gained when building a For information on advantages gained when building a
cross-development toolchain using the cross-development toolchain using the
@@ -3020,7 +3020,7 @@ This check was removed for YP 2.3 release
<para> <para>
For information on how root filesystem images are created, see the For information on how root filesystem images are created, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -3182,7 +3182,7 @@ This check was removed for YP 2.3 release
<para> <para>
For more information on sstate, see the For more information on sstate, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>Shared State Cache</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>Shared State Cache</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
+1 -1
View File
@@ -151,7 +151,7 @@
This image provides the Wayland protocol libraries and the This image provides the Wayland protocol libraries and the
reference Weston compositor. reference Weston compositor.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#wayland'>Wayland</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#wayland'>Wayland</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para></listitem> </para></listitem>
<listitem><para><filename>core-image-x11</filename>: <listitem><para><filename>core-image-x11</filename>:
@@ -61,7 +61,7 @@
<para> <para>
Each major release receives a codename that identifies the release in Each major release receives a codename that identifies the release in
the the
<ulink url='&YOCTO_DOCS_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>.
The concept is that branches of The concept is that branches of
<link linkend='metadata'>Metadata</link> <link linkend='metadata'>Metadata</link>
with the same codename are likely to be compatible and thus with the same codename are likely to be compatible and thus
@@ -217,7 +217,7 @@
in the <filename>poky</filename> repository. in the <filename>poky</filename> repository.
<note> <note>
You can find all these branches in the Yocto Project You can find all these branches in the Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>.
</note> </note>
Testing within these public branches ensures in a publicly visible way Testing within these public branches ensures in a publicly visible way
that all of the main supposed architectures and recipes in OE-Core that all of the main supposed architectures and recipes in OE-Core
+3 -3
View File
@@ -520,9 +520,9 @@
variable points to this directory. variable points to this directory.
For more detail on the contents of the <filename>deploy</filename> For more detail on the contents of the <filename>deploy</filename>
directory, see the directory, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>"
and and
"<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
sections in the Yocto Project Overview and Concepts Manual. sections in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -696,7 +696,7 @@
<para> <para>
For information on how BitBake uses stamp files to determine if For information on how BitBake uses stamp files to determine if
a task should be rerun, see the a task should be rerun, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -21,7 +21,7 @@
<para> <para>
For introductory information on the Yocto Project, see the For introductory information on the Yocto Project, see the
<ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> and the
"<ulink url='&YOCTO_DOCS_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>"
chapter in the Yocto Project Overview and Concepts Manual. chapter in the Yocto Project Overview and Concepts Manual.
</para> </para>
@@ -33,7 +33,7 @@
You can find "how-to" information in the You can find "how-to" information in the
<ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>. <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>.
You can find Yocto Project overview and conceptual information in the You can find Yocto Project overview and conceptual information in the
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>.
<note><title>Tip</title> <note><title>Tip</title>
For more information about the Yocto Project Documentation set, For more information about the Yocto Project Documentation set,
see the see the
+17 -17
View File
@@ -220,7 +220,7 @@
<para> <para>
For more information on image creation, see the For more information on image creation, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -246,7 +246,7 @@
<para> <para>
For more information on image creation, see the For more information on image creation, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -268,7 +268,7 @@
and and
<link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>), <link linkend='ref-tasks-rootfs'><filename>do_rootfs</filename></link>),
run under run under
<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
<note> <note>
<title>Caution</title> <title>Caution</title>
@@ -342,7 +342,7 @@
For additional information, see the For additional information, see the
<link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link> <link linkend='var-PKGDESTWORK'><filename>PKGDESTWORK</filename></link>
variable and the variable and the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -367,7 +367,7 @@
<filename>${</filename><link linkend='var-DEPLOY_DIR_DEB'><filename>DEPLOY_DIR_DEB</filename></link><filename>}</filename> <filename>${</filename><link linkend='var-DEPLOY_DIR_DEB'><filename>DEPLOY_DIR_DEB</filename></link><filename>}</filename>
directory in the package feeds area. directory in the package feeds area.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -381,7 +381,7 @@
<filename>${</filename><link linkend='var-DEPLOY_DIR_IPK'><filename>DEPLOY_DIR_IPK</filename></link><filename>}</filename> <filename>${</filename><link linkend='var-DEPLOY_DIR_IPK'><filename>DEPLOY_DIR_IPK</filename></link><filename>}</filename>
directory in the package feeds area. directory in the package feeds area.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -395,7 +395,7 @@
<filename>${</filename><link linkend='var-DEPLOY_DIR_RPM'><filename>DEPLOY_DIR_RPM</filename></link><filename>}</filename> <filename>${</filename><link linkend='var-DEPLOY_DIR_RPM'><filename>DEPLOY_DIR_RPM</filename></link><filename>}</filename>
directory in the package feeds area. directory in the package feeds area.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -408,7 +408,7 @@
<filename>${</filename><link linkend='var-DEPLOY_DIR_TAR'><filename>DEPLOY_DIR_TAR</filename></link><filename>}</filename> <filename>${</filename><link linkend='var-DEPLOY_DIR_TAR'><filename>DEPLOY_DIR_TAR</filename></link><filename>}</filename>
directory in the package feeds area. directory in the package feeds area.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</section> </section>
@@ -431,7 +431,7 @@
<para> <para>
Locates patch files and applies them to the source code. Locates patch files and applies them to the source code.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#patching-dev-environment'>Patching</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#patching-dev-environment'>Patching</ulink>"
section in the Yocto Project Overview and Concepts Manual for more section in the Yocto Project Overview and Concepts Manual for more
information. information.
</para> </para>
@@ -452,7 +452,7 @@
<para> <para>
Creates the file and directory structure for an installable SDK. Creates the file and directory structure for an installable SDK.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual for more section in the Yocto Project Overview and Concepts Manual for more
information. information.
</para> </para>
@@ -540,7 +540,7 @@
<link linkend='var-S'><filename>S</filename></link> variable also <link linkend='var-S'><filename>S</filename></link> variable also
plays a role in where unpacked source files ultimately reside. plays a role in where unpacked source files ultimately reside.
For more information on how source files are unpacked, see the For more information on how source files are unpacked, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#source-fetching-dev-environment'>Source Fetching</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#source-fetching-dev-environment'>Source Fetching</ulink>"
section in the Yocto Project Overview and Concepts Manual and also section in the Yocto Project Overview and Concepts Manual and also
see the <filename>WORKDIR</filename> and see the <filename>WORKDIR</filename> and
<filename>S</filename> variable descriptions. <filename>S</filename> variable descriptions.
@@ -620,7 +620,7 @@
<para> <para>
Running this task does not remove the Running this task does not remove the
<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>
cache files. cache files.
Consequently, if no changes have been made and the recipe is Consequently, if no changes have been made and the recipe is
rebuilt after cleaning, output files are simply restored from the rebuilt after cleaning, output files are simply restored from the
@@ -637,7 +637,7 @@
<para> <para>
Removes all output files, shared state Removes all output files, shared state
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
cache, and downloaded source files for a target (i.e. the contents cache, and downloaded source files for a target (i.e. the contents
of of
<link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>). <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link>).
@@ -668,13 +668,13 @@
<para> <para>
Removes all output files and shared state Removes all output files and shared state
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
cache for a target. cache for a target.
Essentially, the <filename>do_cleansstate</filename> task is Essentially, the <filename>do_cleansstate</filename> task is
identical to the identical to the
<link linkend='ref-tasks-clean'><filename>do_clean</filename></link> <link linkend='ref-tasks-clean'><filename>do_clean</filename></link>
task with the added removal of shared state task with the added removal of shared state
(<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>sstate</ulink>) (<ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>sstate</ulink>)
cache. cache.
</para> </para>
@@ -744,7 +744,7 @@
<para> <para>
Creates or updates the index in the Creates or updates the index in the
<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>
area. area.
<note> <note>
This task is not triggered with the This task is not triggered with the
@@ -796,7 +796,7 @@
Creates the root filesystem (file and directory structure) for an Creates the root filesystem (file and directory structure) for an
image. image.
See the See the
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual for more section in the Yocto Project Overview and Concepts Manual for more
information on how the root filesystem is created. information on how the root filesystem is created.
</para> </para>
+3 -3
View File
@@ -200,7 +200,7 @@
<para>Creation of these toolchains is simple and automated. <para>Creation of these toolchains is simple and automated.
For information on toolchain concepts as they apply to the For information on toolchain concepts as they apply to the
Yocto Project, see the Yocto Project, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
You can also find more information on using the You can also find more information on using the
relocatable toolchain in the relocatable toolchain in the
@@ -245,7 +245,7 @@
Yocto Project.</para> Yocto Project.</para>
<para>For introductory information on layers, see the <para>For introductory information on layers, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
For more detailed information on layers, see the For more detailed information on layers, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
@@ -470,7 +470,7 @@
<para>For more information on concepts related to Git <para>For more information on concepts related to Git
repositories, branches, and tags, see the repositories, branches, and tags, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para></listitem> </para></listitem>
<listitem><para><emphasis>Task:</emphasis> <listitem><para><emphasis>Task:</emphasis>
+24 -24
View File
@@ -3017,7 +3017,7 @@
<note><title>Caution</title> <note><title>Caution</title>
Tasks that read from or write to this directory should Tasks that read from or write to this directory should
run under run under
<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>fakeroot</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#fakeroot-and-pseudo'>fakeroot</ulink>.
</note> </note>
</para> </para>
</glossdef> </glossdef>
@@ -3264,7 +3264,7 @@
add any runtime dependencies between the add any runtime dependencies between the
packages produced by the two recipes. packages produced by the two recipes.
However, as explained in the However, as explained in the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and section in the Yocto Project Overview and
Concepts Manual, runtime dependencies will Concepts Manual, runtime dependencies will
often be added automatically, meaning often be added automatically, meaning
@@ -3329,10 +3329,10 @@
section. section.
For more detail on the contents of the For more detail on the contents of the
<filename>deploy</filename> directory, see the <filename>deploy</filename> directory, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>", "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>",
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>", "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>",
and and
"<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
sections all in the Yocto Project Overview and Concepts sections all in the Yocto Project Overview and Concepts
Manual. Manual.
</para> </para>
@@ -3373,7 +3373,7 @@
<link linkend='ref-tasks-package_write_deb'><filename>do_package_write_deb</filename></link> <link linkend='ref-tasks-package_write_deb'><filename>do_package_write_deb</filename></link>
task writes Debian packages into the appropriate folder. task writes Debian packages into the appropriate folder.
For more information on how packaging works, see the For more information on how packaging works, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -3403,9 +3403,9 @@
section. section.
For more detail on the contents of the For more detail on the contents of the
<filename>deploy</filename> directory, see the <filename>deploy</filename> directory, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#images-dev-environment'>Images</ulink>"
and and
"<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
sections both in the Yocto Project Overview and Concepts sections both in the Yocto Project Overview and Concepts
Manual. Manual.
</para> </para>
@@ -3445,7 +3445,7 @@
<link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link> <link linkend='ref-tasks-package_write_ipk'><filename>do_package_write_ipk</filename></link>
task writes IPK packages into the appropriate folder. task writes IPK packages into the appropriate folder.
For more information on how packaging works, see the For more information on how packaging works, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -3484,7 +3484,7 @@
<link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link> <link linkend='ref-tasks-package_write_rpm'><filename>do_package_write_rpm</filename></link>
task writes RPM packages into the appropriate folder. task writes RPM packages into the appropriate folder.
For more information on how packaging works, see the For more information on how packaging works, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -3523,7 +3523,7 @@
<link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link> <link linkend='ref-tasks-package_write_tar'><filename>do_package_write_tar</filename></link>
task writes TAR packages into the appropriate folder. task writes TAR packages into the appropriate folder.
For more information on how packaging works, see the For more information on how packaging works, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -4865,7 +4865,7 @@
The previous statement appears in the The previous statement appears in the
<filename>linux-yocto-dev.bbappend</filename> file, which <filename>linux-yocto-dev.bbappend</filename> file, which
is found in the Yocto Project is found in the Yocto Project
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#source-repositories'>Source Repositories</ulink>
in in
<filename>meta-intel/common/recipes-kernel/linux</filename>. <filename>meta-intel/common/recipes-kernel/linux</filename>.
Here, the machine override is a special Here, the machine override is a special
@@ -6106,7 +6106,7 @@
variables. variables.
You can find information on how the image You can find information on how the image
is created in the is created in the
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#image-generation-dev-environment'>Image Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -7980,7 +7980,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<link linkend='var-LICENSE'><filename>LICENSE</filename></link> <link linkend='var-LICENSE'><filename>LICENSE</filename></link>
is set to "CLOSED").</para> is set to "CLOSED").</para>
<para>For more information, see the <para>For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -8116,7 +8116,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
require additional licenses in order to be used in a require additional licenses in order to be used in a
commercial product. commercial product.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -8136,7 +8136,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
This practice is otherwise known as "whitelisting" This practice is otherwise known as "whitelisting"
license flags. license flags.
For more information, see the For more information, see the
<ulink url='&YOCTO_DOCS_GS_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>" <ulink url='&YOCTO_DOCS_OM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -10490,7 +10490,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
${STAGING_DIR_HOST}/pkgdata ${STAGING_DIR_HOST}/pkgdata
</literallayout> </literallayout>
For examples of how this data is used, see the For examples of how this data is used, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and Concepts Manual section in the Yocto Project Overview and Concepts Manual
and the and the
"<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#viewing-package-information-with-oe-pkgdata-util'>Viewing Package Information with <filename>oe-pkgdata-util</filename></ulink>"
@@ -10738,11 +10738,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<filename>PR</filename> to know when to rebuild a <filename>PR</filename> to know when to rebuild a
recipe. recipe.
The build system uses the task The build system uses the task
<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>input checksums</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#overview-checksums'>input checksums</ulink>
along with the along with the
<link linkend='structure-build-tmp-stamps'>stamp</link> <link linkend='structure-build-tmp-stamps'>stamp</link>
and and
<ulink url='&YOCTO_DOCS_GS_URL;#shared-state-cache'>shared state cache</ulink> <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>shared state cache</ulink>
mechanisms. mechanisms.
</note> </note>
The <filename>PR</filename> variable primarily becomes The <filename>PR</filename> variable primarily becomes
@@ -11011,7 +11011,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
</glossdef> </glossdef>
@@ -11328,7 +11328,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Therefore, most recipes do not need to set Therefore, most recipes do not need to set
<filename>RDEPENDS</filename>. <filename>RDEPENDS</filename>.
For more information, see the For more information, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
@@ -13848,7 +13848,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
For information on how BitBake uses stamp files to determine For information on how BitBake uses stamp files to determine
if a task should be rerun, see the if a task should be rerun, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
</para> </para>
@@ -15340,7 +15340,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
For background information on cross-development toolchains For background information on cross-development toolchains
in the Yocto Project development environment, see the in the Yocto Project development environment, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
For information on setting up a cross-development For information on setting up a cross-development
environment, see the environment, see the
@@ -15399,7 +15399,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<para> <para>
For background information on cross-development toolchains For background information on cross-development toolchains
in the Yocto Project development environment, see the in the Yocto Project development environment, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
For information on setting up a cross-development For information on setting up a cross-development
environment, see the environment, see the
+2 -2
View File
@@ -168,7 +168,7 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<emphasis> <emphasis>
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview and Concepts Manual</ulink>: <ulink url='&YOCTO_DOCS_OM_URL;'>Yocto Project Overview and Concepts Manual</ulink>:
</emphasis> </emphasis>
This manual provides overview and conceptual information This manual provides overview and conceptual information
about the Yocto Project. about the Yocto Project.
@@ -216,7 +216,7 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<emphasis> <emphasis>
<ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Reference Mega-Manual</ulink>: <ulink url='&YOCTO_DOCS_MM_URL;'>Yocto Project Mega-Manual</ulink>:
</emphasis> </emphasis>
This manual is simply a single HTML file comprised of the This manual is simply a single HTML file comprised of the
bulk of the Yocto Project manuals. bulk of the Yocto Project manuals.
@@ -327,7 +327,7 @@
<para>Following is an example command that extracts the root <para>Following is an example command that extracts the root
filesystem from a previously built root filesystem image that filesystem from a previously built root filesystem image that
was downloaded from the was downloaded from the
<ulink url='&YOCTO_DOCS_GS_URL;#index-downloads'>Index of Releases</ulink>. <ulink url='&YOCTO_DOCS_OM_URL;#index-downloads'>Index of Releases</ulink>.
This command extracts the root filesystem into the This command extracts the root filesystem into the
<filename>core2-64-sato</filename> directory: <filename>core2-64-sato</filename> directory:
<literallayout class='monospaced'> <literallayout class='monospaced'>
+1 -1
View File
@@ -247,7 +247,7 @@
<para> <para>
The <filename>devtool</filename> command line is organized The <filename>devtool</filename> command line is organized
similarly to similarly to
<ulink url='&YOCTO_DOCS_GS_URL;#git'>Git</ulink> in that it <ulink url='&YOCTO_DOCS_OM_URL;#git'>Git</ulink> in that it
has a number of sub-commands for each function. has a number of sub-commands for each function.
You can run <filename>devtool --help</filename> to see all the You can run <filename>devtool --help</filename> to see all the
commands. commands.
@@ -92,7 +92,7 @@
<para> <para>
For general information on layers, see the For general information on layers, see the
"<ulink url='&YOCTO_DOCS_GS_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>" "<ulink url='&YOCTO_DOCS_OM_URL;#the-yocto-project-layer-model'>The Yocto Project Layer Model</ulink>"
section in the Yocto Project Overview and Concepts Manual. section in the Yocto Project Overview and Concepts Manual.
For information on how to create layers, see the For information on how to create layers, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"