mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
manuals: reduce verbosity with "worry about" expression
(From yocto-docs rev: 6c65f5f350cdc79a435deb20c48d861d9f4c5c14) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e145129aaa
commit
f3540fc691
@@ -1589,7 +1589,7 @@ your software is built:
|
|||||||
|
|
||||||
- *Autotools:* If your source files have a ``configure.ac`` file, then
|
- *Autotools:* If your source files have a ``configure.ac`` file, then
|
||||||
your software is built using Autotools. If this is the case, you just
|
your software is built using Autotools. If this is the case, you just
|
||||||
need to worry about modifying the configuration.
|
need to modify the configuration.
|
||||||
|
|
||||||
When using Autotools, your recipe needs to inherit the
|
When using Autotools, your recipe needs to inherit the
|
||||||
:ref:`autotools <ref-classes-autotools>` class
|
:ref:`autotools <ref-classes-autotools>` class
|
||||||
@@ -1603,7 +1603,7 @@ your software is built:
|
|||||||
|
|
||||||
- *CMake:* If your source files have a ``CMakeLists.txt`` file, then
|
- *CMake:* If your source files have a ``CMakeLists.txt`` file, then
|
||||||
your software is built using CMake. If this is the case, you just
|
your software is built using CMake. If this is the case, you just
|
||||||
need to worry about modifying the configuration.
|
need to modify the configuration.
|
||||||
|
|
||||||
When you use CMake, your recipe needs to inherit the
|
When you use CMake, your recipe needs to inherit the
|
||||||
:ref:`cmake <ref-classes-cmake>` class and your
|
:ref:`cmake <ref-classes-cmake>` class and your
|
||||||
|
|||||||
@@ -589,8 +589,8 @@ recipe is processed.
|
|||||||
|
|
||||||
In general, however, the Yocto Project maintainers take care of
|
In general, however, the Yocto Project maintainers take care of
|
||||||
moving the ``SRC_URI``-specified configuration options to the
|
moving the ``SRC_URI``-specified configuration options to the
|
||||||
kernel's ``meta`` branch. Not only is it easier for BSP developers to
|
kernel's ``meta`` branch. Not only is it easier for BSP developers
|
||||||
not have to worry about putting those configurations in the branch,
|
not to have to put those configurations in the branch,
|
||||||
but having the maintainers do it allows them to apply 'global'
|
but having the maintainers do it allows them to apply 'global'
|
||||||
knowledge about the kinds of common configuration options multiple
|
knowledge about the kinds of common configuration options multiple
|
||||||
BSPs in the tree are typically using. This allows for promotion of
|
BSPs in the tree are typically using. This allows for promotion of
|
||||||
|
|||||||
@@ -1260,8 +1260,8 @@ The following list shows the tests you can list with the ``WARN_QA`` and
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If you are not using runtime package management on your target
|
This is only relevant when you are using runtime package management
|
||||||
system, then you do not need to worry about this situation.
|
on your target system.
|
||||||
|
|
||||||
- ``xorg-driver-abi:`` Checks that all packages containing Xorg
|
- ``xorg-driver-abi:`` Checks that all packages containing Xorg
|
||||||
drivers have ABI dependencies. The ``xserver-xorg`` recipe provides
|
drivers have ABI dependencies. The ``xserver-xorg`` recipe provides
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ usually matches the current stable BitBake release from the BitBake
|
|||||||
project. BitBake, a :term:`Metadata` interpreter, reads the
|
project. BitBake, a :term:`Metadata` interpreter, reads the
|
||||||
Yocto Project Metadata and runs the tasks defined by that data. Failures
|
Yocto Project Metadata and runs the tasks defined by that data. Failures
|
||||||
are usually caused by errors in your Metadata and not from BitBake
|
are usually caused by errors in your Metadata and not from BitBake
|
||||||
itself; consequently, most users do not need to worry about BitBake.
|
itself.
|
||||||
|
|
||||||
When you run the ``bitbake`` command, the main BitBake executable (which
|
When you run the ``bitbake`` command, the main BitBake executable (which
|
||||||
resides in the ``bitbake/bin/`` directory) starts. Sourcing the
|
resides in the ``bitbake/bin/`` directory) starts. Sourcing the
|
||||||
|
|||||||
@@ -32,9 +32,8 @@ through a
|
|||||||
`REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__
|
`REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__
|
||||||
API, store the information about the layers in the Toaster database, and
|
API, store the information about the layers in the Toaster database, and
|
||||||
then show the information to users. Users are then able to view that
|
then show the information to users. Users are then able to view that
|
||||||
information and build layers from Toaster itself without worrying about
|
information and build layers from Toaster itself without having to
|
||||||
cloning or editing the BitBake layers configuration file
|
clone or edit the BitBake layers configuration file ``bblayers.conf``.
|
||||||
``bblayers.conf``.
|
|
||||||
|
|
||||||
Tying a layer source into Toaster is convenient when you have many
|
Tying a layer source into Toaster is convenient when you have many
|
||||||
custom layers that need to be built on a regular basis by a community of
|
custom layers that need to be built on a regular basis by a community of
|
||||||
|
|||||||
Reference in New Issue
Block a user