mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00:00
ref-manual: Fixed dev-manual links.
The dev-manual title changed to the Yocto Project Development Tasks Manual. I updated the links. (From yocto-docs rev: db42c7f2c1b8fb9037bf32ca957d4bd7444510ea) 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
207f345d1a
commit
9aa7eace93
@@ -21,7 +21,7 @@
|
||||
Class files are identified by the extension <filename>.bbclass</filename>
|
||||
and are usually placed in a <filename>classes/</filename> directory beneath
|
||||
the <filename>meta*/</filename> directory found in the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
<link linkend='source-directory'>Source Directory</link>.
|
||||
Class files can also be pointed to by
|
||||
<link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link>
|
||||
(e.g. <filename>build/</filename>) in the same way as
|
||||
@@ -36,7 +36,7 @@
|
||||
This chapter discusses only the most useful and important classes.
|
||||
Other classes do exist within the <filename>meta/classes</filename>
|
||||
directory in the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
<link linkend='source-directory'>Source Directory</link>.
|
||||
You can reference the <filename>.bbclass</filename> files directly
|
||||
for more information.
|
||||
</para>
|
||||
@@ -94,7 +94,7 @@
|
||||
<para>
|
||||
For more details on the source archiver, see 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>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
You can also see the
|
||||
<link linkend='var-ARCHIVER_MODE'><filename>ARCHIVER_MODE</filename></link>
|
||||
variable for information about the variable flags (varflags)
|
||||
@@ -122,7 +122,7 @@
|
||||
These classes can also work with software that emulates Autotools.
|
||||
For more information, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-autotooled-package'>Autotooled Package</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -333,7 +333,7 @@
|
||||
For details on how the class works, see the
|
||||
<filename>meta/classes/bluetooth.bbclass</filename> file in the Yocto
|
||||
Project
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
<link linkend='source-directory'>Source Directory</link>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -641,7 +641,7 @@
|
||||
Distribution policy dictates whether to include this class.
|
||||
See the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-appdev-devshell'>Using a Development Shell</ulink>" section
|
||||
in the Yocto Project Development Manual for more information about
|
||||
in the Yocto Project Development Tasks Manual for more information about
|
||||
using <filename>devshell</filename>.
|
||||
</para>
|
||||
</section>
|
||||
@@ -816,11 +816,11 @@
|
||||
For more information on the
|
||||
<filename>externalsrc</filename> class, see the comments in
|
||||
<filename>meta/classes/externalsrc.bbclass</filename> in the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
<link linkend='source-directory'>Source Directory</link>.
|
||||
For information on how to use the <filename>externalsrc</filename>
|
||||
class, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#building-software-from-an-external-source'>Building Software from an External Source</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -1247,7 +1247,7 @@
|
||||
</itemizedlist>
|
||||
For information on customizing images, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage'>Customizing Images</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
For information on how images are created, see the
|
||||
"<link linkend='images-dev-environment'>Images</link>" section elsewhere
|
||||
in this manual.
|
||||
@@ -1880,7 +1880,7 @@ This check was removed for YP 2.3 release
|
||||
you build the kernel image.
|
||||
For information on how to build an initramfs, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#building-an-initramfs-image'>Building an Initial RAM Filesystem (initramfs) Image</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -2174,7 +2174,7 @@ This check was removed for YP 2.3 release
|
||||
<para>
|
||||
For more information on using the Multilib feature, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#combining-multiple-versions-library-files-into-one-image'>Combining Multiple Versions of Library Files into One Image</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -2308,7 +2308,7 @@ This check was removed for YP 2.3 release
|
||||
The <filename>oelint</filename> class is an
|
||||
obsolete lint checking tool that exists in
|
||||
<filename>meta/classes</filename> in the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
|
||||
<link linkend='source-directory'>Source Directory</link>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -2387,7 +2387,7 @@ This check was removed for YP 2.3 release
|
||||
on the target (i.e. runtime installation of packages).
|
||||
For more information, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#using-runtime-package-management'>Using Runtime Package Management</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -2567,7 +2567,7 @@ This check was removed for YP 2.3 release
|
||||
<para>
|
||||
For information on how to use this class, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-customtasks'>Customizing Images Using Custom Package Groups</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -2810,8 +2810,8 @@ This check was removed for YP 2.3 release
|
||||
<link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>.
|
||||
See the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>"
|
||||
section in the Yocto Project Development Manual for more information
|
||||
on ptest.
|
||||
section in the Yocto Project Development Tasks Manual for more
|
||||
information on ptest.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -2827,7 +2827,7 @@ This check was removed for YP 2.3 release
|
||||
<para>
|
||||
For information on setting up and running ptests, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -3435,7 +3435,7 @@ This check was removed for YP 2.3 release
|
||||
<para>
|
||||
For more information on <filename>systemd</filename>, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#selecting-an-initialization-manager'>Selecting an Initialization Manager</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -3535,7 +3535,7 @@ This check was removed for YP 2.3 release
|
||||
<para>
|
||||
For information on how to enable, run, and create new tests, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
|
||||
section in the Yocto Project Development Manual.
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
@@ -3717,7 +3717,8 @@ This check was removed for YP 2.3 release
|
||||
provide pathnames for links, default links for targets, and
|
||||
so forth.
|
||||
For details on how to use this class, see the comments in the
|
||||
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/classes/update-alternatives.bbclass'><filename>update-alternatives.bbclass</filename></ulink>.
|
||||
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/classes/update-alternatives.bbclass'><filename>update-alternatives.bbclass</filename></ulink>
|
||||
file.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
@@ -3757,8 +3758,9 @@ This check was removed for YP 2.3 release
|
||||
For example, if you have packages that contain system services that
|
||||
should be run under their own user or group, you can use these classes
|
||||
to enable creation of the user or group.
|
||||
The <filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename>
|
||||
recipe in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
|
||||
The
|
||||
<filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename>
|
||||
recipe in the <link linkend='source-directory'>Source Directory</link>
|
||||
provides a simple example that shows how to add three
|
||||
users and groups to two packages.
|
||||
See the <filename>useradd-example.bb</filename> recipe for more
|
||||
|
||||
Reference in New Issue
Block a user