mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
documentation: Purged overview manual references
When I converted the Yocto Project Overview Manual to the Getting Started With Yocto Project Manual, I updated the strings for references from "&YOCTO_DOCS_OVERVIEW_URL" TO "&YOCTO_DOCS_GS_URL". Unfortunately, I did it with a global command that did not take into account the text the might follow the link by saying "see such-and-such section in the Yocto Project Overview Manual." So, I had to hand fix these. Additionally, since I have moved a deeper concepts chapter that was in the getting-started manual to a new Yocto Project Concepts chapter, many of those links changed had to really go to the new manual instead. Those were fixed. (From yocto-docs rev: fca1c56b0764802fb6a687ea81ab0fb95186cf0a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
31bd483368
commit
4d623003f3
@@ -1415,8 +1415,8 @@
|
|||||||
Thus, the build system can build the corresponding recipe and include
|
Thus, the build system can build the corresponding recipe and include
|
||||||
the component in the image.
|
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_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
|
||||||
section in the Yocto Project Overview Manual for details on how
|
section in the Yocto Project Concepts Manual for details on how
|
||||||
to use these variables.</para>
|
to use these variables.</para>
|
||||||
<para>If you build as you normally would, without
|
<para>If you build as you normally would, without
|
||||||
specifying any recipes in the
|
specifying any recipes in the
|
||||||
|
|||||||
@@ -1508,7 +1508,7 @@
|
|||||||
<note>
|
<note>
|
||||||
For information on recipe syntax, see the
|
For information on recipe syntax, see the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#recipe-syntax'>Recipe Syntax</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_URL;#recipe-syntax'>Recipe Syntax</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</note>
|
</note>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@@ -1799,7 +1799,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_GS_URL;#overview-development-environment'>The Yocto Project Development Environment</ulink>"
|
||||||
chapter of the Yocto Project Overview Manual.
|
chapter of the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -1816,7 +1816,7 @@
|
|||||||
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_GS_URL;#sources-dev-environment'>Sources</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -2128,8 +2128,8 @@
|
|||||||
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_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
|
||||||
section in the Yocto Project Overview Manual.</para>
|
section in the Yocto Project Concepts Manual.</para>
|
||||||
<para>To determine the correct checksum string, you
|
<para>To determine the correct checksum string, you
|
||||||
can list the appropriate files in the
|
can list the appropriate files in the
|
||||||
<filename>LIC_FILES_CHKSUM</filename> variable with
|
<filename>LIC_FILES_CHKSUM</filename> variable with
|
||||||
@@ -2275,8 +2275,8 @@
|
|||||||
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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
in the Yocto Project Overview Manual for further details.
|
in the Yocto Project Concepts Manual for further details.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -3211,8 +3211,8 @@
|
|||||||
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_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
You can quickly create Autotool-based recipes in a manner similar to the previous example.
|
You can quickly create Autotool-based recipes in a manner similar to the previous example.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
@@ -3418,8 +3418,8 @@
|
|||||||
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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
section in the Yocto Project Overview Manual
|
section in the Yocto Project Concepts Manual
|
||||||
for more information.
|
for more information.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@@ -4543,8 +4543,8 @@
|
|||||||
architectures.
|
architectures.
|
||||||
<note>
|
<note>
|
||||||
For more information on x32 psABI, see the
|
For more information on x32 psABI, see the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#x32'>x32 psABI</ulink>"
|
"<ulink url='&YOCTO_DOCS_CM_URL;#x32'>x32 psABI</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</note>
|
</note>
|
||||||
To use the x32 psABI, you need to edit your
|
To use the x32 psABI, you need to edit your
|
||||||
<filename>conf/local.conf</filename> configuration file as
|
<filename>conf/local.conf</filename> configuration file as
|
||||||
@@ -7347,7 +7347,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_CM_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
|
||||||
@@ -7451,8 +7451,8 @@ 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_CM_URL;#shared-state-cache'>Shared State Cache</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
</section>
|
</section>
|
||||||
@@ -11134,8 +11134,8 @@ Some notes from Cal:
|
|||||||
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_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
|
||||||
section in the Yocto Project Overview Manual for how BitBake
|
section in the Getting Started With Yocto Project Manual for
|
||||||
determines whether a task is "out of date".
|
how BitBake determines whether a task is "out of date".
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@@ -550,7 +550,7 @@
|
|||||||
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;#workflows'>Workflows</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_URL;#workflows'>Workflows</ulink>"
|
||||||
section in the Yocto Project Overview Manual for additional
|
section in the Getting Started With Yocto Project Manual for additional
|
||||||
concepts on working in the Yocto Project development environment.
|
concepts on working in the Yocto Project development environment.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
@@ -261,12 +261,12 @@
|
|||||||
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_GS_URL;#git'>Git</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project 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_GS_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>"
|
||||||
section in the Yocto Project Overview Manual."
|
section in the Getting Started With Yocto Project Manual."
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</note>
|
</note>
|
||||||
@@ -742,7 +742,7 @@
|
|||||||
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_GS_URL;#images-dev-environment'>Images</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@@ -2426,8 +2426,8 @@
|
|||||||
<note>
|
<note>
|
||||||
For more information on the cross-development toolchain
|
For more information on the cross-development toolchain
|
||||||
generation, see the
|
generation, see the
|
||||||
"<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>"
|
"<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section.
|
section in the Yocto Project 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
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></ulink>
|
||||||
@@ -2490,7 +2490,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 name
|
variable, and the end of the name consists of the task's name
|
||||||
and current
|
and current
|
||||||
<link linkend='overview-checksums'>input checksum</link>.
|
<ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>input checksum</ulink>.
|
||||||
<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>
|
||||||
@@ -2792,8 +2792,8 @@
|
|||||||
<listitem><para>
|
<listitem><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
|
||||||
"<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>"
|
"<ulink url='&YOCTO_DOCS_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section.
|
section in the Yocto Projects Concepts Manual.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
For information on setting up a cross-development
|
For information on setting up a cross-development
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
<chapter id='overview-manual-intro'>
|
<chapter id='overview-manual-intro'>
|
||||||
|
|
||||||
<title>The Yocto Project Overview Manual</title>
|
<title>Getting Started with Yocto Project Manual</title>
|
||||||
<section id='overview-welcome'>
|
<section id='overview-welcome'>
|
||||||
<title>Welcome</title>
|
<title>Welcome</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Welcome to the Yocto Project Overview Manual!
|
Welcome to the Getting Started With Yocto Project Manual!
|
||||||
This manual introduces the Yocto Project by providing concepts,
|
This manual introduces the Yocto Project by providing concepts,
|
||||||
software overviews, best-known-methods (BKMs), and any other
|
software overviews, best-known-methods (BKMs), and any other
|
||||||
high-level introductory information suitable for a new Yocto
|
high-level introductory information suitable for a new Yocto
|
||||||
|
|||||||
@@ -240,7 +240,8 @@
|
|||||||
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_GS_URL;#git'>Git</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project
|
||||||
|
Manual.
|
||||||
The latter reference provides an overview of
|
The latter reference provides an overview of
|
||||||
Git and presents a minimal set of Git commands
|
Git and presents a minimal set of Git commands
|
||||||
that allows you to be functional using Git.
|
that allows you to be functional using Git.
|
||||||
|
|||||||
@@ -418,7 +418,8 @@
|
|||||||
<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_GS_URL;#licensing'>Licensing</ulink>"
|
||||||
section in the Yocto Project Overview Manual and also in the
|
section in the Getting Started With Yocto Project Manual
|
||||||
|
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>"
|
||||||
section in the Yocto Project Development Tasks Manual.
|
section in the Yocto Project Development Tasks Manual.
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
@@ -350,8 +350,8 @@
|
|||||||
checksums.
|
checksums.
|
||||||
For information on this process, see the
|
For information on this process, see the
|
||||||
<filename>BB_HASHBASE_WHITELIST</filename> example in the
|
<filename>BB_HASHBASE_WHITELIST</filename> example in the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#overview-checksums'>Checksums (Signatures)</ulink>"
|
"<ulink url='&YOCTO_DOCS_CM_URL;#overview-checksums'>Checksums (Signatures)</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</note>
|
</note>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -568,8 +568,8 @@
|
|||||||
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_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual for more discussion on
|
section in the Yocto Project Concepts Manual for more discussion on
|
||||||
these cross-compilation tools.
|
these cross-compilation tools.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
@@ -582,8 +582,8 @@
|
|||||||
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_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual for more discussion on
|
section in the Yocto Project Concepts Manual for more discussion on
|
||||||
these cross-compilation tools.
|
these cross-compilation tools.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
@@ -1252,7 +1252,7 @@
|
|||||||
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_GS_URL;#images-dev-environment'>Images</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -2722,8 +2722,8 @@ 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_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project 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
|
||||||
<link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link>
|
<link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link>
|
||||||
@@ -3021,7 +3021,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_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -3182,8 +3182,8 @@ 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_CM_URL;#shared-state-cache'>Shared State Cache</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -151,8 +151,8 @@
|
|||||||
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_CM_URL;#wayland'>Wayland</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><filename>core-image-x11</filename>:
|
<listitem><para><filename>core-image-x11</filename>:
|
||||||
A very basic X11 image with a terminal.
|
A very basic X11 image with a terminal.
|
||||||
|
|||||||
@@ -523,7 +523,7 @@
|
|||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_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_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
|
||||||
sections in the Yocto Project Overview Manual.
|
sections in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -697,7 +697,7 @@
|
|||||||
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_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
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_GS_URL;#overview-development-environment'>Yocto Project Development Environment</ulink>"
|
||||||
chapter in the Yocto Project Overview Manual.
|
chapter in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@@ -221,7 +221,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_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -247,7 +247,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_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -342,8 +342,8 @@
|
|||||||
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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -368,7 +368,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -382,7 +382,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -409,7 +409,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section Yocto Project Overview Manual.
|
section Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -432,7 +432,8 @@
|
|||||||
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_GS_URL;#patching-dev-environment'>Patching</ulink>"
|
||||||
section in the Yocto Project Overview Manual for more information.
|
section in the Getting Started With Yocto Project Manual for more
|
||||||
|
information.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -452,7 +453,8 @@
|
|||||||
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_GS_URL;#sdk-generation-dev-environment'>SDK Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual for more information.
|
section in the Getting Started With Yocto Project Manual for more
|
||||||
|
information.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -539,8 +541,8 @@
|
|||||||
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_GS_URL;#source-fetching-dev-environment'>Source Fetching</ulink>"
|
||||||
section in the Yocto Project Overview Manual and also see the
|
section in the Getting Started With Yocto Project Manual and also
|
||||||
<filename>WORKDIR</filename> and
|
see the <filename>WORKDIR</filename> and
|
||||||
<filename>S</filename> variable descriptions.
|
<filename>S</filename> variable descriptions.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
@@ -813,8 +815,8 @@
|
|||||||
image.
|
image.
|
||||||
See the
|
See the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual for more information
|
section in the Getting Started With Yocto Project Manual for more
|
||||||
on how the root filesystem is created.
|
information on how the root filesystem is created.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -181,8 +181,8 @@
|
|||||||
<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_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project 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
|
||||||
<ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
|
<ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
|
||||||
@@ -400,7 +400,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_GS_URL;#repositories-tags-and-branches'>Repositories, Tags, and Branches</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>Task:</emphasis>
|
<listitem><para><emphasis>Task:</emphasis>
|
||||||
A unit of execution for BitBake (e.g.
|
A unit of execution for BitBake (e.g.
|
||||||
|
|||||||
@@ -3264,8 +3264,8 @@
|
|||||||
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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
section in the Yocto Project Overview Manual,
|
section in the Yocto Project Concepts Manual,
|
||||||
runtime dependencies will often be
|
runtime dependencies will often be
|
||||||
added automatically, meaning
|
added automatically, meaning
|
||||||
<filename>DEPENDS</filename> alone is
|
<filename>DEPENDS</filename> alone is
|
||||||
@@ -3334,7 +3334,8 @@
|
|||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section, and the
|
section, and the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
|
||||||
sections all in the Yocto Project Overview Manual.
|
sections all in the Getting Started With Yocto Project
|
||||||
|
Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -3374,7 +3375,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -3406,7 +3407,8 @@
|
|||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#images-dev-environment'>Images</ulink>"
|
"<ulink url='&YOCTO_DOCS_GS_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_GS_URL;#sdk-dev-environment'>Application Development SDK</ulink>"
|
||||||
sections both in the Yocto Project Overview Manual.
|
sections both in the Getting Started With Yocto Project
|
||||||
|
Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -3445,7 +3447,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -3523,7 +3525,7 @@
|
|||||||
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_GS_URL;#package-feeds-dev-environment'>Package Feeds</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -6085,7 +6087,7 @@
|
|||||||
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_GS_URL;#image-generation-dev-environment'>Image Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -7911,8 +7913,8 @@ 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_CM_URL;#usingpoky-configuring-LIC_FILES_CHKSUM'>Tracking License Changes</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -8047,8 +8049,8 @@ 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_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -8067,8 +8069,8 @@ 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_CM_URL;#enabling-commercially-licensed-recipes'>Enabling Commercially Licensed Recipes</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -10412,8 +10414,8 @@ 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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
section in the Yocto Project Overview Manual and the
|
section in the Yocto Project Concepts Manual 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>"
|
||||||
section in the Yocto Project Development Tasks Manual.
|
section in the Yocto Project Development Tasks Manual.
|
||||||
</para>
|
</para>
|
||||||
@@ -10659,7 +10661,7 @@ 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_CM_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
|
||||||
@@ -10715,8 +10717,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
||||||
</literallayout>
|
</literallayout>
|
||||||
For more information, see the
|
For more information, see the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>"
|
"<ulink url='&YOCTO_DOCS_CM_URL;#metadata-virtual-providers'>Metadata (Virtual Providers)</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
<note>
|
<note>
|
||||||
If you set <filename>PREFERRED_PROVIDER</filename>
|
If you set <filename>PREFERRED_PROVIDER</filename>
|
||||||
for a <filename>virtual/*</filename> item, then any
|
for a <filename>virtual/*</filename> item, then any
|
||||||
@@ -10919,8 +10921,8 @@ 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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
@@ -11236,8 +11238,8 @@ 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_CM_URL;#automatically-added-runtime-dependencies'>Automatically Added Runtime Dependencies</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -13696,7 +13698,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
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_GS_URL;#stamp-files-and-the-rerunning-of-tasks'>Stamp Files and the Rerunning of Tasks</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Getting Started With Yocto Project Manual.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@@ -15187,8 +15189,8 @@ 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_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
For information on setting up a cross-development
|
For information on setting up a cross-development
|
||||||
environment, see the
|
environment, see the
|
||||||
<ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
|
<ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
|
||||||
@@ -15246,8 +15248,8 @@ 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_CM_URL;#cross-development-toolchain-generation'>Cross-Development Toolchain Generation</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
For information on setting up a cross-development
|
For information on setting up a cross-development
|
||||||
environment, see the
|
environment, see the
|
||||||
<ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
|
<ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
|
||||||
|
|||||||
@@ -167,10 +167,10 @@
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
<emphasis>
|
<emphasis>
|
||||||
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview Manual</ulink>:
|
<ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project Manual</ulink>:
|
||||||
</emphasis>
|
</emphasis>
|
||||||
This manual introduces the Yocto Project, provides development
|
This manual introduces the Yocto Project and provides
|
||||||
environment basics, and explains Yocto Project concepts.
|
development environment basics.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
<emphasis>
|
<emphasis>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ s/\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/toaster-manual\/toa
|
|||||||
# Process cases where just an external manual is referenced without an id anchor
|
# Process cases where just an external manual is referenced without an id anchor
|
||||||
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html\" target=\"_top\">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g
|
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/yocto-project-qs\/yocto-project-qs.html\" target=\"_top\">Yocto Project Quick Start<\/a>/Yocto Project Quick Start/g
|
||||||
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html\" target=\"_top\">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g
|
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/dev-manual\/dev-manual.html\" target=\"_top\">Yocto Project Development Tasks Manual<\/a>/Yocto Project Development Tasks Manual/g
|
||||||
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html\" target=\"_top\">Yocto Project Overview Manual<\/a>/Yocto Project Overview Manual/g
|
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/getting-started\/getting-started.html\" target=\"_top\">Getting Started With Yocto Project Manual<\/a>/Getting Started With Yocto Project Manual/g
|
||||||
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html\" target=\"_top\">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g
|
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/sdk-manual\/sdk-manual.html\" target=\"_top\">Yocto Project Application Development and the Extensible Software Development Kit (eSDK)<\/a>/Yocto Project Application Development and the Extensible Software Development Kit (eSDK)/g
|
||||||
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html\" target=\"_top\">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g
|
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/bsp-guide\/bsp-guide.html\" target=\"_top\">Yocto Project Board Support Package (BSP) Developer's Guide<\/a>/Yocto Project Board Support Package (BSP) Developer's Guide/g
|
||||||
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html\" target=\"_top\">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g
|
s/<a class=\"ulink\" href=\"http:\/\/www.yoctoproject.org\/docs\/2.5\/profile-manual\/profile-manual.html\" target=\"_top\">Yocto Project Profiling and Tracing Manual<\/a>/Yocto Project Profiling and Tracing Manual/g
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
For more introductory and conceptual information on the
|
For more introductory and conceptual information on the
|
||||||
Yocto Project, see the
|
Yocto Project, see the
|
||||||
<ulink url='&YOCTO_DOCS_GS_URL;'>Yocto Project Overview Manual</ulink>.
|
<ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project Manual</ulink>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
For guidance on where to look for information beyond
|
For guidance on where to look for information beyond
|
||||||
@@ -603,8 +603,8 @@
|
|||||||
</note>
|
</note>
|
||||||
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_CM_URL;#usingpoky-components-bitbake'>BitBake</ulink>"
|
||||||
section in the Yocto Project Overview Manual, or
|
section in the Yocto Project Concepts Manual, or
|
||||||
see the
|
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>"
|
||||||
section in the BitBake User Manual.
|
section in the BitBake User Manual.
|
||||||
@@ -1078,8 +1078,8 @@
|
|||||||
used by the OpenEmbedded build system during the image
|
used by the OpenEmbedded build system during the image
|
||||||
generation process.
|
generation process.
|
||||||
For information on Fakeroot and Pseudo, see the
|
For information on Fakeroot and Pseudo, see the
|
||||||
"<ulink url='&YOCTO_DOCS_GS_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>"
|
"<ulink url='&YOCTO_DOCS_CM_URL;#fakeroot-and-pseudo'>Fakeroot and Pseudo</ulink>"
|
||||||
section in the Yocto Project Overview Manual.
|
section in the Yocto Project Concepts Manual.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para role='writernotes'>
|
<listitem><para role='writernotes'>
|
||||||
<emphasis>OPKG:</emphasis>
|
<emphasis>OPKG:</emphasis>
|
||||||
|
|||||||
Reference in New Issue
Block a user