mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
manuals: update former references to dev-manual/common-tasks
(From yocto-docs rev: f8bb4c392912f15bb78f6f25910f85897abb4e3d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
337a21080b
commit
b099a1c252
@@ -223,7 +223,7 @@ system and gives an overview of their function and contents.
|
||||
so that it does contain ``${SRCPV}``.
|
||||
|
||||
For more information see the
|
||||
":ref:`dev-manual/common-tasks:automatically incrementing a package version number`"
|
||||
":ref:`dev-manual/packages:automatically incrementing a package version number`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`AUTO_SYSLINUXMENU`
|
||||
@@ -239,7 +239,7 @@ system and gives an overview of their function and contents.
|
||||
The list simply presents the tunes that are available. Not all tunes
|
||||
may be compatible with a particular machine configuration, or with
|
||||
each other in a
|
||||
:ref:`Multilib <dev-manual/common-tasks:combining multiple versions of library files into one image>`
|
||||
:ref:`Multilib <dev-manual/libraries:combining multiple versions of library files into one image>`
|
||||
configuration.
|
||||
|
||||
To add a tune to the list, be sure to append it with spaces using the
|
||||
@@ -304,7 +304,7 @@ system and gives an overview of their function and contents.
|
||||
:term:`BASE_LIB`
|
||||
The library directory name for the CPU or Application Binary
|
||||
Interface (ABI) tune. The :term:`BASE_LIB` applies only in the Multilib
|
||||
context. See the ":ref:`dev-manual/common-tasks:combining multiple versions of library files into one image`"
|
||||
context. See the ":ref:`dev-manual/libraries:combining multiple versions of library files into one image`"
|
||||
section in the Yocto Project Development Tasks Manual for information
|
||||
on Multilib.
|
||||
|
||||
@@ -528,7 +528,7 @@ system and gives an overview of their function and contents.
|
||||
is not set higher than "20".
|
||||
|
||||
For more information on speeding up builds, see the
|
||||
":ref:`dev-manual/common-tasks:speeding up a build`"
|
||||
":ref:`dev-manual/speeding-up-build:speeding up a build`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`BB_SERVER_TIMEOUT`
|
||||
@@ -725,7 +725,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
For information on how to use :term:`BBMULTICONFIG` in an environment
|
||||
that supports building targets with multiple configurations, see the
|
||||
":ref:`dev-manual/common-tasks:building images for multiple targets using multiple configurations`"
|
||||
":ref:`dev-manual/building:building images for multiple targets using multiple configurations`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`BBPATH`
|
||||
@@ -971,7 +971,7 @@ system and gives an overview of their function and contents.
|
||||
When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`
|
||||
class, this variable specifies the build history features to be
|
||||
enabled. For more information on how build history works, see the
|
||||
":ref:`dev-manual/common-tasks:maintaining build output quality`"
|
||||
":ref:`dev-manual/build-quality:maintaining build output quality`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
You can specify these features in the form of a space-separated list:
|
||||
@@ -1294,8 +1294,8 @@ system and gives an overview of their function and contents.
|
||||
If you specify multiple directories and files, the initramfs image
|
||||
will be the aggregate of all of them.
|
||||
|
||||
For information on creating an initramfs, see the
|
||||
":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section
|
||||
For information on creating an :term:`Initramfs`, see the
|
||||
":ref:`dev-manual/building:building an initial ram filesystem (Initramfs) image`" section
|
||||
in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`CONFIG_SITE`
|
||||
@@ -1330,7 +1330,7 @@ system and gives an overview of their function and contents.
|
||||
newly installed packages to an image, which might be most suitable for
|
||||
read-only filesystems that cannot be upgraded. See the
|
||||
:term:`LICENSE_CREATE_PACKAGE` variable for additional information.
|
||||
You can also reference the ":ref:`dev-manual/common-tasks:providing license text`"
|
||||
You can also reference the ":ref:`dev-manual/licenses:providing license text`"
|
||||
section in the Yocto Project Development Tasks Manual for
|
||||
information on providing license text.
|
||||
|
||||
@@ -1346,7 +1346,7 @@ system and gives an overview of their function and contents.
|
||||
newly installed packages to an image, which might be most suitable for
|
||||
read-only filesystems that cannot be upgraded. See the
|
||||
:term:`LICENSE_CREATE_PACKAGE` variable for additional information.
|
||||
You can also reference the ":ref:`dev-manual/common-tasks:providing license text`"
|
||||
You can also reference the ":ref:`dev-manual/licenses:providing license text`"
|
||||
section in the Yocto Project Development Tasks Manual for
|
||||
information on providing license text.
|
||||
|
||||
@@ -2091,11 +2091,10 @@ system and gives an overview of their function and contents.
|
||||
less).
|
||||
|
||||
:term:`ERR_REPORT_DIR`
|
||||
When used with the :ref:`report-error <ref-classes-report-error>`
|
||||
class, specifies the path used for storing the debug files created by
|
||||
the :ref:`error reporting
|
||||
tool <dev-manual/common-tasks:using the error reporting tool>`, which
|
||||
allows you to submit build errors you encounter to a central
|
||||
When used with the :ref:`ref-classes-report-error` class, specifies the
|
||||
path used for storing the debug files created by the :ref:`error reporting
|
||||
tool <dev-manual/error-reporting-tool:using the error reporting tool>`,
|
||||
which allows you to submit build errors you encounter to a central
|
||||
database. By default, the value of this variable is
|
||||
``${``\ :term:`LOG_DIR`\ ``}/error-report``.
|
||||
|
||||
@@ -2258,7 +2257,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
See the ":ref:`ref-classes-externalsrc`" section for details. You
|
||||
can also find information on how to use this variable in the
|
||||
":ref:`dev-manual/common-tasks:building software from an external source`"
|
||||
":ref:`dev-manual/building:building software from an external source`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`EXTERNALSRC_BUILD`
|
||||
@@ -2271,11 +2270,11 @@ system and gives an overview of their function and contents.
|
||||
|
||||
See the ":ref:`ref-classes-externalsrc`" section for details. You
|
||||
can also find information on how to use this variable in the
|
||||
":ref:`dev-manual/common-tasks:building software from an external source`"
|
||||
":ref:`dev-manual/building:building software from an external source`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`EXTRA_AUTORECONF`
|
||||
For recipes inheriting the :ref:`autotools <ref-classes-autotools>`
|
||||
For recipes inheriting the :ref:`ref-classes-autotools`
|
||||
class, you can use :term:`EXTRA_AUTORECONF` to specify extra options to
|
||||
pass to the ``autoreconf`` command that is executed during the
|
||||
:ref:`ref-tasks-configure` task.
|
||||
@@ -2309,7 +2308,7 @@ system and gives an overview of their function and contents.
|
||||
useful if you want to develop against the libraries in the image.
|
||||
- "read-only-rootfs" - Creates an image whose root filesystem is
|
||||
read-only. See the
|
||||
":ref:`dev-manual/common-tasks:creating a read-only root filesystem`"
|
||||
":ref:`dev-manual/read-only-rootfs:creating a read-only root filesystem`"
|
||||
section in the Yocto Project Development Tasks Manual for more
|
||||
information
|
||||
- "tools-debug" - Adds debugging tools such as gdb and strace.
|
||||
@@ -2322,7 +2321,7 @@ system and gives an overview of their function and contents.
|
||||
Project, see the ":ref:`ref-features-image`" section.
|
||||
|
||||
For an example that shows how to customize your image by using this
|
||||
variable, see the ":ref:`dev-manual/common-tasks:customizing images using custom \`\`image_features\`\` and \`\`extra_image_features\`\``"
|
||||
variable, see the ":ref:`dev-manual/customizing-images:customizing images using custom \`\`image_features\`\` and \`\`extra_image_features\`\``"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`EXTRA_IMAGECMD`
|
||||
@@ -2681,7 +2680,7 @@ system and gives an overview of their function and contents.
|
||||
You can find out more about the patching process in the
|
||||
":ref:`overview-manual/concepts:patching`" section
|
||||
in the Yocto Project Overview and Concepts Manual and the
|
||||
":ref:`dev-manual/common-tasks:patching code`" section in
|
||||
":ref:`dev-manual/new-recipe:patching code`" section in
|
||||
the Yocto Project Development Tasks Manual. See the
|
||||
:ref:`ref-tasks-patch` task as well.
|
||||
|
||||
@@ -2813,7 +2812,7 @@ system and gives an overview of their function and contents.
|
||||
Allows to specify an extra search path for ``.so`` files
|
||||
in GLib related recipes using GObject introspection,
|
||||
and which do not compile without this setting.
|
||||
See the ":ref:`dev-manual/common-tasks:enabling gobject introspection support`"
|
||||
See the ":ref:`dev-manual/gobject-introspection:enabling gobject introspection support`"
|
||||
section for details.
|
||||
|
||||
:term:`GITDIR`
|
||||
@@ -3098,7 +3097,7 @@ system and gives an overview of their function and contents.
|
||||
the same files into a ``boot`` directory within the target partition.
|
||||
|
||||
You can find information on how to use the Wic tool in the
|
||||
":ref:`dev-manual/common-tasks:creating partitioned images using wic`"
|
||||
":ref:`dev-manual/wic:creating partitioned images using wic`"
|
||||
section of the Yocto Project Development Tasks Manual. Reference
|
||||
material for Wic is located in the
|
||||
":doc:`/ref-manual/kickstart`" chapter.
|
||||
@@ -3170,7 +3169,7 @@ system and gives an overview of their function and contents.
|
||||
the same files into a ``boot`` directory within the target partition.
|
||||
|
||||
You can find information on how to use the Wic tool in the
|
||||
":ref:`dev-manual/common-tasks:creating partitioned images using wic`"
|
||||
":ref:`dev-manual/wic:creating partitioned images using wic`"
|
||||
section of the Yocto Project Development Tasks Manual. Reference
|
||||
material for Wic is located in the
|
||||
":doc:`/ref-manual/kickstart`" chapter.
|
||||
@@ -3191,7 +3190,7 @@ system and gives an overview of their function and contents.
|
||||
the ":ref:`ref-features-image`" section.
|
||||
|
||||
For an example that shows how to customize your image by using this
|
||||
variable, see the ":ref:`dev-manual/common-tasks:customizing images using custom \`\`image_features\`\` and \`\`extra_image_features\`\``"
|
||||
variable, see the ":ref:`dev-manual/customizing-images:customizing images using custom \`\`image_features\`\` and \`\`extra_image_features\`\``"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`IMAGE_FSTYPES`
|
||||
@@ -3246,8 +3245,8 @@ system and gives an overview of their function and contents.
|
||||
:term:`PACKAGE_INSTALL` variable, which
|
||||
allows the initial RAM filesystem (initramfs) recipe to use a
|
||||
fixed set of packages and not be affected by :term:`IMAGE_INSTALL`.
|
||||
For information on creating an initramfs, see the
|
||||
":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`"
|
||||
For information on creating an :term:`Initramfs`, see the
|
||||
":ref:`dev-manual/building:building an initial ram filesystem (Initramfs) image`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
- Using :term:`IMAGE_INSTALL` with the
|
||||
@@ -3749,8 +3748,8 @@ system and gives an overview of their function and contents.
|
||||
For more information, you can also see the
|
||||
:term:`INITRAMFS_IMAGE_BUNDLE`
|
||||
variable, which allows the generated image to be bundled inside the
|
||||
kernel image. Additionally, for information on creating an initramfs
|
||||
image, see the ":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section
|
||||
kernel image. Additionally, for information on creating an :term:`Initramfs`
|
||||
image, see the ":ref:`dev-manual/building:building an initial ram filesystem (Initramfs) image`" section
|
||||
in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`INITRAMFS_IMAGE_BUNDLE`
|
||||
@@ -3802,7 +3801,7 @@ system and gives an overview of their function and contents.
|
||||
See the
|
||||
:yocto_git:`local.conf.sample.extended </poky/tree/meta-poky/conf/local.conf.sample.extended>`
|
||||
file for additional information. Also, for information on creating an
|
||||
initramfs, see the ":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section
|
||||
:term:`Initramfs`, see the ":ref:`dev-manual/building:building an initial ram filesystem (Initramfs) image`" section
|
||||
in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`INITRAMFS_LINK_NAME`
|
||||
@@ -3827,8 +3826,8 @@ system and gives an overview of their function and contents.
|
||||
This allows the kernel to bundle an :term:`INITRAMFS_IMAGE` coming from
|
||||
a separate multiconfig, this is meant to be used in addition to :term:`INITRAMFS_DEPLOY_DIR_IMAGE`.
|
||||
|
||||
For more information on how to bundle an initramfs image from a separate
|
||||
multiconfig see the ":ref:`dev-manual/common-tasks:Bundling an Initramfs Image From a Separate Multiconfig`"
|
||||
For more information on how to bundle an :term:`Initramfs` image from a separate
|
||||
multiconfig see the ":ref:`dev-manual/building:Bundling an Initramfs Image From a Separate Multiconfig`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`INITRAMFS_NAME`
|
||||
@@ -4422,7 +4421,7 @@ system and gives an overview of their function and contents.
|
||||
The OpenEmbedded build system produces a warning if the variable
|
||||
is not set for any given layer.
|
||||
|
||||
See the ":ref:`dev-manual/common-tasks:creating your own layer`"
|
||||
See the ":ref:`dev-manual/layers:creating your own layer`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`LAYERVERSION`
|
||||
@@ -4471,7 +4470,7 @@ system and gives an overview of their function and contents.
|
||||
This variable must be defined for all recipes (unless
|
||||
:term:`LICENSE` is set to "CLOSED").
|
||||
|
||||
For more information, see the ":ref:`dev-manual/common-tasks:tracking license changes`"
|
||||
For more information, see the ":ref:`dev-manual/licenses:tracking license changes`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`LICENSE`
|
||||
@@ -4535,7 +4534,7 @@ system and gives an overview of their function and contents.
|
||||
For related information on providing license text, see the
|
||||
:term:`COPY_LIC_DIRS` variable, the
|
||||
:term:`COPY_LIC_MANIFEST` variable, and the
|
||||
":ref:`dev-manual/common-tasks:providing license text`"
|
||||
":ref:`dev-manual/licenses:providing license text`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`LICENSE_FLAGS`
|
||||
@@ -4548,14 +4547,14 @@ system and gives an overview of their function and contents.
|
||||
typically used to mark recipes that might require additional licenses
|
||||
in order to be used in a commercial product. For more information,
|
||||
see the
|
||||
":ref:`dev-manual/common-tasks:enabling commercially licensed recipes`"
|
||||
":ref:`dev-manual/licenses:enabling commercially licensed recipes`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`LICENSE_FLAGS_ACCEPTED`
|
||||
Lists license flags that when specified in
|
||||
:term:`LICENSE_FLAGS` within a recipe should not
|
||||
prevent that recipe from being built. For more information, see the
|
||||
":ref:`dev-manual/common-tasks:enabling commercially licensed recipes`"
|
||||
":ref:`dev-manual/licenses:enabling commercially licensed recipes`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`LICENSE_PATH`
|
||||
@@ -5115,7 +5114,7 @@ system and gives an overview of their function and contents.
|
||||
Controls how the OpenEmbedded build system spawns interactive
|
||||
terminals on the host development system (e.g. using the BitBake
|
||||
command with the ``-c devshell`` command-line option). For more
|
||||
information, see the ":ref:`dev-manual/common-tasks:using a development shell`" section in
|
||||
information, see the ":ref:`dev-manual/development-shell:using a development shell`" section in
|
||||
the Yocto Project Development Tasks Manual.
|
||||
|
||||
You can use the following values for the :term:`OE_TERMINAL` variable:
|
||||
@@ -5182,7 +5181,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
An easy way to see what overrides apply is to search for :term:`OVERRIDES`
|
||||
in the output of the ``bitbake -e`` command. See the
|
||||
":ref:`dev-manual/common-tasks:viewing variable values`" section in the Yocto
|
||||
":ref:`dev-manual/debugging:viewing variable values`" section in the Yocto
|
||||
Project Development Tasks Manual for more information.
|
||||
|
||||
:term:`P`
|
||||
@@ -5203,7 +5202,7 @@ system and gives an overview of their function and contents.
|
||||
specific by using the package name as a suffix.
|
||||
|
||||
You can find out more about applying this variable in the
|
||||
":ref:`dev-manual/common-tasks:adding custom metadata to packages`"
|
||||
":ref:`dev-manual/packages:adding custom metadata to packages`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PACKAGE_ARCH`
|
||||
@@ -5310,7 +5309,7 @@ system and gives an overview of their function and contents.
|
||||
use of the :term:`INHIBIT_PACKAGE_DEBUG_SPLIT` variable.
|
||||
|
||||
You can find out more about debugging using GDB by reading the
|
||||
":ref:`dev-manual/common-tasks:debugging with the gnu project debugger (gdb) remotely`" section
|
||||
":ref:`dev-manual/debugging:debugging with the gnu project debugger (gdb) remotely`" section
|
||||
in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PACKAGE_EXCLUDE`
|
||||
@@ -5469,7 +5468,7 @@ system and gives an overview of their function and contents.
|
||||
the :ref:`core-image-minimal-initramfs <ref-manual/images:images>`
|
||||
image. When working with an initial RAM filesystem (initramfs) image,
|
||||
use the :term:`PACKAGE_INSTALL` variable. For information on creating an
|
||||
initramfs, see the ":ref:`dev-manual/common-tasks:building an initial ram filesystem (initramfs) image`" section
|
||||
:term:`Initramfs`, see the ":ref:`dev-manual/building:building an initial ram filesystem (Initramfs) image`" section
|
||||
in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PACKAGE_INSTALL_ATTEMPTONLY`
|
||||
@@ -5492,7 +5491,7 @@ system and gives an overview of their function and contents.
|
||||
:term:`PACKAGE_WRITE_DEPS`.
|
||||
|
||||
For information on running post-installation scripts, see the
|
||||
":ref:`dev-manual/common-tasks:post-installation scripts`"
|
||||
":ref:`dev-manual/new-recipe:post-installation scripts`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PACKAGECONFIG`
|
||||
@@ -5643,7 +5642,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
For an example of how to use the :term:`PACKAGES_DYNAMIC` variable when
|
||||
you are splitting packages, see the
|
||||
":ref:`dev-manual/common-tasks:handling optional module packaging`"
|
||||
":ref:`dev-manual/packages:handling optional module packaging`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PACKAGESPLITFUNCS`
|
||||
@@ -5678,7 +5677,7 @@ system and gives an overview of their function and contents.
|
||||
the ``do_compile`` task that result in race conditions, you can clear
|
||||
the :term:`PARALLEL_MAKE` variable within the recipe as a workaround. For
|
||||
information on addressing race conditions, see the
|
||||
":ref:`dev-manual/common-tasks:debugging parallel make races`"
|
||||
":ref:`dev-manual/debugging:debugging parallel make races`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
For single socket systems (i.e. one CPU), you should not have to
|
||||
@@ -5688,7 +5687,7 @@ system and gives an overview of their function and contents.
|
||||
not set higher than "-j 20".
|
||||
|
||||
For more information on speeding up builds, see the
|
||||
":ref:`dev-manual/common-tasks:speeding up a build`"
|
||||
":ref:`dev-manual/speeding-up-build:speeding up a build`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PARALLEL_MAKEINST`
|
||||
@@ -5708,7 +5707,7 @@ system and gives an overview of their function and contents.
|
||||
the ``do_install`` task that result in race conditions, you can
|
||||
clear the :term:`PARALLEL_MAKEINST` variable within the recipe as a
|
||||
workaround. For information on addressing race conditions, see the
|
||||
":ref:`dev-manual/common-tasks:debugging parallel make races`"
|
||||
":ref:`dev-manual/debugging:debugging parallel make races`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`PATCHRESOLVE`
|
||||
@@ -5808,7 +5807,7 @@ system and gives an overview of their function and contents.
|
||||
For examples of how this data is used, see the
|
||||
":ref:`overview-manual/concepts:automatically added runtime dependencies`"
|
||||
section in the Yocto Project Overview and Concepts Manual and the
|
||||
":ref:`dev-manual/common-tasks:viewing package information with \`\`oe-pkgdata-util\`\``"
|
||||
":ref:`dev-manual/debugging:viewing package information with \`\`oe-pkgdata-util\`\``"
|
||||
section in the Yocto Project Development Tasks Manual. For more
|
||||
information on the shared, global-state directory, see
|
||||
:term:`STAGING_DIR_HOST`.
|
||||
@@ -5924,7 +5923,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
Because manually managing :term:`PR` can be cumbersome and error-prone,
|
||||
an automated solution exists. See the
|
||||
":ref:`dev-manual/common-tasks:working with a pr service`" section
|
||||
":ref:`dev-manual/packages:working with a pr service`" section
|
||||
in the Yocto Project Development Tasks Manual for more information.
|
||||
|
||||
:term:`PREFERRED_PROVIDER`
|
||||
@@ -5947,7 +5946,7 @@ system and gives an overview of their function and contents.
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
||||
|
||||
For more
|
||||
information, see the ":ref:`dev-manual/common-tasks:using virtual providers`"
|
||||
information, see the ":ref:`dev-manual/new-recipe:using virtual providers`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
.. note::
|
||||
@@ -6147,7 +6146,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
You must
|
||||
set the variable if you want to automatically start a local :ref:`PR
|
||||
service <dev-manual/common-tasks:working with a pr service>`. You can
|
||||
service <dev-manual/packages:working with a pr service>`. You can
|
||||
set :term:`PRSERV_HOST` to other values to use a remote PR service.
|
||||
|
||||
|
||||
@@ -6161,7 +6160,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`PTEST_ENABLED`
|
||||
Specifies whether or not :ref:`Package
|
||||
Test <dev-manual/common-tasks:testing packages with ptest>` (ptest)
|
||||
Test <dev-manual/packages:testing packages with ptest>` (ptest)
|
||||
functionality is enabled when building a recipe. You should not set
|
||||
this variable directly. Enabling and disabling building Package Tests
|
||||
at build time should be done by adding "ptest" to (or removing it
|
||||
@@ -7273,7 +7272,7 @@ system and gives an overview of their function and contents.
|
||||
various ``SPL_*`` variables used by the OpenEmbedded build system.
|
||||
|
||||
See the BeagleBone machine configuration example in the
|
||||
":ref:`dev-manual/common-tasks:adding a layer using the \`\`bitbake-layers\`\` script`"
|
||||
":ref:`dev-manual/layers:adding a layer using the \`\`bitbake-layers\`\` script`"
|
||||
section in the Yocto Project Board Support Package Developer's Guide
|
||||
for additional information.
|
||||
|
||||
@@ -7397,7 +7396,7 @@ system and gives an overview of their function and contents.
|
||||
For information on limitations when inheriting the latest revision
|
||||
of software using :term:`SRCREV`, see the :term:`AUTOREV` variable
|
||||
description and the
|
||||
":ref:`dev-manual/common-tasks:automatically incrementing a package version number`"
|
||||
":ref:`dev-manual/packages:automatically incrementing a package version number`"
|
||||
section, which is in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`SRCTREECOVEREDTASKS`
|
||||
@@ -7899,8 +7898,7 @@ system and gives an overview of their function and contents.
|
||||
SYSTEMD_SERVICE:${PN} = "connman.service"
|
||||
|
||||
:term:`SYSVINIT_ENABLED_GETTYS`
|
||||
When using
|
||||
:ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
|
||||
When using :ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,
|
||||
specifies a space-separated list of the virtual terminals that should
|
||||
run a `getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__
|
||||
(allowing login), assuming :term:`USE_VT` is not set to
|
||||
@@ -8182,7 +8180,7 @@ system and gives an overview of their function and contents.
|
||||
file.
|
||||
|
||||
For more information on testing images, see the
|
||||
":ref:`dev-manual/common-tasks:performing automated runtime testing`"
|
||||
":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`TEST_SERIALCONTROL_CMD`
|
||||
@@ -8255,7 +8253,7 @@ system and gives an overview of their function and contents.
|
||||
TEST_SUITES = "test_A test_B"
|
||||
|
||||
For more information on testing images, see the
|
||||
":ref:`dev-manual/common-tasks:performing automated runtime testing`"
|
||||
":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`TEST_TARGET`
|
||||
@@ -8274,7 +8272,7 @@ system and gives an overview of their function and contents.
|
||||
You can provide the following arguments with :term:`TEST_TARGET`:
|
||||
|
||||
- *"qemu":* Boots a QEMU image and runs the tests. See the
|
||||
":ref:`dev-manual/common-tasks:enabling runtime tests on qemu`" section
|
||||
":ref:`dev-manual/runtime-testing:enabling runtime tests on qemu`" section
|
||||
in the Yocto Project Development Tasks Manual for more
|
||||
information.
|
||||
|
||||
@@ -8290,7 +8288,7 @@ system and gives an overview of their function and contents.
|
||||
``meta/lib/oeqa/controllers/simpleremote.py``.
|
||||
|
||||
For information on running tests on hardware, see the
|
||||
":ref:`dev-manual/common-tasks:enabling runtime tests on hardware`"
|
||||
":ref:`dev-manual/runtime-testing:enabling runtime tests on hardware`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`TEST_TARGET_IP`
|
||||
@@ -8327,7 +8325,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
For more information
|
||||
on enabling, running, and writing these tests, see the
|
||||
":ref:`dev-manual/common-tasks:performing automated runtime testing`"
|
||||
":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
|
||||
section in the Yocto Project Development Tasks Manual and the
|
||||
":ref:`ref-classes-testimage*`" section.
|
||||
|
||||
@@ -8786,16 +8784,15 @@ system and gives an overview of their function and contents.
|
||||
specifically set. Typically, you would set :term:`USE_DEVFS` to "0" for a
|
||||
statically populated ``/dev`` directory.
|
||||
|
||||
See the ":ref:`dev-manual/common-tasks:selecting a device manager`" section in
|
||||
See the ":ref:`dev-manual/device-manager:selecting a device manager`" section in
|
||||
the Yocto Project Development Tasks Manual for information on how to
|
||||
use this variable.
|
||||
|
||||
:term:`USE_VT`
|
||||
When using
|
||||
:ref:`SysVinit <dev-manual/common-tasks:enabling system services>`,
|
||||
determines whether or not to run a
|
||||
`getty <https://en.wikipedia.org/wiki/Getty_%28Unix%29>`__ on any
|
||||
virtual terminals in order to enable logging in through those
|
||||
:ref:`SysVinit <dev-manual/new-recipe:enabling system services>`,
|
||||
determines whether or not to run a :wikipedia:`getty <Getty_(Unix)>`
|
||||
on any virtual terminals in order to enable logging in through those
|
||||
terminals.
|
||||
|
||||
The default value used for :term:`USE_VT` is "1" when no default value is
|
||||
@@ -8960,7 +8957,7 @@ system and gives an overview of their function and contents.
|
||||
OpenEmbedded build system to create a partitioned image
|
||||
(``image.wic``). For information on how to create a partitioned
|
||||
image, see the
|
||||
":ref:`dev-manual/common-tasks:creating partitioned images using wic`"
|
||||
":ref:`dev-manual/wic:creating partitioned images using wic`"
|
||||
section in the Yocto Project Development Tasks Manual. For details on
|
||||
the kickstart file format, see the ":doc:`/ref-manual/kickstart`" Chapter.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user