mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
manuals: suppress excess use of "following" word
To simplify the style, replace "Following is" and "Following are" by "here is" and "here are", sounding more natural. In some cases, also go further by simplifying "Here are/is xxx" by "xxx are/is" when the "are" or "is" are not two far at the end of the sentence. In some cases too, completely remove the sentence, when it's redundant with the preceding title. (From yocto-docs rev: 2539f1b9cbf9bdd40eff93c6522dc76133debed7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
74ebddb921
commit
fa870dfd0f
@@ -616,7 +616,7 @@ information about using :ref:`ref-classes-devshell`.
|
||||
The :ref:`ref-classes-devupstream` class uses
|
||||
:term:`BBCLASSEXTEND` to add a variant of the
|
||||
recipe that fetches from an alternative URI (e.g. Git) instead of a
|
||||
tarball. Following is an example::
|
||||
tarball. Here is an example::
|
||||
|
||||
BBCLASSEXTEND = "devupstream:target"
|
||||
SRC_URI:class-devupstream = "git://git.example.com/example;branch=main"
|
||||
@@ -1141,8 +1141,8 @@ Please keep in mind that the QA checks
|
||||
are meant to detect real or potential problems in the packaged
|
||||
output. So exercise caution when disabling these checks.
|
||||
|
||||
Here are the tests you can list with the :term:`WARN_QA` and
|
||||
:term:`ERROR_QA` variables:
|
||||
The tests you can list with the :term:`WARN_QA` and
|
||||
:term:`ERROR_QA` variables are:
|
||||
|
||||
- ``already-stripped:`` Checks that produced binaries have not
|
||||
already been stripped prior to the build system extracting debug
|
||||
@@ -3148,7 +3148,7 @@ information.
|
||||
The :ref:`ref-classes-uboot-sign` class provides support for U-Boot verified boot.
|
||||
It is intended to be inherited from U-Boot recipes.
|
||||
|
||||
Here are variables used by this class:
|
||||
The variables used by this class are:
|
||||
|
||||
- :term:`SPL_MKIMAGE_DTCOPTS`: DTC options for U-Boot ``mkimage`` when
|
||||
building the FIT image.
|
||||
|
||||
@@ -379,16 +379,14 @@ command::
|
||||
Unless you provide a specific recipe name on the command line, the
|
||||
command checks all recipes in all configured layers.
|
||||
|
||||
Following is a partial example table that reports on all the recipes.
|
||||
Here is a partial example table that reports on all the recipes.
|
||||
Notice the reported reason for not upgrading the ``base-passwd`` recipe.
|
||||
In this example, while a new version is available upstream, you do not
|
||||
want to use it because the dependency on ``cdebconf`` is not easily
|
||||
satisfied. Maintainers can explicit the reason that is shown by adding
|
||||
the :term:`RECIPE_NO_UPDATE_REASON` variable to the corresponding recipe.
|
||||
See :yocto_git:`base-passwd.bb </poky/tree/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb>`
|
||||
for an example.
|
||||
|
||||
::
|
||||
for an example::
|
||||
|
||||
$ devtool check-upgrade-status
|
||||
...
|
||||
@@ -599,7 +597,7 @@ The ``devtool status`` command has no command-line options::
|
||||
|
||||
$ devtool status
|
||||
|
||||
Following is sample output after using
|
||||
Here is sample output after using
|
||||
:ref:`devtool add <ref-manual/devtool-reference:adding a new recipe to the workspace layer>`
|
||||
to create and add the ``mtr_0.86.bb`` recipe to the ``workspace`` directory::
|
||||
|
||||
|
||||
@@ -312,7 +312,7 @@ HTTPS requests and direct them to the ``http://`` sources mirror. You
|
||||
can use ``file://`` URLs to point to local directories or network shares
|
||||
as well.
|
||||
|
||||
Here are other options::
|
||||
Another option is to set::
|
||||
|
||||
BB_NO_NETWORK = "1"
|
||||
|
||||
@@ -328,7 +328,7 @@ This statement
|
||||
limits the build system to pulling source from the :term:`PREMIRRORS` only.
|
||||
Again, this technique is useful for reproducing builds.
|
||||
|
||||
Here is another technique::
|
||||
Here is yet another technique::
|
||||
|
||||
BB_GENERATE_MIRROR_TARBALLS = "1"
|
||||
|
||||
|
||||
@@ -198,7 +198,7 @@ you can add several different predefined packages such as development
|
||||
utilities or packages with debug information needed to investigate
|
||||
application problems or profile applications.
|
||||
|
||||
Here are the image features available for all images:
|
||||
The image features available for all images are:
|
||||
|
||||
- *allow-empty-password:* Allows Dropbear and OpenSSH to accept root
|
||||
logins and logins from accounts having an empty password string.
|
||||
|
||||
@@ -32,7 +32,7 @@ that contain image recipe files::
|
||||
|
||||
$ ls meta*/recipes*/images/*.bb
|
||||
|
||||
Following is a list of supported recipes:
|
||||
Here is a list of supported recipes:
|
||||
|
||||
- ``build-appliance-image``: An example virtual machine that contains
|
||||
all the pieces required to run builds using the build system as well
|
||||
|
||||
@@ -14,7 +14,7 @@ Major and Minor Release Cadence
|
||||
|
||||
The Yocto Project delivers major releases (e.g. &DISTRO;) using a six
|
||||
month cadence roughly timed each April and October of the year.
|
||||
Following are examples of some major YP releases with their codenames
|
||||
Here are examples of some major YP releases with their codenames
|
||||
also shown. See the ":ref:`ref-manual/release-process:major release codenames`"
|
||||
section for information on codenames used with major releases.
|
||||
|
||||
@@ -29,8 +29,8 @@ major holidays in various geographies.
|
||||
|
||||
The Yocto project delivers minor (point) releases on an unscheduled
|
||||
basis and are usually driven by the accumulation of enough significant
|
||||
fixes or enhancements to the associated major release. Following are
|
||||
some example past point releases:
|
||||
fixes or enhancements to the associated major release.
|
||||
Some example past point releases are:
|
||||
|
||||
- 4.1.3
|
||||
- 4.0.8
|
||||
|
||||
@@ -530,7 +530,7 @@ recipe-specific :term:`WORKDIR` directories. Thus, the
|
||||
This directory holds information that BitBake uses for accounting
|
||||
purposes to track what tasks have run and when they have run. The
|
||||
directory is sub-divided by architecture, package name, and version.
|
||||
Following is an example::
|
||||
Here is an example::
|
||||
|
||||
stamps/all-poky-linux/distcc-config/1.0-r0.do_build-2fdd....2do
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Yocto Project Terms
|
||||
*******************
|
||||
|
||||
Following is a list of terms and definitions users new to the Yocto Project
|
||||
Here is a list of terms and definitions users new to the Yocto Project
|
||||
development environment might find helpful. While some of these terms are
|
||||
universal, the list includes them just in case:
|
||||
|
||||
@@ -66,8 +66,8 @@ universal, the list includes them just in case:
|
||||
(i.e. :ref:`ref-manual/structure:\`\`oe-init-build-env\`\``). The
|
||||
:term:`TOPDIR` variable points to the Build Directory.
|
||||
|
||||
You have a lot of flexibility when creating the Build Directory.
|
||||
Following are some examples that show how to create the directory. The
|
||||
You have a lot of flexibility when creating the :term:`Build Directory`.
|
||||
Here are some examples that show how to create the directory. The
|
||||
examples assume your :term:`Source Directory` is named ``poky``:
|
||||
|
||||
- Create the Build Directory inside your Source Directory and let
|
||||
|
||||
@@ -318,7 +318,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`BB_ALLOWED_NETWORKS`
|
||||
Specifies a space-delimited list of hosts that the fetcher is allowed
|
||||
to use to obtain the required source code. Following are
|
||||
to use to obtain the required source code. Here are
|
||||
considerations surrounding this variable:
|
||||
|
||||
- This host list is only used if :term:`BB_NO_NETWORK` is either not set
|
||||
@@ -6174,7 +6174,7 @@ system and gives an overview of their function and contents.
|
||||
The :term:`PREFERRED_PROVIDER` variable is set with the name (:term:`PN`) of
|
||||
the recipe you prefer to provide "virtual/kernel".
|
||||
|
||||
Following are more examples::
|
||||
Here are more examples::
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
||||
@@ -8940,7 +8940,7 @@ system and gives an overview of their function and contents.
|
||||
configuration can define the :term:`UBOOT_MACHINE` and optionally the
|
||||
:term:`IMAGE_FSTYPES` and the :term:`UBOOT_BINARY`.
|
||||
|
||||
Following is an example from the ``meta-freescale`` layer. ::
|
||||
Here is an example from the ``meta-freescale`` layer. ::
|
||||
|
||||
UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
|
||||
UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig"
|
||||
@@ -9413,7 +9413,7 @@ system and gives an overview of their function and contents.
|
||||
With the :term:`WKS_FILE_DEPENDS` variable, you have the possibility to
|
||||
specify a list of additional dependencies (e.g. native tools,
|
||||
bootloaders, and so forth), that are required to build Wic images.
|
||||
Following is an example::
|
||||
Here is an example::
|
||||
|
||||
WKS_FILE_DEPENDS = "some-native-tool"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user