mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
manuals: Fix typos and spacing
Fix double words, punctuation spacing issues, spacing issues, "its" instead of "it's", and other trivial issues. (From yocto-docs rev: 56eb1f340a7af112e62c1d8ad02d4bec0ad88313) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5480a85f01
commit
44d0532c89
@@ -1,10 +1,10 @@
|
||||
Handbook Todo List:
|
||||
|
||||
* Document adding a new IMAGE_FEATURE to the customising images section
|
||||
* Document adding a new IMAGE_FEATURE to the customising images section
|
||||
* Add instructions about using zaurus/openmoko emulation
|
||||
* Add component overview/block diagrams
|
||||
* Software Deevelopment intro should mention its software development for
|
||||
intended target and could be a different arch etc and thus special case.
|
||||
* Software Development intro should mention its software development for
|
||||
intended target and could be a different arch etc and thus special case.
|
||||
* Expand insane.bbclass documentation to cover tests
|
||||
* Document remaining classes (see list in ref-classes)
|
||||
* Document formfactor
|
||||
|
||||
@@ -1426,7 +1426,7 @@ Only a single U-boot boot script can be added to the FIT image created by
|
||||
The boot script is specified in the ITS file as a text file containing
|
||||
U-boot commands. When using a boot script the user should configure the
|
||||
U-boot ``do_install`` task to copy the script to sysroot.
|
||||
So the script can be included in the the FIT image by the ``kernel-fitimage``
|
||||
So the script can be included in the FIT image by the ``kernel-fitimage``
|
||||
class. At run-time, U-boot CONFIG_BOOTCOMMAND define can be configured to
|
||||
load the boot script from the FIT image and executes it.
|
||||
|
||||
|
||||
@@ -449,7 +449,7 @@ variable ``bindir``. The makefile's hardcoded default value of
|
||||
"/usr/bin" worked most of the time, but not for the recipe's ``-native``
|
||||
variant. For another example, permissions errors might be caused by a
|
||||
Makefile that ignores ``DESTDIR`` or uses a different name for that
|
||||
environment variable. Check the the build system to see if these kinds
|
||||
environment variable. Check the build system to see if these kinds
|
||||
of issues exist.
|
||||
|
||||
**Q:** I'm adding a binary in a recipe but it's different in the image, what is
|
||||
|
||||
@@ -12,7 +12,7 @@ Changes to Setting QEMU ``PACKAGECONFIG`` Options in ``local.conf``
|
||||
The QEMU recipe now uses a number of
|
||||
:term:`PACKAGECONFIG` options to enable various
|
||||
optional features. The method used to set defaults for these options
|
||||
means that existing ``local.conf`` files will need to be be modified to
|
||||
means that existing ``local.conf`` files will need to be modified to
|
||||
append to ``PACKAGECONFIG`` for ``qemu-native`` and ``nativesdk-qemu``
|
||||
instead of setting it. In other words, to enable graphical output for
|
||||
QEMU, you should now have these lines in ``local.conf``:
|
||||
|
||||
@@ -135,7 +135,7 @@ consists of the following pieces:
|
||||
|
||||
- :ref:`ptest <dev-manual/common-tasks:testing packages with ptest>`:
|
||||
Runs tests against packages produced during the build for a given
|
||||
piece of software. The test allows the packages to be be run within a
|
||||
piece of software. The test allows the packages to be run within a
|
||||
target image.
|
||||
|
||||
- ``oe-selftest``: Tests combination BitBake invocations. These tests
|
||||
|
||||
@@ -294,7 +294,7 @@ installer and automatically installs the tools for you:
|
||||
|
||||
During execution, the buildtools tarball will be downloaded, the
|
||||
checksum of the download will be verified, the installer will be run
|
||||
for you, and some basic checks will be run to to make sure the
|
||||
for you, and some basic checks will be run to make sure the
|
||||
installation is functional.
|
||||
|
||||
To avoid the need of ``sudo`` privileges, the ``install-buildtools``
|
||||
|
||||
@@ -2991,7 +2991,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`IMAGE_CMD`
|
||||
Specifies the command to create the image file for a specific image
|
||||
type, which corresponds to the value set set in
|
||||
type, which corresponds to the value set in
|
||||
:term:`IMAGE_FSTYPES`, (e.g. ``ext3``,
|
||||
``btrfs``, and so forth). When setting this variable, you should use
|
||||
an override for the associated type. Here is an example:
|
||||
@@ -3458,7 +3458,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
This will result in ``INCOMPATIBLE_LICENSE`` containing the names of
|
||||
all licenses from :term:`AVAILABLE_LICENSES` except the ones specified
|
||||
in ``COMPATIBLE_LICENSES`` , thus only allowing the latter licenses to
|
||||
in ``COMPATIBLE_LICENSES``, thus only allowing the latter licenses to
|
||||
be used.
|
||||
|
||||
:term:`INHERIT`
|
||||
|
||||
Reference in New Issue
Block a user