@@ -447,7 +447,7 @@ it if you haven't done it yet.
If you attempt to send patches to a list you haven't subscribed to, your email
will be returned as undelivered.
-However, if you don't want to be receive all the messages sent to a mailing list,
+However, if you don't want to receive all the messages sent to a mailing list,
you can set your subscription to "no email". You will still be a subscriber able
to send messages, but you won't receive any e-mail. If people reply to your message,
their e-mail clients will default to including your email address in the
@@ -47,7 +47,7 @@ Fixes in 3.4.2
- icu: fix make_icudata dependencies
- sstate: Improve failure to obtain archive message/handling
- insane.bbclass: Correct package_qa_check_empty_dirs()
-- sstate: A third fix for for touching files inside pseudo
+- sstate: A third fix for touching files inside pseudo
- kernel: introduce python3-dtschema-wrapper
- vim: upgrade to 8.2 patch 3752
- bootchart2: Add missing python3-math dependency
@@ -268,7 +268,7 @@ New Features / Enhancements in 5.0
- Packaging changes:
- - ``package_rpm``: the RPM package compressor's mode can now be overriden.
+ - ``package_rpm``: the RPM package compressor's mode can now be overridden.
- ipk packaging (using ``opkg``) now uses ``zstd`` compression instead of
``xz`` for better compression and performance.
@@ -38,7 +38,7 @@ New Features / Enhancements in 5.1
- QEMU / ``runqemu`` changes:
- - runqemu: ``QB_DRIVE_TYPE`` now support for sd card (``/dev/mmcblk``)
+ - runqemu: ``QB_DRIVE_TYPE`` now supports sd card (``/dev/mmcblk``)
- Trigger ``write_qemuboot_conf`` task on changes of kernel image realpath
(:term:`KERNEL_IMAGE_NAME`).
@@ -166,7 +166,7 @@ New Features / Enhancements in 5.1
- ``fetcher2``: remote name for ``git://`` is now ``origin`` by default.
- - Codeparser now support shell substitution in quotes, for example::
+ - Codeparser now supports shell substitution in quotes, for example::
var1="$(cmd1 ...)"
@@ -318,7 +318,7 @@ New Features / Enhancements in 5.1
- ``systemd``: bpf-framework
- ``util-linux``: libmount-mountfd-support
- - Stop referring :term:`WORKDIR` for :term:`S` and :term:`B` and trigger
+ - Stop referring to :term:`WORKDIR` for :term:`S` and :term:`B` and trigger
:ref:`ref-classes-insane` errors when :term:`S` or :term:`B` are equal to
:term:`WORKDIR`.
@@ -363,7 +363,7 @@ New Features / Enhancements in 5.1
``/etc/gitconfig`` for :ref:`ref-classes-native` recipes.
- The ``apt-native`` recipe, used to compile ``dpkg`` and handle ``deb``
- packages, was modified to avoid files being overriden by other packages when
+ packages, was modified to avoid files being overridden by other packages when
they share common files. Instead, prompt an error.
- The :ref:`ref-tasks-savedefconfig` was moved from the u-boot and kernel
@@ -294,7 +294,7 @@ This documentation was built for the &DISTRO_NAME; release.
Policies on testing these layers depend on how widespread their usage is and
determined on a case-by-case basis. You can find some :term:`Mixin` layers in the
:yocto_git:`meta-lts-mixins </meta-lts-mixins>` repository. While the Yocto
- Project provides hosting for those repositories, it does not provides
+ Project provides hosting for those repositories, it does not provide
testing on them. Other :term:`Mixin` layers may be released elsewhere by the wider
community.
@@ -369,7 +369,7 @@ that all of the main supposed architectures and recipes in OE-Core
successfully build and behave properly.
Various features such as ``multilib``, sub architectures (e.g. ``x32``,
-``poky-tiny``, ``musl``, ``no-x11`` and and so forth),
+``poky-tiny``, ``musl``, ``no-x11`` and so forth),
``bitbake-selftest``, and ``oe-selftest`` are tested as part of the QA
process of a release. Complete testing and validation for a release
takes the Autobuilder workers several hours.