mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
docs: fix unnecessary double white space
There's no need for double white spaces here so let's just remove them. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: e41f6689157359777c3d86d9a7afed6f9e43782b) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ea88a4ca82
commit
dae1bc6898
|
@ -53,7 +53,7 @@ The ":ref:`device-manager`" chapter has more details about device managers.
|
|||
Using SysVinit with udev
|
||||
=========================
|
||||
|
||||
SysVinit with the udev device manager corresponds to the
|
||||
SysVinit with the udev device manager corresponds to the
|
||||
default setting in Poky. This corresponds to setting::
|
||||
|
||||
INIT_MANAGER = "sysvinit"
|
||||
|
|
|
@ -1603,7 +1603,7 @@ in the BitBake User Manual.
|
|||
space. Also, the operator is applied after all the ``+=``, and ``=+``
|
||||
operators have been applied and after all ``=`` assignments have
|
||||
occurred. This means that if ``:append`` is used in a recipe, it can
|
||||
only be overridden by another layer using the special ``:remove``
|
||||
only be overridden by another layer using the special ``:remove``
|
||||
operator, which in turn will prevent further layers from adding it back.
|
||||
|
||||
The following example shows the space being explicitly added to the
|
||||
|
|
|
@ -73,7 +73,7 @@ The following steps describe how to set up the AUH utility:
|
|||
onto your development host. The following command uses Git to create
|
||||
a local copy of the repository on your system::
|
||||
|
||||
$ git clone git://git.yoctoproject.org/auto-upgrade-helper
|
||||
$ git clone git://git.yoctoproject.org/auto-upgrade-helper
|
||||
Cloning into 'auto-upgrade-helper'... remote: Counting objects: 768, done.
|
||||
remote: Compressing objects: 100% (300/300), done.
|
||||
remote: Total 768 (delta 499), reused 703 (delta 434)
|
||||
|
|
|
@ -197,7 +197,7 @@ Package/recipe splitting
|
|||
then you may now need to add it explicitly.
|
||||
|
||||
- The ``rpm`` package no longer has ``rpm-build`` in its :term:`RRECOMMENDS`;
|
||||
if by chance you still need rpm package building functionality in
|
||||
if by chance you still need rpm package building functionality in
|
||||
your image and you have not already done so then you should add
|
||||
``rpm-build`` to your image explicitly.
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ Fixes in Yocto-4.0.9
|
|||
- gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch
|
||||
- glibc: Add missing binutils dependency
|
||||
- image_types: fix multiubi var init
|
||||
- iso-codes: upgrade to 4.13.0
|
||||
- iso-codes: upgrade to 4.13.0
|
||||
- json-c: Add ptest for json-c
|
||||
- kernel-yocto: fix kernel-meta data detection
|
||||
- lib/buildstats: handle tasks that never finished
|
||||
|
|
|
@ -1989,7 +1989,7 @@ variables:
|
|||
- :term:`BB_HASHSERVE_UPSTREAM`, when ``BB_HASHSERVE = "auto"``,
|
||||
allowing to connect the local server to an upstream one.
|
||||
|
||||
- :term:`bitbake:BB_SIGNATURE_HANDLER`, which must be set to ``OEEquivHash``.
|
||||
- :term:`bitbake:BB_SIGNATURE_HANDLER`, which must be set to ``OEEquivHash``.
|
||||
|
||||
Therefore, the default configuration in Poky corresponds to the
|
||||
below settings::
|
||||
|
|
|
@ -122,7 +122,7 @@ of stable and :term:`LTS` releases.
|
|||
|
||||
In some circumstances, a layer can be created by the community in order to
|
||||
add a specific feature or support a new version of some package for an :term:`LTS`
|
||||
release. This is called a :term:`Mixin` layer. These are thin and specific
|
||||
release. This is called a :term:`Mixin` layer. These are thin and specific
|
||||
purpose layers which can be stacked with an :term:`LTS` release to "mix" a specific
|
||||
feature into that build. These are created on an as-needed basis and
|
||||
maintained by the people who need them.
|
||||
|
|
|
@ -235,7 +235,7 @@ universal, the list includes them just in case:
|
|||
|
||||
- For booting the same kernel binary on multiple systems requiring
|
||||
different device drivers. The :term:`Initramfs` image is then customized
|
||||
for each type of system, to include the specific kernel modules
|
||||
for each type of system, to include the specific kernel modules
|
||||
necessary to access the final root filesystem. This technique
|
||||
is used on all GNU / Linux distributions for desktops and servers.
|
||||
|
||||
|
|
|
@ -1320,7 +1320,7 @@ system and gives an overview of their function and contents.
|
|||
This variable is specific to the :yocto_git:`GStreamer recipes
|
||||
</poky/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb>`.
|
||||
It allows to build the GStreamer `"ugly"
|
||||
<https://github.com/GStreamer/gst-plugins-ugly>`__ and
|
||||
<https://github.com/GStreamer/gst-plugins-ugly>`__ and
|
||||
`"bad" <https://github.com/GStreamer/gst-plugins-bad>`__ audio plugins.
|
||||
|
||||
See the :ref:`dev-manual/licenses:other variables related to commercial licenses`
|
||||
|
@ -1330,7 +1330,7 @@ system and gives an overview of their function and contents.
|
|||
This variable is specific to the :yocto_git:`GStreamer recipes
|
||||
</poky/tree/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb>`.
|
||||
It allows to build the GStreamer `"ugly"
|
||||
<https://github.com/GStreamer/gst-plugins-ugly>`__ and
|
||||
<https://github.com/GStreamer/gst-plugins-ugly>`__ and
|
||||
`"bad" <https://github.com/GStreamer/gst-plugins-bad>`__ video plugins.
|
||||
|
||||
See the :ref:`dev-manual/licenses:other variables related to commercial licenses`
|
||||
|
|
Loading…
Reference in New Issue
Block a user